Skip to content

Commit 897c779

Browse files
chore(release): v34.0.5
1 parent 90ce33d commit 897c779

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## v34.0.5 (2026-02-04)
2+
3+
### Features
4+
5+
#### Plugins
6+
7+
- **Jetbrains projects** · Global query handling
8+
- **VSCode projects** · Support workspaces and singlefile recents
9+
10+
### Performance
11+
12+
#### Plugins
13+
14+
- **Jetbrains projects** · Debounce projects cache update
15+
16+
### Fixes
17+
18+
#### Core
19+
20+
- Run calls to `items()` threaded
21+
22+
#### Plugins
23+
24+
- **Chromium** · GCC13 builds
25+
- **PacMan** · Query context variable
26+
- **Pass** · Pass generate could have empty location
27+
28+
### Miscellaneous Tasks
29+
30+
#### Core
31+
32+
- Change motivational text in plugins tab placeholder widget
33+
34+
#### Plugins
35+
36+
- **Bitwarden** · Add maintainer
37+
- **Jetbrains projects** · Update readme
38+
39+
140
## v34.0.4 (2026-02-02)
241

342
### Features

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.26) # Required by BUILD_LOCAL_INTERFACE generator expression
44

55
# dont touch! set by metatool
6-
set(PROJECT_VERSION 34.0.4)
6+
set(PROJECT_VERSION 34.0.5)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

0 commit comments

Comments
 (0)