Skip to content

Commit

Permalink
Dunst v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsmit committed Feb 19, 2024
1 parent 8196755 commit 9a437ab
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Dunst changelog

## 1.10.0 -- 2024-02-19

### Added
- Unofficial fish and bash completions (#1205, 1209)
- Multiple pause levels to allow selective pausing of notifications (#1193)
- `--startup_notification` option as an alternative to `-startup_notification` (#1208)
- Expand variables, like `$HOME` in path in your dunstrc. See `man 3 wordexp` for the details (#1215)
- Support for stable output names for the `monitor` (eDP-1, HDMI-1, etc). This is more relyable than the order of monitors. (#1250)
- Wayland multiseat and touchscreen support (#1250)

### Changed
- The cursor is now being drawn by the compositor, making sure the right cursor theme and scaling is being used (#1250)

### Fixed
- Various documentation issues
- Icon path not being interpreted as a path (#1210)
- Handling of some commandline options (#1208)
- Improved handling of fallback fonts (#1222)
- Progress bar not rendering correctly for big corner radiusses compared to width (#1227)
- Whitespace and brackets in dunstctl usage output (#1230, #1233)
- Errors about Glib source ID spamming the log (#1257)
- Idle idle_threshold not working anymore in Wayland due to Wayland protocol changes (#1250)

## 1.9.2 -- 2023-04-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

include config.mk

VERSION := "1.9.2 (2023-04-20)"
VERSION := "1.10.0 (2024-02-19)"
ifneq ($(wildcard ./.git/),)
VERSION := $(shell ${GIT} describe --tags)
endif
Expand Down
19 changes: 19 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
===================================================================================
Release Notes For v1.10.0
===================================================================================

It's been a while since the last release. That does not mean that the
development has been stagnent. There are some long requested features have been
implemented, like a do not disturb mode in the form of multiple pause levels.
You can specify the priority of notification and selectively pause them. The
progress bar rendering for low progress values has been fixed, with preparation
work being done for more progress bar customization.

Since dunst gained Wayland support, Wayland received a lot of development.
Dunst needed to do some catchup for that. A new Wayland idle protocol is
implemented and support for Wayland touch screens and multi-seat has been
added. It's now also possible to specify displays by their port name, instead
of number.

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

===================================================================================
Release Notes For v1.9.2
===================================================================================
Expand Down

0 comments on commit 9a437ab

Please sign in to comment.