Skip to content

Commit e20b584

Browse files
v0.32.0
1 parent aa2ba26 commit e20b584

34 files changed

+63
-33
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v0.32.0 (2025-08-16)
2+
3+
### Albert
4+
5+
- Add plugin: Obsidian
6+
7+
### API
8+
9+
- Let `runAppleScript` return the result and throw on error
10+
- Add maintainers to metadata
11+
- Move InputHistory to namespace `detail`
12+
13+
### Plugins
14+
15+
- **clipboard**
16+
- Specialize behavior of different platforms
17+
Qt on macOS does not deliver clipboard changes reliably. Poll on macos. React on
18+
clipboard changes everywhere else.
19+
- **copyq**
20+
- v3 Add macOS support
21+
- **kill**
22+
- Add platform filter.
23+
- **obsidian** 🆕
24+
- **python**
25+
- API v3.1 Add additional metadata fields
26+
- md_maintainers
27+
- md_readme_url
28+
- md_platforms
29+
30+
131
## v0.31.1 (2025-07-29)
232

333
Fix pre Qt6.7 builds not supporting QString spaceship operator

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

88
project(albert
99
VERSION ${PROJECT_VERSION}

i18n

plugins/application

plugins/bluetooth

plugins/caffeine

plugins/chromium

0 commit comments

Comments
 (0)