diff --git a/README.md b/README.md index d357d15..958ce86 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,21 @@ You can find the container image history [here](https://git.jrdn.dev/jordanwalst # Changelog + +## [v0.0.4] (The Tag Update) - 2025-01-27 + +### Added + +- Update compose file to use bind mount +- Delete tag button +- Added image tag pagination +- Tagged Screenshots pages +- Override for default page limit + +### Fixed + +- Bug where selected tags from a previous image wouldn't clear correctly after modal close + ## [v0.0.3] - 2025-01-27 ### Added diff --git a/changelog.md b/changelog.md index 84c9de7..0fa2361 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,13 @@ All notable changes to this project will be documented in this file. -## [v0.0.4] - 2025-01-27 +## [v0.0.4] (The Tag Update) - 2025-01-27 ### Added + +- Update compose file to use bind mount +- Delete tag button +- Added image tag pagination - Tagged Screenshots pages - Override for default page limit