Skip to content

Commit

Permalink
v0.26.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 22, 2024
1 parent f724001 commit 10c3b24
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 10c3b24

Please sign in to comment.