Skip to content

Commit 41111b9

Browse files
v0.30.1
1 parent 08ab451 commit 41111b9

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.30.1 (2025-07-12)
2+
3+
### Plugins
4+
5+
- **contacts**
6+
- Use AppleScript to open contacts which allows setting a selection.
7+
- **github**
8+
- Avoid downloading icons multiple times
9+
- **python**
10+
- Use pip freeze instead of inspect to check for existing packages
11+
12+
113
## v0.30.0 (2025-06-30)
214

315
Adds minor API improvements and new plugins Spotify (WIP) and VSCode.

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

88
project(albert
99
VERSION ${PROJECT_VERSION}

plugins/contacts

0 commit comments

Comments
 (0)