Skip to content

Commit

Permalink
v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Aug 2, 2024
1 parent 61a5061 commit a611b7d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.25.0 (2024-08-02)

[albert]
- Simplify MatchConfig
Hardcode error_tolerance_divisor to 4
Close #1412

[plugins]
- [chromium:7.1] Minor improvements
- Avoid initial double indexing
- Fix status message in settings window
- Fix warnings on empty paths
- [bluetooth:1.1] Support fuzzy matching
- [urlhandler:5.2] Use albert::openUrl instead of QDesktopServices::openUrl
QDesktopServices::openUrl fails on wayland
Close https://github.com/albertlauncher/albert/issues/1414

v0.24.3 (2024-07-09)

[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.24.3)
set(PROJECT_VERSION 0.25.0)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit a611b7d

Please sign in to comment.