Skip to content

Commit d2d4cf7

Browse files
committed
chore: release v0.3.1
1 parent d14fa15 commit d2d4cf7

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/mxvsh/wave/compare/v0.3.0...v0.3.1) (2026-03-30)
4+
5+
### Features
6+
7+
* add option to disable pill during idle state ([a0ade79](https://github.com/mxvsh/wave/commit/a0ade79aba93409e8c2a3c3640d63efa08776dea))
8+
* add pill hover tooltip and press-and-hold to speak ([cef8c77](https://github.com/mxvsh/wave/commit/cef8c77d54913d4fe7e6a2a4fef9f32d5784e6b9))
9+
* move groq section to models tab with masked key display ([d9e2e8b](https://github.com/mxvsh/wave/commit/d9e2e8b9ee3d7856c749acf02826bab53c4c53a0))
10+
* open general settings from menu bar and fix shortcuts label ([bd6baf5](https://github.com/mxvsh/wave/commit/bd6baf50b9ffb7a5cf884f8f5d8fa92bcba08f25))
11+
* selection mode ([54a78b6](https://github.com/mxvsh/wave/commit/54a78b69c15bb8f2c9d6bfca08b4d82225e059cf))
12+
13+
### Bug Fixes
14+
15+
* resolve infinite recursion crash in hideOverlayIfIdle ([57f4946](https://github.com/mxvsh/wave/commit/57f4946419d009cf3a240615ef77101638633f04))
16+
* use main run loop for event tap so hotkey works on first launch after update ([10ac898](https://github.com/mxvsh/wave/commit/10ac8989fc3b9805e91007c4625c36fc655ab0bb))
17+
318
## [0.3.0](https://github.com/mxvsh/wave/compare/v0.2.12...v0.3.0) (2026-03-30)
419

520
### Features

Wave.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
284284
CODE_SIGN_STYLE = Automatic;
285285
COMBINE_HIDPI_IMAGES = YES;
286-
CURRENT_PROJECT_VERSION = 0.3.0;
286+
CURRENT_PROJECT_VERSION = 0.3.1;
287287
DEVELOPMENT_TEAM = 996Y4MJA7D;
288288
ENABLE_APP_SANDBOX = NO;
289289
ENABLE_HARDENED_RUNTIME = YES;
@@ -326,7 +326,7 @@
326326
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
327327
CODE_SIGN_STYLE = Automatic;
328328
COMBINE_HIDPI_IMAGES = YES;
329-
CURRENT_PROJECT_VERSION = 0.3.0;
329+
CURRENT_PROJECT_VERSION = 0.3.1;
330330
DEVELOPMENT_TEAM = 996Y4MJA7D;
331331
ENABLE_APP_SANDBOX = NO;
332332
ENABLE_HARDENED_RUNTIME = YES;

Wave/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
20+
<string>0.3.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>0.3.1</string>
2323
<key>LSUIElement</key>
2424
<false/>
2525
<key>NSAccentColorName</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@release-it/conventional-changelog": "^10.0.5",
1010
"release-it": "^19.2.4"
1111
},
12-
"version": "0.3.0"
12+
"version": "0.3.1"
1313
}

0 commit comments

Comments
 (0)