diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-15 13:22:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 13:22:00 +0200 |
| commit | 04cf50a13b5773c5f9f19b103c2d8e4e5b3e639e (patch) | |
| tree | 6e52847f4702e32d154ab4ea43246473ce19ecc8 /docs/topics | |
| parent | 6d3340004616cdc317bbaca6b279e4cd6d5ee247 (diff) | |
| download | luasystem-0.6.2.tar.gz luasystem-0.6.2.tar.bz2 luasystem-0.6.2.zip | |
release 0.6.2 (#65)v0.6.2
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 | 8 | ||||
| -rw-r--r-- | docs/topics/LICENSE.md.html | 2 |
5 files changed, 11 insertions, 5 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index bb04db8..5c62ad3 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-13 22:52:56 </i> | 87 | <i style="float:right;">Last updated 2025-04-15 13:14:45 </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 c2a4365..197fde7 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-13 22:52:56 </i> | 87 | <i style="float:right;">Last updated 2025-04-15 13:14:45 </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 51d4292..84465af 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-13 22:52:56 </i> | 223 | <i style="float:right;">Last updated 2025-04-15 13:14:45 </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 872dde4..8a26156 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
| @@ -106,6 +106,12 @@ | |||
| 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.2, released 15-Apr-2025</h3> | ||
| 110 | |||
| 111 | <ul> | ||
| 112 | <li>Fix: autotermrestore didn't work because its metatable was overwritten.</li> | ||
| 113 | </ul> | ||
| 114 | |||
| 109 | <h3>version 0.6.1, released 13-Apr-2025</h3> | 115 | <h3>version 0.6.1, released 13-Apr-2025</h3> |
| 110 | 116 | ||
| 111 | <ul> | 117 | <ul> |
| @@ -215,7 +221,7 @@ | |||
| 215 | </div> <!-- id="main" --> | 221 | </div> <!-- id="main" --> |
| 216 | <div id="about"> | 222 | <div id="about"> |
| 217 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 223 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 218 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> | 224 | <i style="float:right;">Last updated 2025-04-15 13:14:45 </i> |
| 219 | </div> <!-- id="about" --> | 225 | </div> <!-- id="about" --> |
| 220 | </div> <!-- id="container" --> | 226 | </div> <!-- id="container" --> |
| 221 | </body> | 227 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index b58fd99..198c238 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-13 22:52:56 </i> | 97 | <i style="float:right;">Last updated 2025-04-15 13:14:45 </i> |
| 98 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
| 99 | </div> <!-- id="container" --> | 99 | </div> <!-- id="container" --> |
| 100 | </body> | 100 | </body> |
