From 37474c127b71453ba888a24a8d6c292542e5ef3c Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Wed, 3 Jul 2019 09:46:05 +0300 Subject: [PATCH] Dunst v1.4.1 --- CHANGELOG.md | 10 ++++++++-- Makefile | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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