7 Commits

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