Skip to content

Commit 76f3ca4

Browse files
committed
chore: release v0.2.9
1 parent 9c6dc44 commit 76f3ca4

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [0.2.9](https://github.com/mxvsh/wave/compare/v0.2.8...v0.2.9) (2026-03-11)
4+
5+
### Features
6+
7+
* mute system audio during dictation ([#3](https://github.com/mxvsh/wave/issues/3)) ([9c6dc44](https://github.com/mxvsh/wave/commit/9c6dc447b470292baa30c19f09c71dd3c6926423))
8+
39
## [0.2.8](https://github.com/mxvsh/wave/compare/v0.2.7...v0.2.8) (2026-03-08)
410

511
### Bug Fixes

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.2.8;
286+
CURRENT_PROJECT_VERSION = 0.2.9;
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.2.8;
329+
CURRENT_PROJECT_VERSION = 0.2.9;
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>0.2.8</string>
20+
<string>0.2.9</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.2.8</string>
22+
<string>0.2.9</string>
2323
<key>LSUIElement</key>
2424
<false/>
2525
<key>NSMicrophoneUsageDescription</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.2.8"
12+
"version": "0.2.9"
1313
}

0 commit comments

Comments
 (0)