7 Commits

Author SHA1 Message Date
c0bb3430bb chore: add v0.1.2 2025-04-29 02:19:30 +01:00
073803d05a chore: remove github issue template 2025-04-29 01:05:11 +01:00
f99b483bce chore: update messaging for github issues 2025-04-28 15:15:33 +01:00
e0c0ac7c45 chore: re-add github issue template 2025-04-28 15:10:54 +01:00
2b3083143d revert: add GitHub template
This reverts commit afd65d3bcb.
2025-04-28 15:10:22 +01:00
afd65d3bcb chore: add GitHub template 2025-04-28 15:09:07 +01:00
120f3f3b67 fix: incorrect title/labels 2025-04-28 13:41:08 +01:00
2 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Enhancement Request name: Enhancement Request
about: Suggest a way things could be improved about: Suggest a way things could be improved
title: "[Feature] ..." title: "[Enhancement] ..."
labels: "Kind/Feature" labels: "Kind/Enhancement"
body: body:
- type: textarea - type: textarea
id: idea id: idea

View File

@@ -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