Skip to content

Commit 49ec05a

Browse files
committed
Dunst v1.12.1
1 parent d6bf5de commit 49ec05a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.swp
12
*.o
23
*.d
34
*.gcda

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Dunst changelog
22

3+
## 1.12.1 -- 2024-12-17
4+
5+
### Changed
6+
- Improve man pages and add `dunstify(1)`
7+
- Accept old `height` syntax again (with notice) (#1412)
8+
- Add `history-clear` and `history-rm` zsh completions (#1418)
9+
10+
### Fixed
11+
- Memory corruption when reloading (#1413)
12+
- Fix height calculation regression (#1411)
13+
- Handle correctly file uri icons (#1409)
14+
- Fix typos in docs (#1415)
15+
316
## 1.12.0 -- 2024-11-30
417

518
### Added

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include config.mk
55

6-
VERSION := "1.12.0-non-git"
6+
VERSION := "1.12.1 (2024-12-17)"
77
ifneq ($(wildcard ./.git/),)
88
VERSION := $(shell ${GIT} describe --tags 2>/dev/null || echo ${VERSION})
99
endif

0 commit comments

Comments
 (0)