From 10c3b2467a0556788ccbf65748a38afb71abac46 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 23 Oct 2024 01:52:39 +0200 Subject: [PATCH] v0.26.6 --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ CMakeLists.txt | 2 +- plugins | 2 +- 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1791bdc..a248e426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,52 @@ +v0.26.6 (2024-10-23) + +## Albert + +- Actually make use of telemetry and send enabled plugins and activated extensions. + +- Add context menu to the plugin list + - En/disable plugin + - Un/load plugin + - Option to sort list by checked state + +- Improve testing + - Drop doctest. Use QTest. + - Drop doctest and use QTest + - Enable CTest for better CI + +## API + +- ``albert`` + - Add ``quit()`` + - Add ``restart()`` + - Add ``open(QUrl url)`` + - Add ``open(QString path)`` + - Add ``open(filesystem::path path)`` +- ``InputHistory`` + - Constructor now optionally takes a path +- Add colors to logging.h + +## Plugins + +- **applications** + - Send telemetry about available terminals + - Log warning on unsupported terminals + - Case sensitive desktop ids + - Fix desktop entry shadowing + - Add terminal org.gnome.ptyxis + +- **bluetooth** + - Fix warning on language + +- **files** + - Add filebrowser option: Show hidden files + - Add filebrowser option: Sort case insensitive + - Add filebrowser option: Show directories first + - Use QTest + +- **widgetsboxmodel** + - Fix weird end of history behavior + v0.26.5 (2024-10-16) ## Plugins diff --git a/CMakeLists.txt b/CMakeLists.txt index d9d5b4f0..e57c3f88 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.5) +set(PROJECT_VERSION 0.26.6) project(albert VERSION ${PROJECT_VERSION} diff --git a/plugins b/plugins index e34a0863..a0637e1d 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit e34a0863070e51cc8d65498c0e0ffdb0e79e9251 +Subproject commit a0637e1dc6b0b5533c6bdacc0f67c21beab40d5e