Skip to content

Releases: pcannon09/python-requirements

1.4.1

12 Aug 16:48

Choose a tag to compare

  • Fixed errors in Windows
  • Edited some strings

1.4.0

26 Mar 06:42

Choose a tag to compare

  • Set conf dir command
  • Added new flag

Full Changelog: 1.3.2...1.4.0

1.3.2

07 Mar 09:52

Choose a tag to compare

  1. Fixed FileNotFoundError exception
  2. Added error when wrong param is provided

Full Changelog: 1.3.1...1.3.2

1.3.1

06 Mar 20:08

Choose a tag to compare

  1. Added --shell flag in help

Full Changelog: 1.3.0...1.3.1

1.3.0

05 Mar 09:57

Choose a tag to compare

  1. Created short flags (Example: --help -> -h)
  2. Created --shell flag with an "interpreter" to interpret code with some commands such as RUN, GOTO and more
  3. Some bug fixes
  4. No need to pass file path when constructing File type (Pass it as an empty str)
  5. You can now pass a str in the File.parse() function

Full Changelog: 1.2.0.1...1.3.0

1.3.0 Beta

04 Mar 19:42

Choose a tag to compare

1.3.0 Beta Pre-release
Pre-release

Testing with new shell

1.2.0.1

04 Mar 11:41

Choose a tag to compare

  1. Fixed install.sh script bug

Full Changelog: 1.2.0...1.2.0.1

1.2.0

04 Mar 11:31

Choose a tag to compare

  1. Bug fixes such as: remove.install_dir sometimes not recognized when installation dir does not exist
  2. Created flags statement
  3. Created requirements_flags statement

Full Changelog: 1.1.0...1.2.0

1.1.0

08 Feb 14:46

Choose a tag to compare

  1. Fixed known bugs
  2. Added equality operator (==) to install a specific version of the package

1.0.0 - Initial release

07 Feb 16:39

Choose a tag to compare

Initial release for Python Requirements
Check README.md for more information