diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-06-25 08:57:18 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-25 09:07:00 +0200 |
commit | c832d2b857d4174d17247de837426d4cfc95ec2f (patch) | |
tree | c75db4014bb5c3e5e9397537f5b93b4e47b0db22 /docs/topics | |
parent | 44974afc2f341b5d16408dec2e381616d388f9c8 (diff) | |
download | luasystem-0.4.1.tar.gz luasystem-0.4.1.tar.bz2 luasystem-0.4.1.zip |
Release v0.4.1v0.4.1
Diffstat (limited to 'docs/topics')
-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 | 8 | ||||
-rw-r--r-- | docs/topics/LICENSE.md.html | 2 |
5 files changed, 11 insertions, 5 deletions
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 019f7e4..cc92a88 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 2024-06-20 23:11:37 </i> | 87 | <i style="float:right;">Last updated 2024-06-25 09:02:59 </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 e911eed..b1daa61 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 2024-06-20 23:11:37 </i> | 87 | <i style="float:right;">Last updated 2024-06-25 09:02:59 </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 3e7e548..6a0750d 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html | |||
@@ -218,7 +218,7 @@ For an example see <a href="../examples/password_input.lua.html"><code>examples/ | |||
218 | </div> <!-- id="main" --> | 218 | </div> <!-- id="main" --> |
219 | <div id="about"> | 219 | <div id="about"> |
220 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 220 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
221 | <i style="float:right;">Last updated 2024-06-20 23:11:37 </i> | 221 | <i style="float:right;">Last updated 2024-06-25 09:02:59 </i> |
222 | </div> <!-- id="about" --> | 222 | </div> <!-- id="about" --> |
223 | </div> <!-- id="container" --> | 223 | </div> <!-- id="container" --> |
224 | </body> | 224 | </body> |
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index da8ddde..b034abb 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
@@ -107,6 +107,12 @@ | |||
107 | <p><a name="Version_history"></a></p> | 107 | <p><a name="Version_history"></a></p> |
108 | <h2>Version history</h2> | 108 | <h2>Version history</h2> |
109 | 109 | ||
110 | <h3>Version 0.4.1, released 25-Jun-2024</h3> | ||
111 | |||
112 | <ul> | ||
113 | <li>Fix: when compiling with <code>msys2</code> the <code>conio.h</code> header is required</li> | ||
114 | </ul> | ||
115 | |||
110 | <h3>Version 0.4.0, released 20-Jun-2024</h3> | 116 | <h3>Version 0.4.0, released 20-Jun-2024</h3> |
111 | 117 | ||
112 | <ul> | 118 | <ul> |
@@ -151,7 +157,7 @@ | |||
151 | </div> <!-- id="main" --> | 157 | </div> <!-- id="main" --> |
152 | <div id="about"> | 158 | <div id="about"> |
153 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 159 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
154 | <i style="float:right;">Last updated 2024-06-20 23:11:37 </i> | 160 | <i style="float:right;">Last updated 2024-06-25 09:02:59 </i> |
155 | </div> <!-- id="about" --> | 161 | </div> <!-- id="about" --> |
156 | </div> <!-- id="container" --> | 162 | </div> <!-- id="container" --> |
157 | </body> | 163 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index 9866af5..2316e85 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html | |||
@@ -93,7 +93,7 @@ SOFTWARE.</p> | |||
93 | </div> <!-- id="main" --> | 93 | </div> <!-- id="main" --> |
94 | <div id="about"> | 94 | <div id="about"> |
95 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 95 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
96 | <i style="float:right;">Last updated 2024-06-20 23:11:37 </i> | 96 | <i style="float:right;">Last updated 2024-06-25 09:02:59 </i> |
97 | </div> <!-- id="about" --> | 97 | </div> <!-- id="about" --> |
98 | </div> <!-- id="container" --> | 98 | </div> <!-- id="container" --> |
99 | </body> | 99 | </body> |