version bump and change notes

This commit is contained in:
mag37 2025-03-07 21:11:01 +01:00
parent 9b0b6137a3
commit 8fc4f41c49
2 changed files with 4 additions and 2 deletions

View file

@ -25,6 +25,8 @@ Made MaxAsync=1 the default - edit to change.
Added -x option to pass a MaxAsync value on runtime.
Made it possible to disable xargs -P-flag by setting MaxAsync=0 or passing -x 0 option.
- **v0.5.7.0**: Rewritten templates - now with a function to notify when there's a new Dockcheck release.
- Manually migrate your current `notify.sh` settings to a new template.
- **v0.5.6.1**: Async xargs hotfix - due to errors `failed to request manifest head ... context canceled`
- Defaulted subprocess to 1 with `MaxAsync=1`, increase to find a stable value in your environment.
- Added `-x N` option to pass `MaxAsync` value at runtime.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION="v0.5.6.1"
### ChangeNotes: Async hotfix, 1 subprocess default, modify MaxAsync variable or pass -x N option to increase.
VERSION="v0.5.7.0"
### ChangeNotes: Rewritten templates - now with a function to notify when theres a new Dockcheck release.
Github="https://github.com/mag37/dockcheck"
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"