Skip to content

Releases: Lothiraldan/balto

Release 0.3.0

07 Jun 18:25
Compare
Choose a tag to compare
  • Big performance boost that should makes the interface more snappy

Release 0.2.0

18 Sep 21:08
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Improve a bit the performance of the tree rendering.
  • Show the error log of runs. Thanks @madprog for the pull-request
  • Highlight the currently selected file.
  • Add a basic timing tab in the test detail part.

Alpha 3 version

09 Nov 22:20
Compare
Choose a tag to compare
Alpha 3 version Pre-release
Pre-release
  • Move the packaging from setup.py to pyproject.toml with poetry
  • Update installation procedures to use pipx instead of asking to manually download a binary
  • Allow to override tool directly on the command-line
  • Add support for running Balto without a configuration file (need the --tool option).
  • Add support for Python 3.6 (thanks to #4)

Alpha 2 version

13 Oct 21:08
Compare
Choose a tag to compare
Alpha 2 version Pre-release
Pre-release
  • Fix runner configuration option mismatch between the config example and the code
  • Commit missing JS file
  • Fix error when trying to launch Run All before calling Collect All
  • Improve the run details display by displaying the return_code of the subprocess if there was an error

Alpha 1 version

05 Oct 11:00
Compare
Choose a tag to compare
Alpha 1 version Pre-release
Pre-release

Big release:

  • Update the web interface to use bulma instead of material-ui
  • Move the tree interface to react-virtualized-tree to improve performance
  • Add the new awesome logo
  • First official release with PyInstaller, meaning you don't need Python installed.

Initial release

06 Jun 12:16
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release