Skip to content

Releases: RepubblicaTech/PyOS

v0.2.2 Beta 1

v0.2.2 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 01 Jul 14:49

Codename "Minor Next 2"

  • Reset system available via reset flag when starting launch.py from CLI
    e.g. usage on Linux: python launch.py reset

v0.2.1

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 07 Apr 16:29

Minor release with few improvements

  • "File system" check is now improved
  • Boot directory has been removed (to move login process to launch.py)
  • Unused code has been removed
  • Better user experience

v0.2.0

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 27 Mar 09:38

First stable release of PythonOS vNext

Changes from v0.1.5:

  • The whole system has been rewritten from scratch (use of functions and Classes to ensure universal compatibility)
  • More complete directory strcture
  • Error handling
  • User directory
  • Commands, system version and error codes are stored in JSON
  • Better login system

v0.2.0 Release Candidate 3

Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 27 Mar 09:25
  • Final RC, everything will finish in main branch
  • Code fixes for Linux compatibility
  • Code has been tested on Arch Linux only, please send and issue to make sure everything works/doesn't in other distros

v0.2.0 Release Candidate 2.1

Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 27 Mar 08:45
  • Such little update that wouldn't deserve an RC3 release

v0.2.0 Release Candidate 2

Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 26 Mar 09:26
  • Better error handler
  • More stability fixes

v0.2.0 Release Candidate 1

Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 26 Mar 08:40
07dab38
  • Code stability fixes

v0.2.0 Preview 2

v0.2.0 Preview 2 Pre-release
Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 23 Mar 11:23
  • Separated User directory
  • Print Shell update
  • Other minor fixes

v0.2.0 Preview 1

v0.2.0 Preview 1 Pre-release
Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 23 Mar 10:56
  • New command clear
  • Minor updates to pip
  • Minor code changes

v0.2.0 Alpha 3

v0.2.0 Alpha 3 Pre-release
Pre-release

Choose a tag to compare

@RepubblicaTech RepubblicaTech released this 20 Mar 07:14
  • Print Shell has been ported to vNext
  • Now the list of commands is a JSON file
  • Error codes are also a JSON file for better error handling
  • Better login system (will not exit if credentials are incorrect)