From 9ef2ea71356e32eb787f9a42223d5fb99653dadc Mon Sep 17 00:00:00 2001 From: mag37 Date: Wed, 26 Feb 2025 21:39:33 +0100 Subject: [PATCH] versionbump + changenotes --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index 3ee7724..6bb9006 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.5.6.0" -### ChangeNotes: Heavily improved performance due to asynchronous update checks. +VERSION="v0.5.6.1" +### ChangeNotes: Async hotfix, 1 subprocess default, modify MaxAsync variable or pass -x N option to increase. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"