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