diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f1fa84..f1791bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +v0.26.5 (2024-10-16) + +## Plugins + +- Archive **qmlboxmodel** +- **applications** + - Fix segfaults on Qt 6.8 + - Add option "split camel case" + - Add option "use acronyms" + - Add terminals debian-uxterm and com.alacritty.Alacritty +- **python** + - Do not allow site_import +- **dictionary** + - Implement FallbackHandler +- **contacts** + - Implement IndexQueryHandler + - Index contacts in background + - Use all available names + - Add website addresses actions + v0.26.4 (2024-09-24) This version contains the latest fixes. diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ed12ccc..6f1e0cb4 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.26.4) +set(PROJECT_VERSION 0.26.5) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index f9a7f8ba..e34a0863 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit f9a7f8ba79ebdf9742781df8241213064db883e7 +Subproject commit e34a0863070e51cc8d65498c0e0ffdb0e79e9251