diff --git a/CHANGELOG.md b/CHANGELOG.md index dc90a716..77f1fa84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +v0.26.4 (2024-09-24) + +This version contains the latest fixes. + +## Albert + +- ItemIndex: Fix access to moved item. Skip emtpy IndexItems. + +## Plugins + +- [applications] Search in /System/Cryptexes/App/System/Applications +- [files] Fix f-term action failing on spaces +- [files] Fix xfce4-terminal +- [snippets] Fix typo +- [websearch] Create required data directory on start + +## Python + +- [syncthing] Use python-syncthing2. python-syncthing is dead. +- [unit_converter] Remove future typehints + v0.26.3 (2024-09-07) ## plugins diff --git a/CMakeLists.txt b/CMakeLists.txt index 4244d8ef..14b6da4c 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.3) +set(PROJECT_VERSION 0.26.4) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index 98031424..f9a7f8ba 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 98031424830738267f745a3da7ece382d8c8d27d +Subproject commit f9a7f8ba79ebdf9742781df8241213064db883e7