diff --git a/CHANGELOG.md b/CHANGELOG.md index e720240..dbd9cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Dunst changelog -## Unreleased +## 1.4.1 - 2019-07-03 -### Added ### Fixed +- `max_icon_size` not working with dynamic width (#614) +- Failure to parse color strings with trailing comments in the config (#626) +- Negative width in geometry being ignored (#628) +- Incorrect handling of the argument terminator `--` in dunstify +- Crash when changing DPI while no notifications are displayed (#630) +- Fullscreen status change not being detected in some cases (#613) + ## 1.4.0 - 2019-03-30 ### Added diff --git a/Makefile b/Makefile index 69e3902..144b0d1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.4.0-non-git" +VERSION := "1.4.1 (2019-07-03)" ifneq ($(wildcard ./.git/),) VERSION := $(shell ${GIT} describe --tags) endif