Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Releases: jcxldn/PyOS

PyOS v3.1

23 Sep 12:43
24602de
Compare
Choose a tag to compare

In this release:

  • Dynamic importing from the programs directory.

This means that there is now one less step to implement your own programs!

All you have to do is create a file in the programs folder and it will automatically be detected and be made available to run.

PyOS v3.0

21 Sep 20:09
fcc633c
Compare
Choose a tag to compare

In this release:

Major Changes (not backwards compatible with 2.X)

  • Command arguments! 🎉
  • Base App Classes
  • New Color system and functions
  • User data areas and functions

Program improvements

  • mkdir multiple directories at once
  • fizzbuzz amount arguments
  • downloader seamless download
  • downloader filename selection

PyOS v2.2

18 Sep 16:19
87cc54c
Compare
Choose a tag to compare

Thanks to @RaInta, @feralpoosum, @ShaneCreedon, & @josteinl for their contributions in this release!

Yes, I know it's been a year. Sorry folks.

In this release:

Programs

  • Added ls program
  • Added pwd program
  • Added downloader program
  • Added cp program
  • Added mv program
  • Added mkdir program
  • Added snake game

Misc. Changes

  • Added Jekyll-powered documentation
  • Added base-master versioning

PyOS v2.1

22 Oct 18:59
ead4df5
Compare
Choose a tag to compare

In this release:

  • Fixed an issue where the updater could not handle three point version numbers (Thanks @Alfro!, PR #18, issue #17)
  • Added a FizzBuzz program (#16)
  • Code quality improvements

PyOS v2.0

16 Oct 12:29
d56421f
Compare
Choose a tag to compare

In this release:

  • Lots of code optimization
  • Standardized code styles (fixes #12)
  • External files for programs now in /programs/ directory
  • Updater program to check for updates on GitHub
  • Added python requirements.txt (Platform-specific!)
  • Added example program
  • Updated README

See pull #14 for more details.

PyOS 1.2

22 Sep 19:14
Compare
Choose a tag to compare

In this release:

  • Improved sysinfo

PyOS 1.1.1

08 Aug 19:29
Compare
Choose a tag to compare

In this release:

  • Added a VSCode Settings gitignore

  • Added Windows installation information

  • Fixed an exception in sysinfo on Windows

Edit: bumped version in app

PyOS 1.1

28 Jun 16:51
06113fd
Compare
Choose a tag to compare

In this release:

  • Improved sysinfo
  • Calculator now sends you back to the menu instead of quitting

PyOS 1.0

17 Jun 11:50
Compare
Choose a tag to compare

The first stable release of PyOS.

Features

  • Command auto-completer
  • Easy command addition