chore: cleanup

This commit is contained in:
2025-01-30 00:48:40 +00:00
parent 423965f833
commit c0fb0b7cf9
3 changed files with 48 additions and 64 deletions

View File

@@ -35,46 +35,3 @@ There are additional environment variables that can be set to enable experimenta
| PAGE_LIMIT | `int` | 24 | Override the default page limit |
You can find the container image history [here](https://git.jrdn.dev/jordanwalster/-/packages/container/photon-dashboard/versions).
# Changelog
## [v0.0.4] (The Tag Update) - 2025-01-28
### 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
- Filter buttons for mimetype
- Tag attachment counter
- Image tagging
- Support for tag creation
## [v0.0.2] - 2025-01-26
### Added
- Gravatar profile pictures
- Download image function
- Flags for disabling incomplete functions (search, tagging)
## [v0.0.1] - 2025-01-25
### Added
- Image format labels to dashboard
- Rename image function
- Copy link to clipboard function
- A changelog to document changes