summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-05-02 20:23:21 +0300
committerAsko Nõmm <asko@nmm.ee>2026-05-02 20:24:26 +0300
commita5024b35f61cf58c01a0731b9d1ca8adf872b0a8 (patch)
tree9c6ab792ba9821ee63d7013a86dbe57889ab6be5 /Cargo.toml
parent7a01ab83f3f8db5538fdf76dad8f6c5eee805e64 (diff)
Fix Chrome notifications not matching due to space vs hyphen in app nameHEADmaster
Normalize separators (hyphens, spaces, underscores) during pattern matching so that Chrome's app_name "Google Chrome" matches KWin's desktopFile "google-chrome".
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e63e172..b9ee741 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plasma-task-manager-notifications"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Taskbar badge notifications for KDE Plasma 6"
license = "MIT"