aboutsummaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-02-17 17:18:46 +0100
committerGitHub <noreply@github.com>2026-02-17 17:18:46 +0100
commit6272094bc7265262cbca8363b425531ad0170caa (patch)
treeb54c117ae4adebb49e35d662d234f5a708fd3d21 /docs/topics
parente6431f6e0953e49a4fc68865c0727e24ce4062e3 (diff)
downloadluasystem-6272094bc7265262cbca8363b425531ad0170caa.tar.gz
luasystem-6272094bc7265262cbca8363b425531ad0170caa.tar.bz2
luasystem-6272094bc7265262cbca8363b425531ad0170caa.zip
Release v0.7.0 (#84)HEADv0.7.0master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/01-introduction.md.html2
-rw-r--r--docs/topics/02-development.md.html2
-rw-r--r--docs/topics/03-terminal.md.html2
-rw-r--r--docs/topics/CHANGELOG.md.html20
-rw-r--r--docs/topics/LICENSE.md.html4
5 files changed, 24 insertions, 6 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html
index 264aa71..0723af1 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-07-11 22:55:05 </i> 87<i style="float:right;">Last updated 2026-02-17 17:18:04 </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 15efe55..b2a9833 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-07-11 22:55:05 </i> 87<i style="float:right;">Last updated 2026-02-17 17:18:04 </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 27772ac..272d124 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-07-11 22:55:05 </i> 223<i style="float:right;">Last updated 2026-02-17 17:18:04 </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 9603abd..318c020 100644
--- a/docs/topics/CHANGELOG.md.html
+++ b/docs/topics/CHANGELOG.md.html
@@ -106,6 +106,24 @@
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.0, released 17-Feb-2026</h3>
110
111<ul>
112 <li>Fix: remove two unused-variable warnings.
113 See <a href="https://github.com/lunarmodules/luasystem/pull/78">#78</a>.</li>
114 <li>Fix: duplicate symbol when linking with luajit on windows
115 See <a href="https://github.com/lunarmodules/luasystem/pull/81">#81</a>.</li>
116 <li>Feat: fix the display-width functions that occasionally reported a bad width. The source code now
117 includes a code-generator that parses the official Unicode files to create static ranges in the
118 source code. Beyond that the ambiguous width can now be specified by the user, as a second parameter
119 to <code>utf8cwidth</code> and <code>utf8swidth</code>.
120 See <a href="https://github.com/lunarmodules/luasystem/pull/82">#82</a>.</li>
121 <li>Chore: added Lua 5.5 to CI matrix.
122 See <a href="https://github.com/lunarmodules/luasystem/pull/79">#79</a>.</li>
123 <li>Chore: relax test assertion wrt time.
124 See <a href="https://github.com/lunarmodules/luasystem/pull/80">#80</a>.</li>
125</ul>
126
109<h3>version 0.6.3, released 11-Jul-2025</h3> 127<h3>version 0.6.3, released 11-Jul-2025</h3>
110 128
111<ul> 129<ul>
@@ -234,7 +252,7 @@
234</div> <!-- id="main" --> 252</div> <!-- id="main" -->
235<div id="about"> 253<div id="about">
236<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> 254<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
237<i style="float:right;">Last updated 2025-07-11 22:55:05 </i> 255<i style="float:right;">Last updated 2026-02-17 17:18:04 </i>
238</div> <!-- id="about" --> 256</div> <!-- id="about" -->
239</div> <!-- id="container" --> 257</div> <!-- id="container" -->
240</body> 258</body>
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html
index c0b9b93..c417973 100644
--- a/docs/topics/LICENSE.md.html
+++ b/docs/topics/LICENSE.md.html
@@ -69,7 +69,7 @@
69<h1>MIT License</h1> 69<h1>MIT License</h1>
70 70
71<h3>Copyright (c) 2016-2024, Oscar Lim</h3> 71<h3>Copyright (c) 2016-2024, Oscar Lim</h3>
72<h3>Copyright (c) 2024-2025, the luasystem project authors.</h3> 72<h3>Copyright (c) 2024-2026, the luasystem project authors.</h3>
73 73
74<p>Permission is hereby granted, free of charge, to any person obtaining a copy of 74<p>Permission is hereby granted, free of charge, to any person obtaining a copy of
75this software and associated documentation files (the "Software"), to deal in 75this software and associated documentation files (the "Software"), to deal in
@@ -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-07-11 22:55:05 </i> 97<i style="float:right;">Last updated 2026-02-17 17:18:04 </i>
98</div> <!-- id="about" --> 98</div> <!-- id="about" -->
99</div> <!-- id="container" --> 99</div> <!-- id="container" -->
100</body> 100</body>