From 8bbaf038b09010a1e0d235ed5cc61e2ce2dc1438 Mon Sep 17 00:00:00 2001 From: Radioactivity <85001747+voidwyrm-2@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:48:06 -0500 Subject: [PATCH] accidentally saved the update message to a file --- s | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 s diff --git a/s b/s deleted file mode 100644 index 5fda051..0000000 --- a/s +++ /dev/null @@ -1,14 +0,0 @@ -Updates for v1.3.0 and v1.2.0: - Velvet v1.3.0 - * Errors now messages to go with them which can be accessed using the `pusherr` instruction - * All jump instructions now have a branch variant(e.g. `jt` -> `brt`), which allows the `ret` instruction to work - * The `readNumber` function has been renamed to `readn` and three IO functions (`readt`, `readb`, and `readc`), have been added to go along with it; file reading/writing will be added in the next version - - Velvc v1.2.0 - * Fixed Generator struct not adding instructions and static data to the final executable (I freaking forgot to make a method a pointer receiver) - * Added all new instruction variants - * Added the `-v` flag to show the version - - Misc - * Updated ImHex pattern script to include the new flags and variants - * Fixed documentation mistake