Dunst v1.3.1

This commit is contained in:
Nikos Tsipinakis 2018-01-30 11:06:17 +02:00
parent 21188de260
commit b40118bbe3
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Dunst changelog # Dunst changelog
## 1.3.0 (2018-01-05) ## 1.3.1 - 2018-01-30
### Fixed
- Race condition resulting in the service files being empty (#488)
## 1.3.0 - 2018-01-05
### Added ### Added
- `ellipsize` option to control how long lines should be ellipsized when `word_wrap` is set to `false` (#374) - `ellipsize` option to control how long lines should be ellipsized when `word_wrap` is set to `false` (#374)

View File

@ -3,7 +3,7 @@
include config.mk include config.mk
VERSION := "1.3.0 (2018-01-05)" VERSION := "1.3.1 (2018-01-30)"
ifneq ($(wildcard ./.git/.),) ifneq ($(wildcard ./.git/.),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif