aboutsummaryrefslogtreecommitdiff
path: root/docs/topics/CHANGELOG.md.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/CHANGELOG.md.html')
-rw-r--r--docs/topics/CHANGELOG.md.html41
1 files changed, 38 insertions, 3 deletions
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html
index fa2d706..9603abd 100644
--- a/docs/topics/CHANGELOG.md.html
+++ b/docs/topics/CHANGELOG.md.html
@@ -106,6 +106,41 @@
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
122<h3>version 0.6.2, released 15-Apr-2025</h3>
123
124<ul>
125 <li>Fix: autotermrestore didn't work because its metatable was overwritten.</li>
126</ul>
127
128<h3>version 0.6.1, released 13-Apr-2025</h3>
129
130<ul>
131 <li>Docs: document readansi internal buffer for incomplete sequences.</li>
132 <li>Fix: ensure to properly parse <code>&lt;alt&gt;+key</code> key presses</li>
133</ul>
134
135<h3>version 0.6.0, released 10-Apr-2025</h3>
136
137<ul>
138 <li>Fix: when sleep returns an error, pass that on in <code>readkey</code>.</li>
139 <li>Feat: added <code>detachfds</code> which will create separate file descriptions for <code>stdout</code>
140 and <code>stderr</code> to ensure that related settings (eg. non-blocking flag) will not be shared
141 amongst those streams and <code>stdin</code>.</li>
142</ul>
143
109<h3>version 0.5.1, released 12-Mar-2025</h3> 144<h3>version 0.5.1, released 12-Mar-2025</h3>
110 145
111<ul> 146<ul>
@@ -120,14 +155,14 @@
120 <li>Feat: allow passing in a sleep function to <code>readkey</code> and <code>readansi</code></li> 155 <li>Feat: allow passing in a sleep function to <code>readkey</code> and <code>readansi</code></li>
121 <li>Fix: NetBSD fix compilation, undeclared directives</li> 156 <li>Fix: NetBSD fix compilation, undeclared directives</li>
122 <li>Refactor: random bytes; remove deprecated API usage on Windows, move to 157 <li>Refactor: random bytes; remove deprecated API usage on Windows, move to
123 binary api instead of /dev/urandom file on linux and bsd</li> 158 binary api instead of <code>/dev/urandom</code> file on linux and bsd</li>
124</ul> 159</ul>
125 160
126<h3>version 0.4.5, released 18-Dec-2024</h3> 161<h3>version 0.4.5, released 18-Dec-2024</h3>
127 162
128<ul> 163<ul>
129 <li>Fix: suppress a warning when building with clang</li> 164 <li>Fix: suppress a warning when building with clang</li>
130 <li>Fix: do not rely on luaconf.h to include limits.h, fixes builds with latest LuaJIT (#38).</li> 165 <li>Fix: do not rely on <code>luaconf.h</code> to include <code>limits.h</code>, fixes builds with latest LuaJIT (#38).</li>
131</ul> 166</ul>
132 167
133<h3>version 0.4.4, released 03-Sep-2024</h3> 168<h3>version 0.4.4, released 03-Sep-2024</h3>
@@ -199,7 +234,7 @@
199</div> <!-- id="main" --> 234</div> <!-- id="main" -->
200<div id="about"> 235<div id="about">
201<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>
202<i style="float:right;">Last updated 2025-03-12 15:17:50 </i> 237<i style="float:right;">Last updated 2025-07-11 22:55:05 </i>
203</div> <!-- id="about" --> 238</div> <!-- id="about" -->
204</div> <!-- id="container" --> 239</div> <!-- id="container" -->
205</body> 240</body>