From bf6038ceb300087bcb2a9623c4fdc1ab5bd4fc79 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Fri, 16 Aug 2024 20:27:35 +0200 Subject: [PATCH] v0.26.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ CMakeLists.txt | 2 +- i18n | 2 +- plugins | 2 +- 4 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665e24f2..4b2d330e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +v0.26.0 (2024-08-16) + +[albert] + +- Give QIcon::fromTheme another try +- API + - Remove const from GQH::hgq and GQH::heq + - Drop albert::runTerminal. Moved to applications plugin. + - Make private property available in subclasses + - Add getter for plugin dependecies + +[plugins] + +- [system:10.0] + - Add inhibit sleep feature +- [docs:3.17] Be more tolerant with anchors + Macos and Win cant handle anchors. Use it though because it is still better than + skipping the item entirely. +- [applications:12.0] + - Move terminal detection here + - Proper flatpak terminal support + - Add public interface to run terminals + - Proper platform abstraction + - Foundation for xdg-terminal-execute + - Foundation for URL scheme and mime type handlers + +[python] + +- [inhibit_sleep] Archive. Moved to system plugin. +- [docker:3.0] Revert to trigger query handling + Global query handler not applicable, queries take seconds sometimes +- [unit_converter:1.6] Port to API v2 +- [jetbrains:2.0] + - Add Aqua and Writerside +- [tex_to_unicode:1.3] Port to v2.3 + Author is okay with license change. See https://github.com/orgs/albertlauncher/discussions/1391#discussioncomment-10263863 + v0.25.0 (2024-08-02) [albert] diff --git a/CMakeLists.txt b/CMakeLists.txt index 937c4176..89e79efc 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.25.0) +set(PROJECT_VERSION 0.26.0) project(albert VERSION ${PROJECT_VERSION} diff --git a/i18n b/i18n index 80868d02..ee0f6f83 160000 --- a/i18n +++ b/i18n @@ -1 +1 @@ -Subproject commit 80868d02752c4075adcfbedcfad9c2d4a0e2f5f6 +Subproject commit ee0f6f830fcc6bdf8cf998519fe0a685611db926 diff --git a/plugins b/plugins index ae0a7f45..ba24c88b 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit ae0a7f458f0aaa427c94b80b29c0a46d66c1b0c3 +Subproject commit ba24c88b136c137bf6e3e82619f6515616ac1858