diff --git a/CHANGELOG.md b/CHANGELOG.md index f0713c1a..cd17fa23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +v0.24.3 (2024-07-09) + +[albert] +- Port applications settings to new id + Hotfix https://github.com/albertlauncher/albert/issues/1412 +- Fix telemetry + +[plugins] +- [snippets:5.4] Show a snippet preview in description. + Close #1387 + v0.24.2 (2024-07-02) [albert] diff --git a/CMakeLists.txt b/CMakeLists.txt index b683dab2..8efddac0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22) # Ubuntu 22.04 # dont touch! set by metatool -set(PROJECT_VERSION 0.24.2) +set(PROJECT_VERSION 0.24.3) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index 5621a769..7c995cb4 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 5621a7698b657e5df6cb20cd4f101d2c5856569f +Subproject commit 7c995cb4c931caae953e1ced47cd5ee7bae0d1af