mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
V1.12
[FEATURE UPDATE] Colored folders are now added allowing users to right click a folder and then set it's color. This data is saved in the colored folder as: >colored folder</.color with the .color folder holding the data for the folder icon color!
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
void cli_cmd_brewver(char *args) {
|
||||
(void)args;
|
||||
cli_write("BrewOS v1.10 Alpha\n");
|
||||
cli_write("BrewOS v1.12 Alpha\n");
|
||||
cli_write("BrewOS Kernel V2.1.0 Pre-Alpha\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user