Download Latest Version Dunst v1.13.0 source code.tar.gz (4.7 MB)
Email in envelope

Get an email when there's a new version of Dunst

Home / v1.11.0
Name Modified Size InfoDownloads / Week
Parent folder
Dunst v1.11.0 source code.tar.gz 2024-04-15 4.6 MB
Dunst v1.11.0 source code.zip 2024-04-15 4.7 MB
README.md 2024-04-15 2.8 kB
Totals: 3 Items   9.4 MB 0

This release hopefully marks the start of a new period of active development and contributions and a shift away from the previous lower maintenance mode.

For users:

This is the perfect time to engage with the project and other dunst users. Some of the features and changes to include in the v2 release are starting to be proposed or implemented. Everyone's opinion is important, so feel free to participate in the issues proposing new features (or redesigns of the old ones).

This version mainly contains bug fixes and QoL improvements, and can be considered a preparatory release for the various things that will come in the future (overhaul of the rule syntax, multiple windows support, aesthetic and customization options, refactor of the drawing system, etc).

For maintainers:

X11 support is now optional and can be disabled in build by setting the X11 make flag to 0. This means that you can offer Wayland-only builds.

Shell completions are now considered official and can be installed/uninstalled from the Makefile. By default they are installed and can be disabled by setting the COMPLETIONS flag to 0.

Take a look at the changelog for all the bug fixes and improvements.

Added

  • Add corners, progress_bar_corners and icon_corners options to control which corners to round (#1268)
  • Support GTK/CSS cursor names on Wayland (#1276)
  • Make dunst more portable (#1288)
  • Print detected monitors names (X11) (#1332)

Changed

  • Make X11 optional in build (this allows wayland-only dunst) (#1290)
  • Shell completions are now official and can be installed from the Makefile (#1262, [#1263])
  • Don't search for icon path if icons are disabled (#1301)
  • Eagerly parse and cache colors (#1306)
  • Update dunstctl manpage (#1298)
  • Update documentation (#1315, [#1334])

Fixed

  • Fix settings initialization (this prevented --print and --startup_notification from working) (#1299)
  • Rework timer logic and fix error about Glib source ID for good (#1308, [#1196])
  • Prevent memory corruption in XrmSetDatabase (#1256, [#1291])
  • Don't try to print NULL strings (#1323)
  • Do not resolve icon paths twice (#1307, [#1314])
  • Don't crash the test suite if librsvg is not present (#1329)
  • Fix memory leak in DBus RuleEnable (#1328)
  • Fix dunstctl rule (#1281)
  • Remove newlines from icon logging (#1296)
  • Prevent make from failing if git tags are not found (#1287)
  • Fix some typos (#1324, [#1325], [#1279])

Full Changelog: https://github.com/dunst-project/dunst/compare/v1.10.0...v1.11.0

New maintainers: - Bjoern Hiller bjoern.hiller@gmail.com - Federico Angelilli fedeangemail@gmail.com - Friso Smit fw.smit01@gmail.com

Source: README.md, updated 2024-04-15