Skip to content

Commit

Permalink
Dunst v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsmit committed Apr 20, 2023
1 parent f394f16 commit dfab9f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Dunst changelog

## 1.9.2 -- 2023-04-20

### Fixed
- Various documentation issues (#1151, #1154, #1162)
- High cpu usage when `show_age_treshold = -1` (#1164)
- High cpu usage in some situation. This is often correlated with being idle. (#1158)

## 1.9.1 -- 2023-03-08

### 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.9.1-non-git"
VERSION := "1.9.2 (2023-04-20)"
ifneq ($(wildcard ./.git/),)
VERSION := $(shell ${GIT} describe --tags)
endif
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
===================================================================================
Release Notes For v1.9.2
===================================================================================

This release fixes two issues with high cpu usage one of which was introduced
when trying to fix another cpu usage issue. So if you have experienced dunst
making your fans spin harder than usual that should be fixed with this release.

===================================================================================
Release Notes For v1.9.1
===================================================================================
Expand Down

0 comments on commit dfab9f0

Please sign in to comment.