Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Releases: AnErrupTion/Sartox-OS

SartoxOS v0.0.3

24 May 19:13
87ade5a
Compare
Choose a tag to compare

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

08 Apr 07:38
d890a09
Compare
Choose a tag to compare

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

07 Apr 14:46
c88b46c
Compare
Choose a tag to compare
v0.0.2 pre-release Pre-release
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

06 Apr 19:27
6b3dd58
Compare
Choose a tag to compare
  • This is the first release. Please open pull requests and issues so that I can be aware of bugs and new features/improvements! :D