Skip to content

Commit

Permalink
v0.26.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Nov 18, 2024
1 parent b63ed1c commit 49a28c3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.26.8 (2024-11-18)

## Albert

- Minor improvements around telemetry

## API

- Add variadic ``Matcher::match(…)``

## Plugins

- **python** Interface 2.5
- **applications**
- Recurse app directories on macos
- Revert back to command based heuristic to find terminals
- **menubar** Show hotkeys

v0.26.7 (2024-11-07)

This release contains the new plugin menubar and separates the sleep inhibition extension from the system plugin.
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.7)
set(PROJECT_VERSION 0.26.8)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 49a28c3

Please sign in to comment.