diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-07-11 22:59:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-11 22:59:19 +0200 |
commit | 88ac69f94ddbe172458c79f2a5e37b6704c606a2 (patch) | |
tree | 09a61dfe8627cfed751fc9c7f597436970be86bf /docs/topics/CHANGELOG.md.html | |
parent | a103ff16f13b9c7761d0fb2ec9db68da08193ebf (diff) | |
download | luasystem-master.tar.gz luasystem-master.tar.bz2 luasystem-master.zip |
Diffstat (limited to 'docs/topics/CHANGELOG.md.html')
-rw-r--r-- | docs/topics/CHANGELOG.md.html | 15 |
1 files changed, 14 insertions, 1 deletions
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> |