Skip to content

Releases: sha1n/bert

v2.0.3

07 Jun 19:09
1437a91
Compare
Choose a tag to compare

🚀 Features

  • added support for saving example config to file without shell based redirections @sha1n (#87)
    (was intended to be a part of v2.0.2 but accidentally left out)

v2.0.2

07 Jun 16:01
d9246b3
Compare
Choose a tag to compare

🚀 Features

Introduced the "config example" feature to provide another easy option to get started @sha1n (#86)

Usage: benchy config --example

v2.0.1

07 Jun 06:24
4bfdd58
Compare
Choose a tag to compare

Changes

🚀 Features

  • introducing experimental terminal based GUI (enable with --experimental ui) @sha1n (#84)
  • introduced bug reporting prompt on panics @sha1n (#83)

🐛 Bug Fixes

  • fixed possible misleading log message @sha1n (#85)

v2.0.0

02 Jun 12:54
94c5a5b
Compare
Choose a tag to compare

🚀 Features & Major Changes

  • config tool now prompts to create missing directories @sha1n (#76)
  • program logs now go to stderr and data reports to stdout (if -o is not specified) @sha1n (#72)
  • flipped default external command stdout/err piping behaviour - now off by default @sha1n (#70)
  • yaml is now the default config format (in absence if an identifiable file extension) @sha1n (#53)

🐛 Bug Fixes

  • expanding '~' before attempting to create a user specified path @sha1n (#79)
  • fixed external command stderr piping @sha1n (#71)

📚 Documentation

Other Changes

v1.3.4

24 May 14:20
2cbb33b
Compare
Choose a tag to compare

Changes

  • added github go build action @sha1n (#49)
  • improved io handling and test coverage @sha1n (#48)
  • various non functional maintenance changes @sha1n (#46)
  • migrated travis -> github actions @sha1n (#50)

🚀 Features

  • improved resolution of relative spec file paths @sha1n (#47)
  • added self update sub-command @sha1n (#45)

v1.3.3

23 May 05:37
Compare
Choose a tag to compare

Changes

🚀 Features

  • improved hints and cleaner styling @sha1n (#44)

v1.3.2

22 May 20:37
58ab21c
Compare
Choose a tag to compare

Changes

  • y/n prompts are not case insensitive

🐛 Bug Fixes

  • custom env vars are now properly prepended to shell vars @sha1n (#40)
  • ~ is now accepted in working dir inputs

v1.3.1

22 May 19:52
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • added missing user feedback on invalid inputs @sha1n (#39)

v1.3.0

22 May 18:53
Compare
Choose a tag to compare

Changes

🚀 Features

  • introducing interactive config helper command @sha1n (#38)

v1.2.0

21 May 14:13
e6f3416
Compare
Choose a tag to compare

Changes

🚀 Features