Skip to content

Releases: m-bartlett/pavol-dunst

v2.2

01 Oct 06:09
2ea1c79
Compare
Choose a tag to compare

Changelog

  • fix icon not updating with dunst 1.9.0 on executions in rapid succession reusing the same notification
  • add optional compile flags for certain program features, for example formatting the volume integer into the notification body string using sprintf.

Full Changelog: v2.1...v2.2

v2.1

21 Mar 17:35
Compare
Choose a tag to compare

No usage or feature changes

Changelog:

Full Changelog: v2.0...v2.1

v2.0

21 Mar 07:32
a0911ab
Compare
Choose a tag to compare

Changelog:

  • Split source code into more logically isolated sources and header files
  • Move from using external SVG files to baking raw SVG text bodies into the resultant binary.
  • Dynamic icon rendering (size, colors, icon customization)
  • add --primary, --secondary, and --icon-size
  • Add Xresource support
  • Shared memory process singleton mutex lock to prevent concurrent processes from clobbering each other's volume modifications
  • Polished README
    Full Changelog: 1.0...v2.0

v1.0 (icon-based)

28 Nov 22:49
Compare
Choose a tag to compare

Refactor notifications to be primarily icon-based for volume level indicators. The notification also expands its width to represent over-amplification (as the progress bar caps at 100%).

demo

Full Changelog: 0.1...1.0

v0.1 (font-based)

28 Nov 08:48
Compare
Choose a tag to compare

Initial release which is font-based. This expects the user to have a symbolic font (e.g. nerd-fonts) which has a volume icon that dunst can use. Dunst must be configured to use this symbolic font for the volume notification category.

Full Changelog: https://github.com/m-bartlett/pavol-dunst/commits/0.1