Releases: essentialkaos/bibop
Releases · essentialkaos/bibop
Version 7.4.1
Changelog
Bugfixes
- Fixed bug with reading output for actions with no output data
Version 7.4.0
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
Changelog
New Features
- Added
wait-service
action
Improvements
- Added variable name validation
- Improved variable rendering
Version 7.2.3
Changelog
Improvements
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
Changelog
Improvements
- Minor UI improvements
- Dependencies update
Bugfixes
Version 7.2.1
Changelog
Improvements
- Do not disable colors on CI
Version 7.2.0
Changelog
New Features
- Added
output-empty
command
Improvements
- Improved working dir cleanup mechanic
- Custom version info formats support
- Dependency update
Version 7.1.0
Changelog
New Features
- Added option
-T
/--time
for printing actions execution time
- Added action
wait-connect
- Added timeout for
connect
action
Improvements
Version 7.0.0
Changelog
New Features
- Added support of custom date formats in DATE dynamic variable
Improvements
Version 6.3.0
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