1 Commits
0.1.3 ... 0.1.1

Author SHA1 Message Date
3b894ca471 chore: add v0.1.1 2025-04-28 02:20:38 +01:00
5 changed files with 8 additions and 132 deletions

View File

@@ -1,30 +0,0 @@
name: Bug Report
about: File a bug report
title: "[Bug] ..."
labels: "Kind/Bug"
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Describe the bug and what the expected behaviour was.
placeholder: A bug happened!
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of Photon are you running? You can find this in the footer of the app.
options:
- 0.1.3 (Latest)
- 0.1.2
- 0.1.1
- 0.1.0
validations:
required: true
- type: markdown
attributes:
value: |
This issue was created using the bug report template.
visible: [content]

View File

@@ -1 +0,0 @@
blank_issues_enabled: false

View File

@@ -1,30 +0,0 @@
name: Enhancement Request
about: Suggest a way things could be improved
title: "[Enhancement] ..."
labels: "Kind/Enhancement"
body:
- type: textarea
id: idea
attributes:
label: What is your idea?
description: Describe the feature you would like to see. Attach any screenshots or mockups if you have them.
placeholder: I would like to see...
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of Photon are you running? You can find this in the footer of the app.
options:
- 0.1.3 (Latest)
- 0.1.2
- 0.1.1
- 0.1.0
validations:
required: true
- type: markdown
attributes:
value: |
This issue was created using the feature template.
visible: [content]

View File

@@ -1,30 +0,0 @@
name: Feature Request
about: Suggest an idea for this project
title: "[Feature] ..."
labels: "Kind/Feature"
body:
- type: textarea
id: idea
attributes:
label: What is your idea?
description: Describe the feature you would like to see. Attach any screenshots or mockups if you have them.
placeholder: I would like to see...
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of Photon are you running? You can find this in the footer of the app.
options:
- 0.1.3 (Latest)
- 0.1.2
- 0.1.1
- 0.1.0
validations:
required: true
- type: markdown
attributes:
value: |
This issue was created using the feature template.
visible: [content]

View File

@@ -2,42 +2,12 @@
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.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 ## [v0.1.1] - 2025-04-28
### Fixed ### Fixed
- Columns not updating when selected in dropdown. - Columns not updating when selected in dropdown.
- Icons missing from context menu on search page. - Icons missing from context menu on search page.
### Changed
- Version numbers are now taken from container image.
## [v0.1.0] - 2025-04-27 ## [v0.1.0] - 2025-04-27
### Fixed ### Fixed
@@ -63,15 +33,12 @@ All notable changes to this project will be documented in this file.
- Messaging for no OCR table. - Messaging for no OCR table.
- Icons on context menu. - Icons on context menu.
### Removed
- Image format being shown in corner.
## [v0.0.9] - 2025-04-21 ## [v0.0.9] - 2025-04-21
### Added ### Fixed
- Introduced search functionality. - Occasional redirection to a previous page when deleting or restoring images.
- Rename tag button. - Assign tags field remembers existing tags.
- Restore all button for trashed images. - Allowing removal of tags from an image.
### Changed ### Changed
- Pages no longer use query strings and instead use paths. - Pages no longer use query strings and instead use paths.
@@ -80,10 +47,10 @@ All notable changes to this project will be documented in this file.
- File format shown in badge. - File format shown in badge.
- Links are now path based instead of query string based. - Links are now path based instead of query string based.
### Fixed ### Added
- Occasional redirection to a previous page when deleting or restoring images. - Introduced search functionality.
- Assign tags field remembers existing tags. - Rename tag button.
- Allowing removal of tags from an image. - Restore all button for trashed images.
## [v0.0.8] - 2025-01-30 ## [v0.0.8] - 2025-01-30