diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-05-02 20:23:21 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-05-02 20:24:26 +0300 |
| commit | a5024b35f61cf58c01a0731b9d1ca8adf872b0a8 (patch) | |
| tree | 9c6ab792ba9821ee63d7013a86dbe57889ab6be5 /Cargo.toml | |
| parent | 7a01ab83f3f8db5538fdf76dad8f6c5eee805e64 (diff) | |
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
