diff --git a/README.md b/README.md index 0e149ed..8a602b9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ### :bell: Recent changes +- **v0.3.1**: Addded option `-m` , monochrome mode - no printf color codes. - **v0.3.0**: Added option `-d N`, age (days) new images have to be before being pulled and updated. - **v0.2.6**: regctl check / download logic changed. Now using the scripts directory as primary location. - **v0.2.5**: Added a new option `-s` to include stopped containers in the check for updates. diff --git a/dockcheck.sh b/dockcheck.sh index f0795c1..1d822a7 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.3.0" -### ChangeNotes: Added feature (-d N) to only update to new images that are N+ days old. +VERSION="v0.3.1" +### ChangeNotes: Added feature (-m) Monochrome Mode, no printf color codes. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"