Releases: m-bartlett/pavol-dunst
Releases · m-bartlett/pavol-dunst
v2.2
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
No usage or feature changes
Changelog:
- fix source implementations, Makefile, and compilation flags to compile in C instead of C++
- expand README
- remove deprecated icon definitions
Full Changelog: v2.0...v2.1
v2.0
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)
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%).
Full Changelog: 0.1...1.0
v0.1 (font-based)
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