Skip to content

Commit

Permalink
v0.22.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Nov 18, 2023
1 parent f688f69 commit 23aa986
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
v0.22.16 (2023-11-18)

[albert]
* Remove the visual warning on crashes.
This ICE error bug is going to stay around for a while.
* Remove autostart option
This is a feature unnecessary complicated to maintain and perfectly fine
to delegate entirely to the desktop environment.
* Add "report" RPC
To get the ability to fetch report from the running instance.

[plugins]
* [python:2.1.0]
Make plugin major.minor the interface version
Improve UX while installing dependencies
* [calc:1.4] Threadsafe and aborting calculations
libcalculate does not mention any thread safety. lock it.
Use async calculate(…) function and poll query validity to abort
unnecessary calculations. This does not only save resources, but is
also required such that the locks above dont introduce stuttering.
* [system:1.8] Dont prompt on gnome session logout
* [app_xdg:1.8] Use Ubuntu gettext domains

[python]
* [bitwarden] 2.0
Add copy-username action

v0.22.15 (2023-11-08)

[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.15)
set(PROJECT_VERSION 0.22.16)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 23aa986

Please sign in to comment.