Changelog for
dunst-1.11.0-35.2.x86_64.rpm :
* Thu Jul 11 2024 Andrea Manzini
- main package is a dependency of shell completion packages
* Sun May 19 2024 Andrea Manzini - update to 1.11.0:
* Add corners, progress_bar_corners and icon_corners options to control which corners to round (#1268)
* Support GTK/CSS cursor names on Wayland
* Print detected monitors names (X11)
* Make X11 optional in build (this allows wayland-only dunst)
* Shell completions are now official
* Don’t search for icon path if icons are disabled
* Eagerly parse and cache colors
* Update dunstctl manpage and documentation
* Fix settings initialization (this prevented –print and –startup_notification from working)
* Rework timer logic and fix error about Glib source ID for good
* Prevent memory corruption in XrmSetDatabase
* Don’t try to print NULL strings
* Do not resolve icon paths twice
* Don’t crash the test suite if librsvg is not present
* Fix memory leak in DBus RuleEnable
* Fix dunstctl rule (#1281)
* Remove newlines from icon logging
* Prevent make from failing if git tags are not found
* Fix some typos (#1324, #1325, #1279)- provide sub-packages for shell completions
* Wed Oct 11 2023 Tomas Cech - update to 1.9.2:
* Fixed various documentation issues
* Fixed high cpu when `show_age_treshold` = -1
* High cpu usage in some situation, often correlated with being idle
* Tue Mar 28 2023 Dirk Müller - update to 1.9.1:
* zsh completion for dunst and dunstctl (#1107 and #1108)
* dunstctl `history-clear` command to delete all notifications from history (#1131)
* dunstctl `history-rm command` to remove a single notification from history (#1128)
* `progress_bar_corner_radius` option for adding rounded corners to the progress bar (off by default) (#1119)
* `icon_corner_radius` option for adding rounded corners to notification icons (#1139)
* Make libnotify and dunstify optional in build (#1129)
* Man page typo\'s and readability (#1088 and #1121)
* Length changes not being emitted over D-Bus (#1127)
* Crash when locking screen with swaylock on Sway (#1148)
* Dunst using 100% in some configurations with `idle_threshold` turned on (#1140)
* Mon Jan 16 2023 Dirk Müller - update to 1.9.0:
* `override_dbus_timeout` setting to override the notification timeout set via dbus.
* Support notification gaps via the `gap_size` setting. Note that since the notifications are not separate windows, you cannot click in between the notifications.
* Make `min_icon_size` and `max_icon_size` a rule for even more flexibility
* The window offset is now scaled according to `scale` as well. This way notification stay visually in the same place on higher DPI screens.
* For the recursive icon lookup, revert to using `min_icon_size` and `max_icon_size` instead of `icon_size`. `min_icon_size` is used as the size to look for in icon themes.
* Recursive icon lookup is no longer experimental.
* Recursive icon lookup is enabled in the default dunstrc. This does not change your settings when you have a custom dunstrc.
* Added back the `action_name` setting that was accidentally dropped.
* Broken `dunstctl history`.
* Merged a few wayland fixes from mako (https://github.com/emersion/mako)
* `follow=keyboard`: Fix regression where we don\'t fall back to mouse
* Raw icons not being scaled according to icon size
* Notifications not disappearing. For some people notifications would sometimes stay on screen until a new notification appeared. This should not happen anymore
* Thu Apr 14 2022 Timothy Brown - Update to 1.8.1
* release notes: https://github.com/dunst-project/dunst/blob/master/CHANGELOG.md
* Tue Dec 07 2021 Danilo Spinella - Update to 1.7.2
* release notes: https://github.com/dunst-project/dunst/blob/master/CHANGELOG.md- Drop unneeded patch:
* makefile.patch- Drop upstreamed patch:
* dunst-xdg-open-can-open-URLs-don-t-rely-on-specific-hardco.patch
* Fri Jul 02 2021 Michal Suchanek - Do not hardcode web browser + dunst-xdg-open-can-open-URLs-don-t-rely-on-specific-hardco.patch
* Thu Apr 29 2021 Jan Baier - update to 1.6.1- refresh makefile.patch
* Added - Wayland support. Dunst now runs natively on wayland. This fixes several bugs with dunst on wayland and allows idle detection. (#781) - A progress bar, useful for showing volume or brightness in notifications (#775) - A script in contrib for using the progress bar (#791) - dunstctl count for showing the number of notifications (#793) - Expose environment variables info about the notification to scripts (#802) - text_icon_padding for adding padding between the notification icon and text (#810)
* Changed - Dunst now installs a system-wide config in /etc/dunst/dunstrc (#798) - Move part of the man page to dunst(5) (#799)
* Fixed - Incorrect version in Makefile - history_ignore flag broken when using multiple rules (#747) - Divide by zero in radius calculation (#750) - Monitor setting overriding follow_mode (#755) - Incorrect monitor usage when using multiple X11 screens (#762) - Emit signal when paused property changes (#766) - dunstify can pass empty appname to libnotify (#768) - Incorrect handling of \'do_action, close\' mouse action (#778)
* Removed - DUNST_COMMAND_{PAUSE,RESUME,TOGGLE} (#830)-
* Sat Aug 08 2020 Ondřej Súkup - update to 1.5.0- refresh makefile.patch
* min_icon_size option to automatically scale up icons to a desired value
* vertical_alignment option to control the text/icon alignment within the notification
* Ability to configure multiple actions for each mouse event
* dunstctl command line control client
* RGBA support for all color strings
* Ability to run multiple scripts for each notification
* ignore_dbusclose setting
* dunstify notification client is now installed by default
* Keyboard follow mode falls back to the monitor with the mouse if no window has keyboard focus
* Overflow when setting a >=40 minute timeout
* Unset configuration options not falling back to default values
* Crash when $HOME environment variable is unset
* Lack of antialiasing with round corners enabled