File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ * .swp
1
2
* .o
2
3
* .d
3
4
* .gcda
Original file line number Diff line number Diff line change 1
1
# Dunst changelog
2
2
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
+
3
16
## 1.12.0 -- 2024-11-30
4
17
5
18
### Added
Original file line number Diff line number Diff line change 3
3
4
4
include config.mk
5
5
6
- VERSION := "1.12.0-non-git "
6
+ VERSION := "1.12.1 (2024-12-17) "
7
7
ifneq ($(wildcard ./.git/) ,)
8
8
VERSION := $(shell ${GIT} describe --tags 2>/dev/null || echo ${VERSION})
9
9
endif
You can’t perform that action at this time.
0 commit comments