Skip to content

Commit

Permalink
v0.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Nov 7, 2024
1 parent 9410b52 commit 0e18bed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.26.7 (2024-11-07)

This release contains the new plugin menubar and separates the sleep inhibition extension from the system plugin.

## Albert

- CPack drop qt deloy tool
- Update translations
- Parse cli params asap for faster hotkeys

## Plugins

- **menubar** 1.0
- **system** Move sleep inhibition in separate plugin
- **caffeine** Separate from system

v0.26.6 (2024-10-23)

## Albert
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.6)
set(PROJECT_VERSION 0.26.7)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 0e18bed

Please sign in to comment.