From 606fc4a978d07ccc05e8fd65d11b3a53b535747c Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Mon, 30 Dec 2024 08:32:04 +0100 Subject: [PATCH] v0.26.11 --- CHANGELOG.md | 22 ++++++++++++++++++++++ CMakeLists.txt | 2 +- plugins | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aca6e1d..80bc6233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +v0.26.11 (2024-12-30) + +## Albert + +- Add a motivating text in the plugin settings placeholder page + +## Plugins + +- **timer** Allow h, m, s durations + - Clean obsolete translations + - User timer emoji icon +- **caffeine** Fix non-persistent default interval +- **menubar** Do not retain NSRunningApplication forever + Rather keep its PID for comparison. +- **widgetsboxmodel** Update icon handling + - Do not upscale icons that are smaller than requested + - Draw the icon such that it is centered in the icon area +- **chromium** Update bookmark icon + Also avoid usage of xdg: schemes on other than linux platforms +- **websearch** Change icon sizes which lead to blurry output +- **applications** Change missing terminal link to issues choice + v0.26.10 (2024-12-06) ## Albert diff --git a/CMakeLists.txt b/CMakeLists.txt index ad90578e..9c5e66cb 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.10) +set(PROJECT_VERSION 0.26.11) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index a66ab5db..68e9e4ac 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit a66ab5dbdacb5431312d354d978c352b979babb0 +Subproject commit 68e9e4ac3539430bb8cce7b14a010fc6d234a41c