Compare commits
9 Commits
59da5d315d
...
0.1.3
| Author | SHA1 | Date | |
|---|---|---|---|
| ed8ff1dd66 | |||
| ecf6a6fe62 | |||
| c0bb3430bb | |||
| 073803d05a | |||
| f99b483bce | |||
| e0c0ac7c45 | |||
| 2b3083143d | |||
| afd65d3bcb | |||
| 120f3f3b67 |
@@ -17,10 +17,10 @@ body:
|
||||
label: Version
|
||||
description: What version of Photon are you running? You can find this in the footer of the app.
|
||||
options:
|
||||
- 0.1.1 (Latest)
|
||||
- 0.1.3 (Latest)
|
||||
- 0.1.2
|
||||
- 0.1.1
|
||||
- 0.1.0
|
||||
- 0.0.9
|
||||
- 0.0.8
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Enhancement Request
|
||||
about: Suggest a way things could be improved
|
||||
title: "[Feature] ..."
|
||||
labels: "Kind/Feature"
|
||||
title: "[Enhancement] ..."
|
||||
labels: "Kind/Enhancement"
|
||||
body:
|
||||
- type: textarea
|
||||
id: idea
|
||||
@@ -17,10 +17,10 @@ body:
|
||||
label: Version
|
||||
description: What version of Photon are you running? You can find this in the footer of the app.
|
||||
options:
|
||||
- 0.1.1 (Latest)
|
||||
- 0.1.3 (Latest)
|
||||
- 0.1.2
|
||||
- 0.1.1
|
||||
- 0.1.0
|
||||
- 0.0.9
|
||||
- 0.0.8
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
|
||||
@@ -17,10 +17,10 @@ body:
|
||||
label: Version
|
||||
description: What version of Photon are you running? You can find this in the footer of the app.
|
||||
options:
|
||||
- 0.1.1 (Latest)
|
||||
- 0.1.3 (Latest)
|
||||
- 0.1.2
|
||||
- 0.1.1
|
||||
- 0.1.0
|
||||
- 0.0.9
|
||||
- 0.0.8
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
|
||||
43
changelog.md
43
changelog.md
@@ -2,6 +2,33 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [v0.1.3] - 2025-05-03
|
||||
|
||||
### Added
|
||||
- Upload button for uploading via web dashboard.
|
||||
|
||||
### Changed
|
||||
- Column dropdown is now a button that switches between options.
|
||||
- Some old icons have been switched to FontAwesome icons.
|
||||
- Sidebar remaining open flag is now set by a cookie instead of a session token.
|
||||
|
||||
### Fixed
|
||||
- Page refresh loop when changing column count.
|
||||
- Scrollbar failing to show after page content changes.
|
||||
- Bug where images with capitalised file extensions do not appear in the grid.
|
||||
- Unable to use multi select actions on images with spaces in their names.
|
||||
|
||||
### Removed
|
||||
- `TAGS_ENABLED`, `SEARCH_ENABLED` and `TRASH_ENABLED` environment variables, these are now permanently enabled.
|
||||
|
||||
## [v0.1.2] - 2025-04-29
|
||||
|
||||
> [!WARNING]
|
||||
> This introduces a breaking change that requires the latest version of the photon-worker container image.
|
||||
|
||||
### Added
|
||||
- Image compression worker function, decreasing page load times.
|
||||
|
||||
## [v0.1.1] - 2025-04-28
|
||||
|
||||
### Fixed
|
||||
@@ -41,10 +68,10 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [v0.0.9] - 2025-04-21
|
||||
|
||||
### Fixed
|
||||
- Occasional redirection to a previous page when deleting or restoring images.
|
||||
- Assign tags field remembers existing tags.
|
||||
- Allowing removal of tags from an image.
|
||||
### Added
|
||||
- Introduced search functionality.
|
||||
- Rename tag button.
|
||||
- Restore all button for trashed images.
|
||||
|
||||
### Changed
|
||||
- Pages no longer use query strings and instead use paths.
|
||||
@@ -53,10 +80,10 @@ All notable changes to this project will be documented in this file.
|
||||
- File format shown in badge.
|
||||
- Links are now path based instead of query string based.
|
||||
|
||||
### Added
|
||||
- Introduced search functionality.
|
||||
- Rename tag button.
|
||||
- Restore all button for trashed images.
|
||||
### Fixed
|
||||
- Occasional redirection to a previous page when deleting or restoring images.
|
||||
- Assign tags field remembers existing tags.
|
||||
- Allowing removal of tags from an image.
|
||||
|
||||
## [v0.0.8] - 2025-01-30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user