Skip to content

Commit

Permalink
v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 24, 2024
1 parent f552e3b commit 42e36dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v0.26.4 (2024-09-24)

This version contains the latest fixes.

## Albert

- ItemIndex: Fix access to moved item. Skip emtpy IndexItems.

## Plugins

- [applications] Search in /System/Cryptexes/App/System/Applications
- [files] Fix f-term action failing on spaces
- [files] Fix xfce4-terminal
- [snippets] Fix typo
- [websearch] Create required data directory on start

## Python

- [syncthing] Use python-syncthing2. python-syncthing is dead.
- [unit_converter] Remove future typehints

v0.26.3 (2024-09-07)

## plugins
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.3)
set(PROJECT_VERSION 0.26.4)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 42e36dc

Please sign in to comment.