Compare commits
3 Commits
e2d3d27587
...
0.0.9
| Author | SHA1 | Date | |
|---|---|---|---|
| e03e13567e | |||
| 332ab82b6f | |||
| c0fb0b7cf9 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +0,0 @@
|
|||||||
/data
|
|
||||||
/web
|
|
||||||
Dockerfile
|
|
||||||
43
README.md
43
README.md
@@ -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 |
|
| 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).
|
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
|
|
||||||
|
|||||||
74
changelog.md
74
changelog.md
@@ -2,43 +2,81 @@
|
|||||||
|
|
||||||
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.4] (The Tag Update) - 2025-01-28
|
## [v0.0.8] - 2025-01-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support for displaying images with `.jpeg` extension in addition to `.jpg`.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Some tags elements attempting to load when `TAGS_ENABLED` set to false.
|
||||||
|
|
||||||
|
## [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.
|
||||||
|
|
||||||
|
### 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 column count from dropdown.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Padding at the bottom of the page is reduced to 35px from 50px.
|
||||||
|
|
||||||
|
## [v0.0.4] - 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user