Skip to content

Commit

Permalink
v0.26.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Dec 6, 2024
1 parent ee39fd6 commit 3886a14
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.10 (2024-12-06)

## Albert

- Add some more precise Match tests
- Hardcode /usr/local/bin into PATH on macos
- Fix Matcher type conversion
- Precompile headers

## Plugins

- **chromium** Avoid warnings on emtpy paths
- **menubar**
- Properly display glyphs
- Fix modifier conversion
- Minor improvements and fixes
- **bluetooth** Add open settings action

v0.26.9 (2024-12-02)

This release contains the latest bug fixes.
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.9)
set(PROJECT_VERSION 0.26.10)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 3886a14

Please sign in to comment.