| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.11.0: - Updated meson build instructions - Fixed sources annotation - block signal handlers in toggle button when updating state - Fix invalid data types in configSchema.json - Add MPRIS background blur for app icons - Close notification with middle mouse button - Mpris blacklist support - Add a way to change No Notifications text - Implemented xdg-activation logic - Fix json parsing error in config.json - Fixed image-path not being considered as theme icon - Fixed swaync-client --close-all not closing the actual noti layer window - Vertically center the summary/title when the notification body is empty - Always unescape image and app icon paths - Run script commands with "/bin/sh -c ..." - Added layer-shell-cover-screen option to fix animations in Hyprland - Pass hints as environment to scripts - Invoke action from swaync-client (implements #437) - fix: no convert upper case for the first character - Removed MPRIS widget side fade - Body img markup: fixed img URIs and single quotes not supported
- Update to version 0.10.1: * Fix brightness slider choppiness * Fixed BOTTOM aligned notifications in CC not compensating for fade properly * Fix default mpris icon size
- Update to version 0.10.0:
* Allow empty name for actions
* Update i3status-rs Example format syntax for 0.31.0
* corrected misspellings of the word "notification"
* Added "relative-timestamps" config to switch between "25 minutes ago" and "2023-06-25T20:05:27-07"
* Add meson_option to build without PulseAudio Widget
* Add show-per-app-label for volume
* Fixed CC list navigation skipping a notification
* Simplified script and base_widget command execution
* Test parsing markup without any hacks before using said hacks
* Remove notification replace flicker
* Added config option to set cc exclusive zone
* allow 8 digits in 2fa code regex
* flush stdout after subscription events
* Add toggle button
* Fix togglebutton in menu dropdown
* Add notification hint to bypass dnd/inhibition
* Grouped notifications
* [New Dependency: sassc] Move to SCSS from regular CSS
* Add border-radius property to notification images
* Add MPRIS player background blur
* Bumped version requirements for libhandy and gtk-layer-shell
* Fix text color on light theme
* Add control center visibility class
- Style changes
A few style changes were made that might break some existing configs.
The project also moved to use SCSS.
- New dependencies:
* gvfs
* granite
* sassc
* gtk-layer-shell (added explicitly)
- Split out bash, zsh and fish shell completions into dedicated packages