Compare commits
17 Commits
ce6bcd2f88
...
0.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| c0bb3430bb | |||
| 073803d05a | |||
| f99b483bce | |||
| e0c0ac7c45 | |||
| 2b3083143d | |||
| afd65d3bcb | |||
| 120f3f3b67 | |||
| 59da5d315d | |||
| 35321a56b8 | |||
| ea7cec2777 | |||
| a6a4ceceb8 | |||
| f63779e5d3 | |||
| 14964be220 | |||
| 9b3813cde0 | |||
| 5824678ff9 | |||
| 77e48ed460 | |||
| 586671a52a |
30
.gitea/issue_template/bug_report.yml
Normal file
30
.gitea/issue_template/bug_report.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
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.1 (Latest)
|
||||||
|
- 0.1.0
|
||||||
|
- 0.0.9
|
||||||
|
- 0.0.8
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This issue was created using the bug report template.
|
||||||
|
visible: [content]
|
||||||
1
.gitea/issue_template/config.yml
Normal file
1
.gitea/issue_template/config.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
30
.gitea/issue_template/enhancement.yml
Normal file
30
.gitea/issue_template/enhancement.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
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.1 (Latest)
|
||||||
|
- 0.1.0
|
||||||
|
- 0.0.9
|
||||||
|
- 0.0.8
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This issue was created using the feature template.
|
||||||
|
visible: [content]
|
||||||
30
.gitea/issue_template/feature.yml
Normal file
30
.gitea/issue_template/feature.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
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.1 (Latest)
|
||||||
|
- 0.1.0
|
||||||
|
- 0.0.9
|
||||||
|
- 0.0.8
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This issue was created using the feature template.
|
||||||
|
visible: [content]
|
||||||
22
changelog.md
22
changelog.md
@@ -2,7 +2,24 @@
|
|||||||
|
|
||||||
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.0] - 2025-05-05
|
## [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
|
||||||
|
- Columns not updating when selected in dropdown.
|
||||||
|
- Icons missing from context menu on search page.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Version numbers are now taken from container image.
|
||||||
|
|
||||||
|
## [v0.1.0] - 2025-04-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Sharing URL Scheme set to `https` regardless of setting in environment variables.
|
- Sharing URL Scheme set to `https` regardless of setting in environment variables.
|
||||||
@@ -27,6 +44,9 @@ 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
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
container_name: photon_dashboard
|
container_name: photon_dashboard
|
||||||
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
|
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/www/html/db
|
- ./db:/var/www/html/db # Only required if migrating from SQLite
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${DATA_PATH}
|
source: ${DATA_PATH}
|
||||||
target: /var/www/html/data
|
target: /var/www/html/data
|
||||||
|
|||||||
Reference in New Issue
Block a user