feat: custom favicon from user design, resized to 32x32 (v1.4.28)

This commit is contained in:
Kantine Wrapper
2026-02-26 09:57:11 +01:00
parent bc1a91b7d7
commit cb5aa28f94
4 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
## v1.4.28
- 🎨 **Favicon**: Eigenes Favicon-Design aus `favicon_base.png` (2048x2048) auf 32x32 skaliert. Wird beim Build automatisch als PNG-Data-URI in Bookmarklet und Installer injiziert.
## v1.4.27
- 🔧 **Build**: Favicon wird jetzt sauber aus `favicon.png` per Build-Script als PNG-Base64-Data-URI generiert und über `{{FAVICON_DATA_URI}}` Platzhalter in `kantine.js` + `install.html` injiziert. Funktioniert auf allen Browsern und Proxy-Diensten.