Skip to content

Commit 39a963b

Browse files
committed
chore: release v0.3.0
1 parent 2ec8a0b commit 39a963b

4 files changed

Lines changed: 28 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/mxvsh/wave/compare/v0.2.12...v0.3.0) (2026-03-29)
4+
5+
### Features
6+
7+
* Add Groq provider with API key input and local model delete ([bf422c1](https://github.com/mxvsh/wave/commit/bf422c10c4f7e5e3f3c33ef67d99180ebda995ab))
8+
* add language selector ([d65d70b](https://github.com/mxvsh/wave/commit/d65d70b0473288817a596fea639b08813725f070))
9+
* add microphone selector in settings ([9bddfbc](https://github.com/mxvsh/wave/commit/9bddfbcd9c388238cf343bbbcea8762f8bbd7dfc))
10+
* add persistent bottom bar ([44a3d2e](https://github.com/mxvsh/wave/commit/44a3d2e4a42d824acc24b7c35a1420019d6d67a2))
11+
* add snippet manager ([6876491](https://github.com/mxvsh/wave/commit/687649120ce5527ba6b89820a5fa156d9e7a6ce5))
12+
* Change default hotkey to Right Option ([f1db92c](https://github.com/mxvsh/wave/commit/f1db92cddc7121e498e6234bc38b08256f4e49b6))
13+
* Fix layout issues, remove borders, pin dictionary input to bottom ([68a03ca](https://github.com/mxvsh/wave/commit/68a03ca814825bb3ae7c6fc66403cc912905d1ae))
14+
* llm system prompt and llm model picker ([0f4a8ff](https://github.com/mxvsh/wave/commit/0f4a8ff4ec56de76d2f5c4be878987f1fcc39ad6))
15+
* recent transcriptionoption in menu bar ([880efaf](https://github.com/mxvsh/wave/commit/880efaf8304312a2d33ee5c74747b80438f74de0))
16+
* Redesign app with NavigationSplitView sidebar, transcription history, and stats ([5a2a5e1](https://github.com/mxvsh/wave/commit/5a2a5e1c6d75d5d782238131d0a5487ff3723396))
17+
* Replace overlay text with compact wave animation ([720b1fa](https://github.com/mxvsh/wave/commit/720b1fa613703077403ab3a878e6cf52fbdfa79a))
18+
* set brand color ([953c5ae](https://github.com/mxvsh/wave/commit/953c5ae3aedfde3d24f3ac4797423cf9ad9dfbc2))
19+
20+
### Bug Fixes
21+
22+
* apply selected mic on startup and before each recording ([3997307](https://github.com/mxvsh/wave/commit/3997307b3ffebfb1b55650325f34d481cc41e5b7))
23+
* Insert transcription via accessibility API instead of clipboard ([041220c](https://github.com/mxvsh/wave/commit/041220c4d6850893e89bca38639968751658da5d))
24+
* **web:** keyboard ui ([1e82f86](https://github.com/mxvsh/wave/commit/1e82f86c8b1691333fc36785e43956a8f6e76cfc))
25+
326
## [0.2.12](https://github.com/mxvsh/wave/compare/v0.2.11...v0.2.12) (2026-03-19)
427

528
### Bug Fixes

Wave.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
288288
CODE_SIGN_STYLE = Automatic;
289289
COMBINE_HIDPI_IMAGES = YES;
290-
CURRENT_PROJECT_VERSION = 0.2.12;
290+
CURRENT_PROJECT_VERSION = 0.3.0;
291291
DEVELOPMENT_TEAM = 996Y4MJA7D;
292292
ENABLE_APP_SANDBOX = NO;
293293
ENABLE_HARDENED_RUNTIME = YES;
@@ -330,7 +330,7 @@
330330
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
331331
CODE_SIGN_STYLE = Automatic;
332332
COMBINE_HIDPI_IMAGES = YES;
333-
CURRENT_PROJECT_VERSION = 0.2.12;
333+
CURRENT_PROJECT_VERSION = 0.3.0;
334334
DEVELOPMENT_TEAM = 996Y4MJA7D;
335335
ENABLE_APP_SANDBOX = NO;
336336
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.12</string>
20+
<string>0.3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.2.12</string>
22+
<string>0.3.0</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.2.12"
12+
"version": "0.3.0"
1313
}

0 commit comments

Comments
 (0)