Compare commits
9 Commits
ea7cec2777
...
0.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| c0bb3430bb | |||
| 073803d05a | |||
| f99b483bce | |||
| e0c0ac7c45 | |||
| 2b3083143d | |||
| afd65d3bcb | |||
| 120f3f3b67 | |||
| 59da5d315d | |||
| 35321a56b8 |
@@ -3,11 +3,6 @@ about: File a bug report
|
|||||||
title: "[Bug] ..."
|
title: "[Bug] ..."
|
||||||
labels: "Kind/Bug"
|
labels: "Kind/Bug"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
This issue was created using the bug report template.
|
|
||||||
visible: [content]
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
@@ -27,4 +22,9 @@ body:
|
|||||||
- 0.0.9
|
- 0.0.9
|
||||||
- 0.0.8
|
- 0.0.8
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This issue was created using the bug report template.
|
||||||
|
visible: [content]
|
||||||
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]
|
||||||
@@ -3,11 +3,6 @@ about: Suggest an idea for this project
|
|||||||
title: "[Feature] ..."
|
title: "[Feature] ..."
|
||||||
labels: "Kind/Feature"
|
labels: "Kind/Feature"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
This issue was created using the feature template.
|
|
||||||
visible: [content]
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: idea
|
id: idea
|
||||||
attributes:
|
attributes:
|
||||||
@@ -27,4 +22,9 @@ body:
|
|||||||
- 0.0.9
|
- 0.0.9
|
||||||
- 0.0.8
|
- 0.0.8
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This issue was created using the feature template.
|
||||||
|
visible: [content]
|
||||||
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
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.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
|
||||||
|
|||||||
Reference in New Issue
Block a user