Skip to content

Commit

Permalink
Dunst v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Dec 17, 2024
1 parent d6bf5de commit 49ec05a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.swp
*.o
*.d
*.gcda
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Dunst changelog

## 1.12.1 -- 2024-12-17

### Changed
- Improve man pages and add `dunstify(1)`
- Accept old `height` syntax again (with notice) (#1412)
- Add `history-clear` and `history-rm` zsh completions (#1418)

### Fixed
- Memory corruption when reloading (#1413)
- Fix height calculation regression (#1411)
- Handle correctly file uri icons (#1409)
- Fix typos in docs (#1415)

## 1.12.0 -- 2024-11-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

include config.mk

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

0 comments on commit 49ec05a

Please sign in to comment.