Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Releases: ravendevteam/toolbox

Toolbox v2.3.0

11 Feb 05:47
4b71041
Compare
Choose a tag to compare

Toolbox Release 2.3.0

New Features

  • None.

Improvements

  • None.

Bug Fixes

  • Fixed failure when packages.json is not found. If it isn't found, it now downloads it from a hardcoded URL.

Feedback

Please open an issue if you have suggestions or encounter any bugs.

Thank you for using Toolbox.

Toolbox v2.2.0

18 Dec 16:56
Compare
Choose a tag to compare

Toolbox Release 2.2.0

New Features

  • Added confirmation prompts for installing or uninstalling packages.
  • Added the --yes (-y) flag to skip confirmation prompts during installation and uninstalls.
  • Added wildcard functionality to execute a command for all packages (for example, running install * will install all packages, uninstall * will uninstall all packages).

Improvements

  • Replaced the method used for handling arguments with argparse.
  • Improved error handling for creating desktop shortcuts.
  • Improved accuracy for platform detection and path management.
  • Various outputs are now colored for improved user experience,
  • Rewrote some error messages to be more user friendly.
  • Updated help information with more useful and detailed information.

Bug Fixes

  • Fixed path management inconsistencies cross-platform.
  • Fixed cases where FileNotFoundError or json.JSONDecodeError would break the update process.

Feedback

Please open an issue if you have suggestions or encounter any bugs.

Thank you for using Toolbox.

Toolbox 2.1.0

04 Dec 03:24
457dcff
Compare
Choose a tag to compare

Toolbox Release v2.1.0

New Features

  • Added the uninstall argument for removing installed packages.
  • Added functionality to keep track of installed packages in the record.json file.

Improvements

  • Although Toolbox is written in Python, it is now converted to C when being compiled as an executable using Nuitka. This drastically improves performance of the application. Toolbox is no longer compiled with PyInstaller.
  • MacOS version now available.

Bug Fixes

  • None.

Feedback

Please open an issue if you have suggestions or encounter any bugs.

Thank you for using Toolbox.

Toolbox v1.0.0 (Initial Release)

21 Oct 22:44
Compare
Choose a tag to compare

Toolbox Release v1.0.0 (Initial Release)

Warning

This initial release will only be available for Windows users. Future releases will have MacOS binaries included. You can still build a MacOS binary from source using the provided build script.

New Features

  • None.

Improvements

  • None.

Bug Fixes

  • None.

Feedback

Please open an issue if you have suggestions or encounter any bugs.

Thank you for using Toolbox.