Skip to content

Commit

Permalink
v0.22.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Nov 8, 2023
1 parent 6b71d9f commit ac54a8e
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.22.15 (2023-11-08)

[albert]
* Fix missing smooth transform in icon provider
* Add style information to report
* Use X-GNOME-Autostart-Delay
* Add proper unix signal handling using self pipe trick
* Revert printing to logfile
* Give enough time to connect to other instance.

[plugins]
* [system:1.8] Dont prompt on gnome session logout
* [wbm:1.6] Remove unnecessary cast that may introduce segfaults
* [app_xdg:1.8] Use Ubuntu gettext domains

[python]
* [stub] Fix links

v0.22.14 (2023-10-06)

[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

# dont touch! set by metatool
set(PROJECT_VERSION 0.22.14)
set(PROJECT_VERSION 0.22.15)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit ac54a8e

Please sign in to comment.