Skip to content

Commit c8a093a

Browse files
v0.31.0
1 parent f9ce694 commit c8a093a

File tree

8 files changed

+26
-7
lines changed

8 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v0.31.0 (2025-07-28)
2+
3+
### API
4+
5+
- Move `applyUsageScore` into `TriggerQueryHandler`
6+
- `GlobalQueryHandler::applyUsageScore` pass by reference
7+
8+
### Plugins
9+
10+
- **python** Add plugins as submodules
11+
- **ssh** v10
12+
- Allow customizing the ssh command
13+
- Allow customizing the remote command
14+
- **locate** v3
15+
- Drop update database action
16+
- Filter using `Matcher`
17+
- Use system file icons
18+
19+
120
## v0.30.1 (2025-07-12)
221

322
### Plugins

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.22) # Ubuntu 22.04
44

55
# dont touch! set by metatool
6-
set(PROJECT_VERSION 0.30.1)
6+
set(PROJECT_VERSION 0.31.0)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

plugins/applications

plugins/calculator-qalculate

plugins/docs

plugins/github

0 commit comments

Comments
 (0)