Skip to content

Commit 174409b

Browse files
chore(release): v34.0.4
1 parent a7097a9 commit 174409b

8 files changed

Lines changed: 62 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
## v34.0.4 (2026-02-02)
2+
3+
### Features
4+
5+
#### Plugins
6+
7+
- **Albert** · Show composed dir icon on albert dirs
8+
- **Files** · Default to case insensitive matching for fs browsers
9+
- **Jetbrains projects** · Global query handling
10+
- **Spotify** · Add open settings action on error items
11+
- **VSCode projects** · Support workspaces and singlefile recents
12+
- **Widgets BoxModel**
13+
- Linear-gradient brush support
14+
- Add ubuntu prototype theme
15+
16+
### Performance
17+
18+
#### Plugins
19+
20+
- **Jetbrains projects** · Debounce projects cache update
21+
22+
### Fixes
23+
24+
#### Core
25+
26+
- Link to extension website
27+
28+
#### Plugins
29+
30+
- **PacMan** · Query context variable
31+
- **Pass** · Pass generate could have empty location
32+
- **Widgets BoxModel** · Correct input_hint_color default
33+
34+
### Miscellaneous Tasks
35+
36+
#### Core
37+
38+
- Update FAQ link
39+
40+
#### Plugins
41+
42+
- **Albert** · Translation correction
43+
- **Bitwarden** · Add maintainer
44+
- **Chromium**
45+
- Log reason on favicons db copy failure
46+
- Add some more data directories
47+
- Scan for profiles on init only if none configured
48+
- **Files**
49+
- Drop static dir mime type
50+
- Do not store mime types, fetch mimetype on demand
51+
- **Jetbrains projects** · Update readme
52+
- **Spotify** · Update german translations
53+
- **Widgets BoxModel** · Update README
54+
55+
156
## v34.0.3 (2026-01-28)
257

358
### 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.3)
6+
set(PROJECT_VERSION 34.0.4)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

i18n

plugins/chromium

0 commit comments

Comments
 (0)