diff options
Diffstat (limited to '')
-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 | 15 | ||||
-rw-r--r-- | docs/topics/LICENSE.md.html | 2 |
5 files changed, 18 insertions, 5 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 5667e71..264aa71 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-17 09:50:39 </i> | 87 | <i style="float:right;">Last updated 2025-07-11 22:55:05 </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 2432c98..15efe55 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-17 09:50:39 </i> | 87 | <i style="float:right;">Last updated 2025-07-11 22:55:05 </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 a7b600a..27772ac 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-17 09:50:39 </i> | 223 | <i style="float:right;">Last updated 2025-07-11 22:55:05 </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 8cd2966..9603abd 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
@@ -106,6 +106,19 @@ | |||
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.3, released 11-Jul-2025</h3> | ||
110 | |||
111 | <ul> | ||
112 | <li>Fix: maximum key-delay, reduced from 0.2 to 0.1 seconds to reduce slugginess feel on some key presses. | ||
113 | See <a href="https://github.com/lunarmodules/luasystem/pull/69">#69</a>.</li> | ||
114 | <li>Fix: <code>readansi</code> now only reports printable chars as characters | ||
115 | See <a href="https://github.com/lunarmodules/luasystem/pull/70">#70</a>.</li> | ||
116 | <li>Fix: readkey now ignores Windows scancodes if received. | ||
117 | See <a href="https://github.com/lunarmodules/luasystem/pull/74">#74</a>.</li> | ||
118 | <li>Fix: readkey now passes errors on. | ||
119 | See <a href="https://github.com/lunarmodules/luasystem/pull/74">#74</a>.</li> | ||
120 | </ul> | ||
121 | |||
109 | <h3>version 0.6.2, released 15-Apr-2025</h3> | 122 | <h3>version 0.6.2, released 15-Apr-2025</h3> |
110 | 123 | ||
111 | <ul> | 124 | <ul> |
@@ -221,7 +234,7 @@ | |||
221 | </div> <!-- id="main" --> | 234 | </div> <!-- id="main" --> |
222 | <div id="about"> | 235 | <div id="about"> |
223 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 236 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
224 | <i style="float:right;">Last updated 2025-04-17 09:50:39 </i> | 237 | <i style="float:right;">Last updated 2025-07-11 22:55:05 </i> |
225 | </div> <!-- id="about" --> | 238 | </div> <!-- id="about" --> |
226 | </div> <!-- id="container" --> | 239 | </div> <!-- id="container" --> |
227 | </body> | 240 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index 90bdaa3..c0b9b93 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-17 09:50:39 </i> | 97 | <i style="float:right;">Last updated 2025-07-11 22:55:05 </i> |
98 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
99 | </div> <!-- id="container" --> | 99 | </div> <!-- id="container" --> |
100 | </body> | 100 | </body> |