Versionbump, changenotes

This commit is contained in:
mag37 2026-01-29 13:06:07 +01:00
parent 6c969c9169
commit fc0b1a2505
2 changed files with 10 additions and 11 deletions

View file

@ -23,6 +23,14 @@ ___
## Changelog
- **v0.7.6**:
- New:
- Added Bark notify-template.
- Fixes:
- Sanitized message for Matrix notification.
- Fixed hostname fallback for notifications.
- Clenaed up README.md some.
- Sorted and clarified `default.config` - migrate your settings manually (optional).
- **v0.7.5**:
- Added new option **BackupForDays**; `-b N` and `-B`:
- Backup an image before pulling a new version for easy rollback in case of breakage.
@ -37,15 +45,6 @@ ___
- Fixes:
- Bugfix for *value too great* error due to leading zeroes - solved with base10 conversion.
- Clean up of some legacy readme sections.
- **v0.7.3**: Bugfix - unquoted variable in printf list caused occasional issues.
- **v0.7.2**:
- Label rework:
- Moved up label logic to work globally on the current run.
- Only iterating on labeled containers when used with `-l` option, not listing others.
- Clarified messaging and readme/help texts.
- List reformatting for "available updates" numbering to easier highlight and copy:
- Padded with zero, changed `)` to `-`, example: `02 - homer`
- Can be selected by writing `2,3,4` or `02,03,04`.
___

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION="v0.7.5"
# ChangeNotes: New option -b N to backup image before pulling for easy rollback.
VERSION="v0.7.6"
# ChangeNotes: Bugfixes and sanitation. Cleanup of default.config - migrate settings manually (optional).
Github="https://github.com/mag37/dockcheck"
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"