From 85ad15fbd8c81807a1a662f5b6060641fa3a6357 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 3 Sep 2024 14:19:53 +0200 Subject: Release v0.4.4 (#37) --- docs/classes/bitflags.html | 2 +- docs/examples/compat.lua.html | 2 +- docs/examples/flag_debugging.lua.html | 2 +- docs/examples/password_input.lua.html | 2 +- docs/examples/read.lua.html | 2 +- docs/examples/readline.lua.html | 2 +- docs/examples/spinner.lua.html | 2 +- docs/examples/spiral_snake.lua.html | 2 +- docs/examples/terminalsize.lua.html | 2 +- docs/index.html | 2 +- docs/modules/system.html | 2 +- docs/topics/01-introduction.md.html | 2 +- docs/topics/02-development.md.html | 2 +- docs/topics/03-terminal.md.html | 2 +- docs/topics/CHANGELOG.md.html | 8 +++++++- docs/topics/LICENSE.md.html | 2 +- 16 files changed, 22 insertions(+), 16 deletions(-) (limited to 'docs') diff --git a/docs/classes/bitflags.html b/docs/classes/bitflags.html index 3766f40..86b412b 100644 --- a/docs/classes/bitflags.html +++ b/docs/classes/bitflags.html @@ -298,7 +298,7 @@ return false if the flags are checked.
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/compat.lua.html b/docs/examples/compat.lua.html index 3a9c7cd..9d9c48e 100644 --- a/docs/examples/compat.lua.html +++ b/docs/examples/compat.lua.html @@ -112,7 +112,7 @@
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/flag_debugging.lua.html b/docs/examples/flag_debugging.lua.html index 5198b63..206c28d 100644 --- a/docs/examples/flag_debugging.lua.html +++ b/docs/examples/flag_debugging.lua.html @@ -80,7 +80,7 @@
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/password_input.lua.html b/docs/examples/password_input.lua.html index 4380a2f..0d4715a 100644 --- a/docs/examples/password_input.lua.html +++ b/docs/examples/password_input.lua.html @@ -132,7 +132,7 @@ useful for reading secrets from the user.
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/read.lua.html b/docs/examples/read.lua.html index e66e5a4..3a8b497 100644 --- a/docs/examples/read.lua.html +++ b/docs/examples/read.lua.html @@ -143,7 +143,7 @@ sys.setnonblock(io
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/readline.lua.html b/docs/examples/readline.lua.html index 4ed50ee..3b965ec 100644 --- a/docs/examples/readline.lua.html +++ b/docs/examples/readline.lua.html @@ -545,7 +545,7 @@ sys.setconsoleflags(io
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/spinner.lua.html b/docs/examples/spinner.lua.html index ad8ce20..defe722 100644 --- a/docs/examples/spinner.lua.html +++ b/docs/examples/spinner.lua.html @@ -137,7 +137,7 @@ sys.setnonblock(io
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/spiral_snake.lua.html b/docs/examples/spiral_snake.lua.html index 0588722..6914e1a 100644 --- a/docs/examples/spiral_snake.lua.html +++ b/docs/examples/spiral_snake.lua.html @@ -145,7 +145,7 @@ codes for moving the cursor around.
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/examples/terminalsize.lua.html b/docs/examples/terminalsize.lua.html index 5aa8330..5514f30 100644 --- a/docs/examples/terminalsize.lua.html +++ b/docs/examples/terminalsize.lua.html @@ -110,7 +110,7 @@ sys.tcsetattr(io.
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/index.html b/docs/index.html index 4996697..4691414 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,7 +142,7 @@
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/modules/system.html b/docs/modules/system.html index 4d41798..99a42a1 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html @@ -1411,7 +1411,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles.
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 388f4bc..41813ee 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -84,7 +84,7 @@ independence.

generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index aa12227..ab1977d 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.

generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index faf91e3..cb4131a 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html @@ -218,7 +218,7 @@ For an example see examples/
generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index 0832fd4..21c5452 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html @@ -107,6 +107,12 @@

Version history

+

version 0.4.4, released 03-Sep-2024

+ +
    +
  • Fix: include all objects in Makefile
  • +
+

version 0.4.3, released 28-Aug-2024

    @@ -170,7 +176,7 @@
    generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
    diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index 6ed29f0..f0e2271 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html @@ -93,7 +93,7 @@ SOFTWARE.

    generated by LDoc 1.5.0 -Last updated 2024-08-28 10:20:44 +Last updated 2024-09-03 14:15:56
    -- cgit v1.2.3-55-g6feb