From f25a93da6717653f05ceabf3edfe87ca90e4d62f Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 23 Feb 2026 09:05:58 +0100 Subject: [PATCH] Update changelog for icon fix, no-decorations, and screenshots --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1a4d6..86a9898 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project follows early MVP/alpha versioning with tags like `v0.1.0-alpha ## [Unreleased] +### Added +- `build --no-decorations` option to create frameless windows (`decorations: false`) for kiosk/dashboard-style setups +- README screenshots for KDE/Arch showing launcher integration, running app window, and `deskify list` workflow + +### Fixed +- Icon handling now normalizes downloaded and custom icons to RGBA PNG before Tauri build (prevents `icon ... is not RGBA` build failures) + ## [v0.1.0-alpha.2] - 2026-02-23 ### Fixed