From e2d3d275876aadf3986441292245f918097d2e99 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Wed, 29 Jan 2025 04:27:49 +0000 Subject: [PATCH] chore: update changelog --- README.md | 11 +++++++++++ changelog.md | 17 ++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8608dd..34ae1f0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,17 @@ You can find the container image history [here](https://git.jrdn.dev/jordanwalst # Changelog +## [v0.0.7] - 2025-01-29 + +### Added +- Empty trash button. +- Screenshot counter to sidebar. +- Trash counter to sidebar. + +### Fixed +- Expanded tags view persisting between page refreshes. +- Image names displaying the trash hash value when on trash page. + ## [v0.0.6] - 2025-01-29 ### Changed diff --git a/changelog.md b/changelog.md index 3fd8155..47e1acc 100644 --- a/changelog.md +++ b/changelog.md @@ -2,14 +2,25 @@ All notable changes to this project will be documented in this file. +## [v0.0.7] - 2025-01-29 + +### Added +- Empty trash button. +- Screenshot counter to sidebar. +- Trash counter to sidebar. + +### Fixed +- Expanded tags view persisting between page refreshes. +- Image names displaying the trash hash value when on trash page. + ## [v0.0.6] - 2025-01-29 ### Changed -- Changelog URL set to Github changelog.md -- Deleted images hash separator +- Changelog URL set to Github changelog.md. +- Deleted images hash separator. ### Fixed -- Pagination layout issues [#10](https://git.jrdn.dev/jordanwalster/photon-dashboard/issues/10) +- Pagination layout issues [#10](https://git.jrdn.dev/jordanwalster/photon-dashboard/issues/10). ## [v0.0.5] - 2025-01-29