From 49a28c367a2778fcbed1cee90351e8b6c64796de Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Mon, 18 Nov 2024 14:28:17 +0100 Subject: [PATCH] v0.26.8 --- CHANGELOG.md | 18 ++++++++++++++++++ CMakeLists.txt | 2 +- plugins | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed449fd..5d65c43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +v0.26.8 (2024-11-18) + +## Albert + +- Minor improvements around telemetry + +## API + +- Add variadic ``Matcher::match(…)`` + +## Plugins + +- **python** Interface 2.5 +- **applications** + - Recurse app directories on macos + - Revert back to command based heuristic to find terminals +- **menubar** Show hotkeys + v0.26.7 (2024-11-07) This release contains the new plugin menubar and separates the sleep inhibition extension from the system plugin. diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cb6767a..947c2043 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.7) +set(PROJECT_VERSION 0.26.8) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index 7a7434b6..807adc4e 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 7a7434b6ed867279c5544e68f068738b61f5af12 +Subproject commit 807adc4e8b778eb54a998c9ec3978bde0385bb0a