Skip to content

Commit

Permalink
Dunst v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsmit committed Dec 8, 2021
1 parent 86eda1a commit c8c415a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Dunst changelog

## Unreleased
## 1.7.3 -- 2021-12-08

### Added
### Changed
- `follow` is now `none` again by default. This was the case before v1.7.0 as well. (#990).

### Fixed
- `dunstctl action` is now working again.
- Segfault in experimental icon lookup when an inherited theme doesn't exist.
- `icon_position = off` not being respected (#996).

## 1.7.2 -- 2021-11-30

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.7.2-non-git"
VERSION := "1.7.3 (2021-12-08)"
ifneq ($(wildcard ./.git/),)
VERSION := $(shell ${GIT} describe --tags)
endif
Expand Down

0 comments on commit c8c415a

Please sign in to comment.