From 6d3b2ae6ac61f34030a43e5d50615f84cb7e40b8 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Tue, 28 Jan 2025 18:43:42 +0000 Subject: [PATCH] chore: update changelog --- README.md | 15 +++++++++++++++ changelog.md | 6 +++++- 2 files changed, 20 insertions(+), 1 deletion(-) 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