From a5024b35f61cf58c01a0731b9d1ca8adf872b0a8 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 2 May 2026 20:23:21 +0300 Subject: Fix Chrome notifications not matching due to space vs hyphen in app name Normalize separators (hyphens, spaces, underscores) during pattern matching so that Chrome's app_name "Google Chrome" matches KWin's desktopFile "google-chrome". --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3