Commit Graph

59 Commits

Author SHA1 Message Date
Ponali 6dd3e5a192 Fixed missing /halyde/lib/serialize.lua when installing version 2.7.0. 2025-07-23 11:40:09 +02:00
Ponali 523e9fd274 Fixed version 2.7.0 failing to update. 2025-07-23 11:10:30 +02:00
Ponali bf4c1af9ef v2.7.0 - Added a serialization library for table and strings, and automatic output in the Lua shell 2025-07-23 10:46:05 +02:00
Ponali 68e5b70273 v2.6.0 - Added support for reading low endian numbers from files, and fixed some bugs with the Unicode library. 2025-07-20 17:20:12 +02:00
Ponali 2965d62655 Edit.lua v1.2.2 - Fixed files with ANSI codes to show up formatted. 2025-07-16 10:07:08 +02:00
Ponali c6aa57983a v2.5.0 - Added apps for drive actions (lsdrv/lsblk, label, maindrv) 2025-07-15 17:28:38 +02:00
Ponali 1776741114 v2.4.1 - Now preloading filesystem library for faster boot times and memory saving. 2025-07-14 15:47:23 +02:00
Ponali ea464339e9 v2.4.0 - Added a /special/ folder with files for interacting with unmanaged drives and EEPROMs. 2025-07-14 14:32:29 +02:00
Ponali 876e5160df Updated the Halyde web installer to work on read-only floppies, now with a graphical environment 2025-07-11 11:30:52 +02:00
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 3d23e575aa v2.1.1 - Fixed copying/moving directories from different drives 2025-07-09 08:18:45 +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 d881e5facf v2.0.1 - Quickly fixed argentum.cfg to include the Unicode library 2025-07-07 17:53:55 +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
Ponali d386ec5eba v1.15.0 - Added updates to the raster library. 2025-07-04 19:29:20 +02:00
TheWahlolly 7105992a2a v1.14.2 - Made a small fix to hopefully stop Halyde from missing keypresses. 2025-07-02 14:37:58 +03:00
TheWahlolly 5ecf1fa4af v1.14.1 - Small tweak to the import function mistakenly not finding files. 2025-07-02 12:38:52 +03: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 f3d10bc82a v1.13.0 - Added shutdown and reboot commands. 2025-07-02 11:48:51 +03:00
TheWahlolly eb155c4ace v1.12.6 - Some minor patches including forgotten filesystem.open() modes and a Lua 5.4 function left in by accident in cormgr 2025-07-02 08:24:35 +03:00
TheWahlolly 418ba9579e v1.12.5 - Added some new minor functions to cormgr and fixed a bug with lscor. 2025-07-01 20:28:35 +03:00
TheWahlolly 8a83edc0ae v1.12.4 - Added a small buffer time to the event library so events like keystrokes won't get skipped when there is a little bit of lag. 2025-07-01 19:48:06 +03:00
TheWahlolly b7a7f01c3f Edit.luaa v1.2.0 - Added support for the Tab key and removed Ocelot card calls I had accidentally left in. 2025-07-01 19:43:37 +03:00
TheWahlolly 02e9494da6 Edit.lua v1.1.1 - Fixed some bugs with typing and scrolling - the editor is actually usable again. 2025-07-01 19:36:30 +03:00
TheWahlolly f8fdeb9209 v1.12.3 - Made drivers load later, after cormgr, evmgr and keyboard are set up. 2025-07-01 19:08:25 +03:00
TheWahlolly 1cdc88682b v1.12.2 - Fixed a bug in the filesystem library where moving a file to a different drive would error out. 2025-07-01 12:38:23 +03:00
Ponali 7485f4ffc6 I forgot to change the version to v1.12.1 2025-06-28 19:36:26 +02:00
TheWahlolly ab8b15d1ae v1.12.0 - Added drivers. 2025-06-27 21:13:55 +03:00
TheWahlolly 06b8847e03 v1.11.1 - Added lscor to help (by @mikethe223) and changed the version number accordingly 2025-06-26 19:22:51 +03:00
TheWahlolly 235db61a01 Argentum v1.2.0 - Added checks for if packages are up-to-date before the user gets asked to continue with the update. 2025-06-19 09:00:09 +03:00
TheWahlolly a0724f7458 I remembered that Ag was updated too. 2025-06-15 18:34:25 +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
TheWahlolly e4cf929fce v1.9.0 - Added virtual components. 2025-06-15 07:59:24 +03:00
Ponali 370027ca37 Set version to v1.8.9 2025-06-14 18:24:11 +02:00
TheWahlolly d2287e3d42 v1.8.8 - Fixed event.pull() not working when an event type is not specified. 2025-06-07 08:42:54 +03:00
TheWahlolly 3dfab2a6c1 v1.8.7 - Fixed cd-ing in /mnt/. 2025-06-07 08:35:34 +03:00
fluxdrive 876923e746 v1.8.6 - (mikethe223) Added lscor.
* add lscor

* add lscor help file

* add lscor to argentum.cfg

* add labels to coroutines

* add ps as lscor alias

* Update boot.lua version number

* add lscor (and help) to halyde packages

* fix shitty copy paste

sorry wah

* i'm fucking stupid

replace fetch with lscor in help file 💀
2025-06-01 09:42:42 +03:00
TheWahlolly c8e71ee2e4 v1.8.5 - Updated the version numbers properly. 2025-05-31 20:36:05 +03:00
TheWahlolly eb9716ba68 v1.8.4 - Fixed a bug with mkdir and with /mnt not being generated on install. 2025-05-31 17:51:19 +03:00
TheWahlolly 6fbd5a7d35 v1.8.2 - Fixed a bug with Ag and webinstall. 2025-05-31 17:36:29 +03:00
TheWahlolly 37a32069fd v1.8.2 - Fixed the version number not showing correctly. 2025-05-31 11:14:59 +03:00
TheWahlolly fad76dbbb5 v1.8.1 - Fixed bug where shell would hang on nonexistent command. 2025-05-31 11:07:55 +03: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 34f716beaa v1.7.2 - Fixed a bug with ls and shell working directory handling. 2025-05-29 16:26:07 +03:00
TheWahlolly 918258ba60 v1.7.1 - Fixed a bug in cat. 2025-05-25 08:31:23 +03:00
TheWahlolly 07c4f447c3 Changed the version numbers incorrectly... Should be good now. 2025-05-23 18:31:25 +03:00
TheWahlolly ba6549fa9c v1.7.1 - Whoops! Another bug! 2025-05-23 18:30:04 +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