feat(desktop): Windows taskbar overlay icon for unread badge
Release desktop app / build (, windows-latest) (push) Has been cancelled
Release desktop app / build (--target universal-apple-darwin --bundles app,updater, macos-14) (push) Has been cancelled

Red-dot overlay drawn as raw RGBA (no extra resource bundled).
Shown on Windows when unread count > 0, cleared when 0.
macOS keeps numeric Dock badge; Linux has no cross-DE badge API.

Bumps version 0.10.0 -> 0.10.1.
This commit is contained in:
2026-04-21 17:31:06 +02:00
parent eb452bf57e
commit 5aa39b40ff
5 changed files with 45 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@chat-app/desktop",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"description": "Tauri v2 desktop client (Windows / macOS / Linux)",
"type": "module",