diff --git a/README.md b/README.md index e3e7e75..b8608dd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ You can find the container image history [here](https://git.jrdn.dev/jordanwalst # Changelog +## [v0.0.6] - 2025-01-29 + +### Changed +- 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) + ## [v0.0.5] - 2025-01-29 ### Added diff --git a/changelog.md b/changelog.md index 9a51e97..3fd8155 100644 --- a/changelog.md +++ b/changelog.md @@ -2,12 +2,21 @@ All notable changes to this project will be documented in this file. +## [v0.0.6] - 2025-01-29 + +### Changed +- 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) + ## [v0.0.5] - 2025-01-29 ### Added -- Trash functionality to untagged images -- Permanent deletion functionality -- Configurable columns +- Trash functionality to untagged images. +- Permanent deletion functionality. +- Configurable column count from dropdown. ### Changed - Padding at the bottom of the page is reduced to 35px from 50px.