Skip to content

Commit

Permalink
v0.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Dec 2, 2024
1 parent 29d8569 commit 779c25f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.26.9 (2024-12-02)

This release contains the latest bug fixes.

- **widgetsboxmodel** Fix broken input history behavior
- **applications** Set ignore_show_in_keys default to true
- **clipboard** Fix typo
- **path** Show PATH in settings and tr synopsis
- **docs** "Fix" mac builds

v0.26.8 (2024-11-18)

## 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.8)
set(PROJECT_VERSION 0.26.9)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 779c25f

Please sign in to comment.