From 3886a145a88300fa4e602ac02ddecc7c6fd6c5e6 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Fri, 6 Dec 2024 21:51:30 +0100 Subject: [PATCH] v0.26.10 --- CHANGELOG.md | 18 ++++++++++++++++++ CMakeLists.txt | 2 +- plugins | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5b7580..9aca6e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +v0.26.10 (2024-12-06) + +## Albert + +- Add some more precise Match tests +- Hardcode /usr/local/bin into PATH on macos +- Fix Matcher type conversion +- Precompile headers + +## Plugins + +- **chromium** Avoid warnings on emtpy paths +- **menubar** + - Properly display glyphs + - Fix modifier conversion + - Minor improvements and fixes +- **bluetooth** Add open settings action + v0.26.9 (2024-12-02) This release contains the latest bug fixes. diff --git a/CMakeLists.txt b/CMakeLists.txt index 3411cf83..ad90578e 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.9) +set(PROJECT_VERSION 0.26.10) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index fc8872b8..a66ab5db 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit fc8872b8a3cab3beb2198b3620b3169864af022a +Subproject commit a66ab5dbdacb5431312d354d978c352b979babb0