This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
Releases: AnErrupTion/Sartox-OS
Releases · AnErrupTion/Sartox-OS
SartoxOS v0.0.3
This release comes with a lot of enhancements and new features :
- Added proper UNIX time.
- Added the "logout" command.
- Added settings.
- Simplified the "ls" command.
- Added the "touch" and "write" commands.
- Updated and simplified the "help" command.
- Simplified the way on how commands are managed.
- Major GUI changes : added buttons, and added "Sartox Shell" (currently you can only write text, but with an actual font and GUI! :o)
- Added a kernel version. The kernel, in Sartox OS, is what happens behind the scenes in the OS. Some versions may just have a revision of a kernel, such as v0.0.2-1 (kernel v0.0.2 with revision 1).
- Changed the keyboard layout setting (fr and u as layouts instead of fr_FR, en_US, easier for non-qwerty keyboard layouts to type).
- Changed the way on how the virtual FS's load is checked.
v0.0.2 Final
In addition to the pre-release of this release, here are the changes :
- Better text renderer, added RAM usage in GUI.
- Added more colors to the UI overall.
- The computer now restarts after finishing Setup to be sure everything is correctly set up.
v0.0.2 pre-release
There's no source code available for this pre-release, source code will be published just before the final release is published.
This is a pre-release as the final release hasn't been polished yet, and lacks some improvements.
This is still a big update, here are the changes :
- Fixed a bug where some commands redirected to the user account connection.
- Fixed a bug where textpad didn't work properly.
- The Error Screen now shows the HResult variable for the occured error.
- Added a command "keyblang " to change the current keyboard layout (3 layouts supported).
- Added the command "crash" made to crash the OS (it just throws a simple Exception).
- Removed a useless reference "Debugger" (it leaded to Global.mDebugger).
- Checked the "Optimize code" checkbox in Sartox OS project properties to do so.
- Minor fixes.
- Added FPS counter in GUI.
- Changed the way on how the GUI is updated (if/end if rather than while)
- Added Memory Manager for an easier way to get used and total memory.
v0.0.1
- This is the first release. Please open pull requests and issues so that I can be aware of bugs and new features/improvements! :D