Releases: brhahlen/dc
Releases · brhahlen/dc
v3.0.0
Version 3.0.0
BREAKING CHANGE
- Added the use of a stack specific environment file in the
dc
command, next to the "normal".env
file that is used bydc
. It is possible to use empty <stackname>.env files, as that will be accepted. Backwards compatibility might be put in later.
Enhancements
list
will now call the proper function- Development versions will have verbosity enabled by default (that's just for me)
- Major rework to make things more consistent
v2.0.4
Version 2.0.4
Bug Fix
help
will now properly render, was missing line breaks
Other
- Updated Copyright year
v2.0.3
v2.0.2
v2.0.1
Version 2.0.1
Bug fixes
- Hopefully fixing update
v2.0.0
v1.6.0
Version 1.6.0
New Features
- Added
update
to dc-completion
Improvements
- Step back to previous directory after update
- Moved
version
to own functionshow_version
, for consistency - Moved
update
to own functionupdate
, for consistency - Made the unzipping during the update quiet
- Added version to
dc-completion
Bug fixes
- Fixed getting containers in stacks, due to #46
v1.5.5
Version 1.5.5
Bug fixes
- Update process bugfix
v1.5.4
Version 1.5.4
Bug fixes
- printf bug fixed
Improvements
- Update process changed a bit, trying to squash a weird bug