chore: update changelog

This commit is contained in:
2025-01-29 02:36:55 +00:00
parent 423965f833
commit 15ccd0ec82
2 changed files with 54 additions and 34 deletions

View File

@@ -38,43 +38,53 @@ You can find the container image history [here](https://git.jrdn.dev/jordanwalst
# Changelog # Changelog
## [v0.0.5] - 2025-01-29
### Added
- Trash functionality to untagged images
- Permanent deletion functionality
- Configurable columns
### Changed
- Padding at the bottom of the page is reduced to 35px from 50px.
## [v0.0.4] (The Tag Update) - 2025-01-28 ## [v0.0.4] (The Tag Update) - 2025-01-28
### Added ### Added
- Update compose file to use bind mount - Update compose file to use bind mount.
- Delete tag button - Delete tag button.
- Added image tag pagination - Image tag pagination.
- Tagged Screenshots pages - Tagged Screenshots pages.
- Override for default page limit - Override for default page limit.
### Fixed ### Fixed
- Bug where selected tags from a previous image wouldn't clear correctly after modal close - Bug where selected tags from a previous image wouldn't clear correctly after modal close.
## [v0.0.3] - 2025-01-27 ## [v0.0.3] - 2025-01-27
### Added ### Added
- Filter buttons for mimetype - Filter buttons for mimetype.
- Tag attachment counter - Tag attachment counter.
- Image tagging - Image tagging.
- Support for tag creation - Support for tag creation.
## [v0.0.2] - 2025-01-26 ## [v0.0.2] - 2025-01-26
### Added ### Added
- Gravatar profile pictures - Gravatar profile pictures.
- Download image function - Download image function.
- Flags for disabling incomplete functions (search, tagging) - Flags for disabling incomplete functions (search, tagging).
## [v0.0.1] - 2025-01-25 ## [v0.0.1] - 2025-01-25
### Added ### Added
- Image format labels to dashboard - Image format labels to dashboard.
- Rename image function - Rename image function.
- Copy link to clipboard function - Copy link to clipboard function.
- A changelog to document changes - A changelog to document changes.

View File

@@ -2,43 +2,53 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [v0.0.5] - 2025-01-29
### Added
- Trash functionality to untagged images
- Permanent deletion functionality
- Configurable columns
### Changed
- Padding at the bottom of the page is reduced to 35px from 50px.
## [v0.0.4] (The Tag Update) - 2025-01-28 ## [v0.0.4] (The Tag Update) - 2025-01-28
### Added ### Added
- Update compose file to use bind mount - Update compose file to use bind mount.
- Delete tag button - Delete tag button.
- Added image tag pagination - Image tag pagination.
- Tagged Screenshots pages - Tagged Screenshots pages.
- Override for default page limit - Override for default page limit.
### Fixed ### Fixed
- Bug where selected tags from a previous image wouldn't clear correctly after modal close - Bug where selected tags from a previous image wouldn't clear correctly after modal close.
## [v0.0.3] - 2025-01-27 ## [v0.0.3] - 2025-01-27
### Added ### Added
- Filter buttons for mimetype - Filter buttons for mimetype.
- Tag attachment counter - Tag attachment counter.
- Image tagging - Image tagging.
- Support for tag creation - Support for tag creation.
## [v0.0.2] - 2025-01-26 ## [v0.0.2] - 2025-01-26
### Added ### Added
- Gravatar profile pictures - Gravatar profile pictures.
- Download image function - Download image function.
- Flags for disabling incomplete functions (search, tagging) - Flags for disabling incomplete functions (search, tagging).
## [v0.0.1] - 2025-01-25 ## [v0.0.1] - 2025-01-25
### Added ### Added
- Image format labels to dashboard - Image format labels to dashboard.
- Rename image function - Rename image function.
- Copy link to clipboard function - Copy link to clipboard function.
- A changelog to document changes - A changelog to document changes.