Skip to content

Commit

Permalink
v0.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 3, 2023
1 parent 6df0304 commit 536bf31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.22.10 (2023-10-03)

[albert]
* CI/CD: Appcast prototype
* Store log in cache dir
* Add loadtype NOUNLOAD
There are some plugins that dont like to be unloaded (Sparkle, Python).
Add a mechanism to let plugins prohibit users to unload it at runtime.

[plugins]
* [py] Fix 6.5.2 only QLogCat quirks. Fixes arch builds

v0.22.9 (2023-09-28)

[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.9)
set(PROJECT_VERSION 0.22.10)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 536bf31

Please sign in to comment.