Skip to content

Commit 512b670

Browse files
v0.30.0
1 parent 81cb2dd commit 512b670

File tree

7 files changed

+41
-6
lines changed

7 files changed

+41
-6
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## v0.30.0 (2025-06-30)
2+
3+
Adds minor API improvements and new plugins Spotify (WIP) and VSCode.
4+
5+
### Albert
6+
7+
- Add construction site emojis to beta plugins title
8+
9+
### API
10+
11+
- Move `Action` into `item.h`. Apply perfect forwarding in ctor.
12+
- API: Add `QString albert::util::runAppleScript(const QString &script)`
13+
- Move DesktopEntryParser from app plugin into private albert API
14+
15+
### Plugins
16+
17+
- **files**
18+
- Index trash item also by native title
19+
- Fix link paths
20+
- **github**
21+
- Fix translations of listview headers
22+
- Drop fixed listview height
23+
- **mediaremote**
24+
- v7
25+
- Drop public API
26+
- Reintroduce multi player support
27+
- Nice composed icons
28+
- **spotify** 🆕
29+
30+
### Python plugins
31+
32+
- **vscode_projects** 🆕
33+
- **translators** Improve description
34+
35+
136
## v0.29.4 (2025-06-27)
237

338
### Albert

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.29.4)
6+
set(PROJECT_VERSION 0.30.0)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

plugins/python

0 commit comments

Comments
 (0)