This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Release 0.0.1
Pre-release
Pre-release
·
1 commit
to master
since this release
Changes from 0.0.1-RC1:
+ Added a move function
~ Split most functions into categories by putting them in their own classes (as you should do anyway)
~ Added a splash of color to the startup screen
~ Fixed a bug where listing an empty directory or a directory with only files or directories would crash DremDOS
~ Fixed copy so files on the root directory don't break it
~ Kitty will now prevent the user from creating a file without adding a file extension, which causes COSMOS to think the file is not a file and not a directory at the same time. This restriction will be removed once this bug is fixed or until we can get the Dev Kit to install.
~ Added a mouse driver and a basic GUI thanks to the SparrOSDeveloperTeam