Dunst v1.4.1

This commit is contained in:
Nikos Tsipinakis 2019-07-03 09:46:05 +03:00
parent 7ca6a98238
commit 37474c127b
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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