diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d4107d6..3b00fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -27,9 +27,20 @@ The scope of what is covered by the version number excludes: | |||
27 | 27 | ||
28 | ## Version history | 28 | ## Version history |
29 | 29 | ||
30 | ### version 0.6.3, released 11-Jul-2025 | ||
31 | |||
32 | - Fix: maximum key-delay, reduced from 0.2 to 0.1 seconds to reduce slugginess feel on some key presses. | ||
33 | See [#69](https://github.com/lunarmodules/luasystem/pull/69). | ||
34 | - Fix: `readansi` now only reports printable chars as characters | ||
35 | See [#70](https://github.com/lunarmodules/luasystem/pull/70). | ||
36 | - Fix: readkey now ignores Windows scancodes if received. | ||
37 | See [#74](https://github.com/lunarmodules/luasystem/pull/74). | ||
38 | - Fix: readkey now passes errors on. | ||
39 | See [#74](https://github.com/lunarmodules/luasystem/pull/74). | ||
40 | |||
30 | ### version 0.6.2, released 15-Apr-2025 | 41 | ### version 0.6.2, released 15-Apr-2025 |
31 | 42 | ||
32 | - Fix: autotermrestore didn't work because its metatable was overwritten. | 43 | - Fix: autotermrestore didn't work because its metatable was overwritten. |
33 | 44 | ||
34 | ### version 0.6.1, released 13-Apr-2025 | 45 | ### version 0.6.1, released 13-Apr-2025 |
35 | 46 | ||