Skip to content

Commit

Permalink
v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Aug 20, 2024
1 parent f012a0e commit 121695b
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.26.1 (2024-08-20)

[albert]
- Albert license v1.1

[plugins]
- [system]
- Also match the trigger for sleep inhibition
- Allow changing trigger for sleep inhibition
- [docs]
- Proper anchor support for all kinds of docsets
- Add the type to the description
- [files]
- Add option "index file path"
- Also fix persistence for option "case senstive file browsers"
- [applications]
- Sort terminals list by caseinsensitive name

v0.26.0 (2024-08-16)

[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.26.0)
set(PROJECT_VERSION 0.26.1)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 121695b

Please sign in to comment.