chore: bump version to 0.4.0

This commit is contained in:
Peter Steinberger 2026-01-07 10:56:02 +01:00
parent b993f3df02
commit 7a93d64881
4 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,11 @@
# Changelog
## Unreleased (0.4.0)
## Unreleased
## 0.4.0 - 2026-01-07
- feat: surface audio message transcriptions (thanks @antons)
- fix: stage message attachments in Messages attachments directory (thanks @antons)
- fix: prefer chat guid for chat_id sends to avoid 1:1 AppleScript errors (thanks @mshuffett)
- fix: prefer chat GUID for `chat_id` sends to avoid 1:1 AppleScript errors (thanks @mshuffett)
- fix: detect python3 in patch-deps script (thanks @visionik)
- build: add universal binary build helper
- ci: switch to make-based lint/test/build

View File

@ -11,9 +11,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.2</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>0.3.2</string>
<string>0.4.0</string>
<key>NSAppleEventsUsageDescription</key>
<string>Send messages via Messages.app.</string>
</dict>

View File

@ -1,4 +1,4 @@
// Generated by scripts/generate-version.sh. Do not edit.
enum IMsgVersion {
static let current = "0.3.2"
static let current = "0.4.0"
}

View File

@ -1 +1 @@
MARKETING_VERSION=0.3.2
MARKETING_VERSION=0.4.0