Skip to content

Commit

Permalink
v0.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 26, 2023
1 parent 710de85 commit a25afc6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.22.6 (2023-09-26)

[albert]
* Proper tab navigation in handler widget
* NativePluginProvider: Use absolute file paths.

[plugins]
* [files] Fix "rel. dirpaths of depth 1 have dot prepended" issue
* [docs] Fix recent changes to download urls
* [qalc] Fix tab order

v0.22.5 (2023-09-22)

[albert]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.19) # JSON support, Ubuntu 22.04

project(albert
VERSION 0.22.5
VERSION 0.22.6
DESCRIPTION "Keyboard launcher"
HOMEPAGE_URL "https://albertlauncher.github.io"
)
Expand Down

0 comments on commit a25afc6

Please sign in to comment.