Skip to content

Commit

Permalink
v0.22.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Nov 26, 2023
1 parent 037e139 commit 47308e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.22.17 (2023-11-26)

[albert]
* Prepend albert to logging categories, default filter debug
* Remove logging rules cli arguments
Dont work on some systems and there is QT_LOGGING_RULES for it
* Differentiate terminator terminals suffering bug 660

[plugins]
* [mpris:2.0] Ported

v0.22.16 (2023-11-18)

[albert]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.19) # JSON support, Ubuntu 22.04

# dont touch! set by metatool
set(PROJECT_VERSION 0.22.16)
set(PROJECT_VERSION 0.22.17)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 47308e5

Please sign in to comment.