Update 1.03

New feature(s):
- Markdown reader (Automatically opens when opening .MD files, right click a .MD file to edit.
Bug fixes:
-N/A
This commit is contained in:
Chris
2026-02-05 20:02:20 +01:00
parent a852075701
commit d9fc8fbeda
22 changed files with 904 additions and 132 deletions

View File

@@ -2,6 +2,6 @@
void cli_cmd_brewver(char *args) {
(void)args;
cli_write("BrewOS v1.02 Alpha\n");
cli_write("BrewOS Kernel V2.0.2 Pre-Alpha\n");
cli_write("BrewOS v1.03 Alpha\n");
cli_write("BrewOS Kernel V2.0.3 Pre-Alpha\n");
}