diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-04-26 10:41:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-26 10:41:13 +0200 |
| commit | edeec63394684c9281d0a28a8f50c70f39a78e62 (patch) | |
| tree | fce582e12551db5d4998f041ccad2ade6088fb26 /docs/topics | |
| parent | 039f509ba8c51d0a8eed7dbd3c06dac9f8c4a008 (diff) | |
| download | luasystem-0.7.1.tar.gz luasystem-0.7.1.tar.bz2 luasystem-0.7.1.zip | |
Release v0.7.1 (#86)v0.7.1
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/01-introduction.md.html | 4 | ||||
| -rw-r--r-- | docs/topics/02-development.md.html | 4 | ||||
| -rw-r--r-- | docs/topics/03-terminal.md.html | 4 | ||||
| -rw-r--r-- | docs/topics/CHANGELOG.md.html | 11 | ||||
| -rw-r--r-- | docs/topics/LICENSE.md.html | 4 |
5 files changed, 17 insertions, 10 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 0723af1..5a67ade 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html | |||
| @@ -83,8 +83,8 @@ independence.</p> | |||
| 83 | </div> <!-- id="content" --> | 83 | </div> <!-- id="content" --> |
| 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 2026-02-17 17:18:04 </i> | 87 | <i style="float:right;">Last updated 2026-04-26 10:36:21 </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 b2a9833..c593cdf 100644 --- a/docs/topics/02-development.md.html +++ b/docs/topics/02-development.md.html | |||
| @@ -83,8 +83,8 @@ pass locally, and do not rely on CI only.</p> | |||
| 83 | </div> <!-- id="content" --> | 83 | </div> <!-- id="content" --> |
| 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 2026-02-17 17:18:04 </i> | 87 | <i style="float:right;">Last updated 2026-04-26 10:36:21 </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 272d124..8241ccc 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html | |||
| @@ -219,8 +219,8 @@ For an example see <a href="../examples/password_input.lua.html"><code>examples/ | |||
| 219 | </div> <!-- id="content" --> | 219 | </div> <!-- id="content" --> |
| 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 2026-02-17 17:18:04 </i> | 223 | <i style="float:right;">Last updated 2026-04-26 10:36:21 </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 318c020..99d6939 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.7.1, released 26-Apr-2026</h3> | ||
| 110 | |||
| 111 | <ul> | ||
| 112 | <li>Fix: improve error messages and handling on Windows. | ||
| 113 | See <a href="https://github.com/lunarmodules/luasystem/pull/85">#85</a>.</li> | ||
| 114 | </ul> | ||
| 115 | |||
| 109 | <h3>version 0.7.0, released 17-Feb-2026</h3> | 116 | <h3>version 0.7.0, released 17-Feb-2026</h3> |
| 110 | 117 | ||
| 111 | <ul> | 118 | <ul> |
| @@ -251,8 +258,8 @@ | |||
| 251 | </div> <!-- id="content" --> | 258 | </div> <!-- id="content" --> |
| 252 | </div> <!-- id="main" --> | 259 | </div> <!-- id="main" --> |
| 253 | <div id="about"> | 260 | <div id="about"> |
| 254 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 261 | <i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i> |
| 255 | <i style="float:right;">Last updated 2026-02-17 17:18:04 </i> | 262 | <i style="float:right;">Last updated 2026-04-26 10:36:21 </i> |
| 256 | </div> <!-- id="about" --> | 263 | </div> <!-- id="about" --> |
| 257 | </div> <!-- id="container" --> | 264 | </div> <!-- id="container" --> |
| 258 | </body> | 265 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index c417973..b1ae724 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html | |||
| @@ -93,8 +93,8 @@ SOFTWARE.</p> | |||
| 93 | </div> <!-- id="content" --> | 93 | </div> <!-- id="content" --> |
| 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 2026-02-17 17:18:04 </i> | 97 | <i style="float:right;">Last updated 2026-04-26 10:36:21 </i> |
| 98 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
| 99 | </div> <!-- id="container" --> | 99 | </div> <!-- id="container" --> |
| 100 | </body> | 100 | </body> |
