Ponali
221bd0229e
v2.3.0 - Added functionality for Ctrl+Delete and Ctrl+Backspace
2025-07-09 16:17:35 +02:00
Ponali
95a2efd7cc
v2.2.0 - Added support for 8-bit color and 24-bit color ANSI control codes in the terminal library.
2025-07-09 10:59:48 +02:00
Ponali
fe7b1ccca6
v2.1.0 - Added seeking through words using Ctrl+Left and Ctrl+Right
2025-07-08 12:07:53 +02:00
Ponali
c0929bf639
v2.0.0 - Overhauled the 'read' function in the terminal library, added a new Unicode library, and various functions added to the filesystem library.
...
In older versions, the 'read' function in the terminal library (termlib.lua) was most likely vibecoded by Fluxdrive, and was basically very inefficient. The new Unicode library includes functions for getting a code point from a character, and iterating Unicode characters from a string or an iterator function that returns every byte. It is now possible, in the filesystem library, to make virtual 'read streams' (filesystem.makeReadStream), which does the same thing as opening a file with some specific content. There are some new functions in read streams, which allows you to loop through bytes (open(...):iterateBytes), and loop through Unicode characters (open(...):iterateUnicodeChars). The edit app will be updated to v1.2.1 for importing the new Unicode library.
2025-07-07 17:45:52 +02:00
TheWahlolly
fb4c80f3a0
v1.14.0 - Added the download command (Halyde equivalent of wget) and clipboard pasting support.
2025-07-02 12:34:14 +03:00
TheWahlolly
9b4c76b71d
v1.10.0 - Improved the component library to add things like component.gpu.
2025-06-15 18:30:48 +03:00
fluxdrive
fde72363dd
FIX THAT DAMN CURSOR MOVEMENT
2025-05-31 19:26:59 +02:00
fluxdrive
5dbe3337ff
termlib cursor movement
2025-05-31 18:38:55 +02:00
TheWahlolly
41d55113e5
v1.8.0 - Fixed a bug with shell not executing files in the working directory, added json library, changed all configs to json, added config auto-generation so they don't reset after an update.
2025-05-31 09:55:23 +03:00
TheWahlolly
b3f1431bda
v1.7.0 - Fixed up some more stuff, changed how print() works, added to automatically load all libraries in lua shell.
2025-05-23 18:25:23 +03:00
TheWahlolly
91d9ebecb1
v1.6.0 - Removed low level libraries computer and component. They must now be imported.
2025-05-23 15:34:50 +03:00
TheWahlolly
0a32d8b0ab
v1.2.0 - Added GPU binding on startup and resolution matching to aspect ratio. Fixed a bug in the text wrapping as well.
2025-05-20 21:17:33 +03:00
TheWahlolly
95c235e65b
v1.0.0 - Added Argentum as well as other major improvements and bugfixes.
2025-05-18 19:16:30 +03:00
TheWahlolly
673a0b4a75
v0.10.0 - Added text editor (which took me way too long) and too many other tweaks to name.
2025-05-04 15:16:54 +03:00
TheWahlolly
64a6a26404
v0.8.2 - Added arrow keys to navigate shell history as well as a blinking cursor which you cannot yet move.
2025-04-27 21:16:50 +03:00
TheWahlolly
f478048976
v0.8.1 - Fixed a couple bugs involving the shell crashing and fetch. Added proper shell error handling.
2025-04-27 20:00:06 +03:00
TheWahlolly
109c0beffb
v0.7.0 - Added basic CLI tools: ls, cd, cp, mv, rm, lua
2025-04-27 10:13:12 +03:00