diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-13 22:56:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 22:56:53 +0200 |
| commit | 69447022f10d995c22b94759ea872d5dd3905e2a (patch) | |
| tree | ae3c31a6ab41a927c93a5be3f64c275ea6b7777b /docs/topics | |
| parent | 091672f57ba57b745a51202b38af61bd240d1084 (diff) | |
| download | luasystem-0.6.1.tar.gz luasystem-0.6.1.tar.bz2 luasystem-0.6.1.zip | |
release 0.6.1 (#63)v0.6.1
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/01-introduction.md.html | 2 | ||||
| -rw-r--r-- | docs/topics/02-development.md.html | 2 | ||||
| -rw-r--r-- | docs/topics/03-terminal.md.html | 2 | ||||
| -rw-r--r-- | docs/topics/CHANGELOG.md.html | 9 | ||||
| -rw-r--r-- | docs/topics/LICENSE.md.html | 2 |
5 files changed, 12 insertions, 5 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index f16d354..bb04db8 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html | |||
| @@ -84,7 +84,7 @@ independence.</p> | |||
| 84 | </div> <!-- id="main" --> | 84 | </div> <!-- id="main" --> |
| 85 | <div id="about"> | 85 | <div id="about"> |
| 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 87 | <i style="float:right;">Last updated 2025-04-10 10:12:11 </i> | 87 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> |
| 88 | </div> <!-- id="about" --> | 88 | </div> <!-- id="about" --> |
| 89 | </div> <!-- id="container" --> | 89 | </div> <!-- id="container" --> |
| 90 | </body> | 90 | </body> |
diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index b83969b..c2a4365 100644 --- a/docs/topics/02-development.md.html +++ b/docs/topics/02-development.md.html | |||
| @@ -84,7 +84,7 @@ pass locally, and do not rely on CI only.</p> | |||
| 84 | </div> <!-- id="main" --> | 84 | </div> <!-- id="main" --> |
| 85 | <div id="about"> | 85 | <div id="about"> |
| 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 87 | <i style="float:right;">Last updated 2025-04-10 10:12:11 </i> | 87 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> |
| 88 | </div> <!-- id="about" --> | 88 | </div> <!-- id="about" --> |
| 89 | </div> <!-- id="container" --> | 89 | </div> <!-- id="container" --> |
| 90 | </body> | 90 | </body> |
diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index ebaa8bb..51d4292 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html | |||
| @@ -220,7 +220,7 @@ For an example see <a href="../examples/password_input.lua.html"><code>examples/ | |||
| 220 | </div> <!-- id="main" --> | 220 | </div> <!-- id="main" --> |
| 221 | <div id="about"> | 221 | <div id="about"> |
| 222 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 222 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 223 | <i style="float:right;">Last updated 2025-04-10 10:12:11 </i> | 223 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> |
| 224 | </div> <!-- id="about" --> | 224 | </div> <!-- id="about" --> |
| 225 | </div> <!-- id="container" --> | 225 | </div> <!-- id="container" --> |
| 226 | </body> | 226 | </body> |
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index 796ae20..872dde4 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
| @@ -106,6 +106,13 @@ | |||
| 106 | <p><a name="Version_history"></a></p> | 106 | <p><a name="Version_history"></a></p> |
| 107 | <h2>Version history</h2> | 107 | <h2>Version history</h2> |
| 108 | 108 | ||
| 109 | <h3>version 0.6.1, released 13-Apr-2025</h3> | ||
| 110 | |||
| 111 | <ul> | ||
| 112 | <li>Docs: document readansi internal buffer for incomplete sequences.</li> | ||
| 113 | <li>Fix: ensure to properly parse <code><alt>+key</code> key presses</li> | ||
| 114 | </ul> | ||
| 115 | |||
| 109 | <h3>version 0.6.0, released 10-Apr-2025</h3> | 116 | <h3>version 0.6.0, released 10-Apr-2025</h3> |
| 110 | 117 | ||
| 111 | <ul> | 118 | <ul> |
| @@ -208,7 +215,7 @@ | |||
| 208 | </div> <!-- id="main" --> | 215 | </div> <!-- id="main" --> |
| 209 | <div id="about"> | 216 | <div id="about"> |
| 210 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 217 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 211 | <i style="float:right;">Last updated 2025-04-10 10:12:11 </i> | 218 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> |
| 212 | </div> <!-- id="about" --> | 219 | </div> <!-- id="about" --> |
| 213 | </div> <!-- id="container" --> | 220 | </div> <!-- id="container" --> |
| 214 | </body> | 221 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index b7f5ac1..b58fd99 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html | |||
| @@ -94,7 +94,7 @@ SOFTWARE.</p> | |||
| 94 | </div> <!-- id="main" --> | 94 | </div> <!-- id="main" --> |
| 95 | <div id="about"> | 95 | <div id="about"> |
| 96 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 96 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 97 | <i style="float:right;">Last updated 2025-04-10 10:12:11 </i> | 97 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> |
| 98 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
| 99 | </div> <!-- id="container" --> | 99 | </div> <!-- id="container" --> |
| 100 | </body> | 100 | </body> |
