diff --git a/CHANGELOG.md b/CHANGELOG.md index 92eed994c..20adffab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bcbe45b6..f535db1a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}