Releases: steveiliop56/PyOS
Releases · steveiliop56/PyOS
PyOS v0.2.0
Sooo here is an other awesome update to PyOS. I changed a looot of stuff mostly rewritten the core of the os, have fun trying the new features. See ya again in around 3 months which I will do more updates... just kidding
New features
- Filesystem
- Auto create the sqlite database with the default user root and password root
- ls command
- rm command
- echo command with file support
Improvements
- Move all database related things to one
database.py
file for security - Move the command handler to
shell.py
and automatically find available commands - Use new organized programs schema
Fixes
- Fix an issue were the shell will be initialized multiple times with the su command. Now the shell runs with threads
Full Changelog: v1.0.0...v2.0.0
PyOS v0.1.0
This is the first initial release of PyOS. The current operating system contains the base auth system and general commands. Here is what is currently working:
- Interactive Shell
- Adduser
- Deluser
- Passwd
- Clear
- Echo
- Exit
- Ping
- Neofetch
- Uname
- Info
- Su