diff --git a/README.md b/README.md index d8f6618..7170cce 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@

+ No AI! bash GPLv3 release @@ -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.