diff --git a/CHANGELOG.md b/CHANGELOG.md index ac40724..4860b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] — 2026-06-09 + +### Changed +- Regenerated the F-Droid catalog `icon.png` (512x512, both locales) so it + is pixel-faithful to the on-device adaptive launcher icon: same slate + background (`#5C6B7A`), off-white mark (`#FAF6F0`), and the foreground + group transform (`scale 0.5`, pivot `114,108`, translate `2,8`) baked in. +- Added `design/icon/calendula_launcher.svg` — the composed full-bleed + icon (background + transformed mark) as the single source of truth for + store/F-Droid renders. + ## [0.2.0] — 2026-06-08 ### Added diff --git a/design/icon/calendula_launcher.svg b/design/icon/calendula_launcher.svg new file mode 100644 index 0000000..dc3870c --- /dev/null +++ b/design/icon/calendula_launcher.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png b/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png index b0abf00..b4be2db 100644 Binary files a/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png and b/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png differ diff --git a/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png b/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png index b0abf00..b4be2db 100644 Binary files a/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png and b/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png differ