From f2fc5a4d349dce9e5dbb8370bb1b7a6cd310a1aa Mon Sep 17 00:00:00 2001
From: mag37
Date: Tue, 27 Jun 2023 19:45:21 +0200
Subject: [PATCH] Updated: 2.4 info
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index d8f6618..7170cce 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
+
@@ -14,11 +15,8 @@
With features like excluding specific containers, filter by name, auto-prune dangling images and more.
-### :warning: URGENT! The 2.1 change had a breaking error - make sure you run an updated version.
-If you've had errors, inspect your containers and look for odd compose paths, volumes or ports.
-[errorCheck.sh](https://github.com/mag37/dockcheck/blob/main/errorCheck.sh) lists the important bits of each running container. If anything suspicious, recreate the container manually with `docker compose`.
-
### :pushpin: Recent changes:
+- **v0.2.4**: Fixed a bug with the Exclude-logic to only exclude exact matches. Added a counter.
- **v0.2.3**: Added a self updating function (curl/git) and a ugly changenote-message for updates.
- **v0.2.2**: Fixed breaking errors with multi-compose, odd breakage and working dir error.
- **v0.2.1**: Added option to exclude a list of containers.