Skip to content

Releases: essentialkaos/bibop

Version 7.4.1

09 Oct 14:42
v7.4.1
e75f514
Compare
Choose a tag to compare

High Urgency

Changelog

Bugfixes

  • Fixed bug with reading output for actions with no output data

Version 7.4.0

04 Oct 13:10
v7.4.0
2d57ca5
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added -X/--extra option to print the last lines of command output if action failed
  • Added -B/--barcode option to print unique barcode for test based on recipe content and info about required packages
  • Added chown action

Version 7.3.0

18 Jul 12:44
v7.3.0
9b79dff
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added wait-service action

Improvements

  • Added variable name validation
  • Improved variable rendering

Version 7.2.3

14 Jul 09:46
v7.2.3
ed1e59e
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Dependencies update

Bugfixes

  • Fixed colored output on CI
  • Fixed custom color for app name and version in terminals with 16/256 colors support

Version 7.2.2

03 Jul 09:51
v7.2.2
418fd9d
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • Minor UI improvements
  • Dependencies update

Bugfixes

  • Fix typos

Version 7.2.1

15 May 20:16
v7.2.1
9389121
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Do not disable colors on CI

Version 7.2.0

14 May 21:53
v7.2.0
9f1df0f
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added output-empty command

Improvements

  • Improved working dir cleanup mechanic
  • Custom version info formats support
  • Dependency update

Version 7.1.0

31 Mar 09:48
v7.1.0
77c9bc3
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added option -T/--time for printing actions execution time
  • Added action wait-connect
  • Added timeout for connect action

Improvements

  • Minor UI improvements

Version 7.0.0

21 Mar 13:25
v7.0.0
4aa2648
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added support of custom date formats in DATE dynamic variable

Improvements

  • Dependencies update

Version 6.3.0

14 Feb 10:24
v6.3.0
563ed60
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added option -V/--variables for listing all recipe variables

Improvements

  • Improved gathering Python dynamic variables
  • Changed format for DATE dynamic variable
  • python-module action renamed to python2-package
  • python3-module action renamed to python3-package
  • Code refactoring
  • Scripts refactoring