Skip to content

Commit 1ec794e

Browse files
committed
chore: release v1.11.2
1 parent 0854459 commit 1ec794e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.11.2](https://github.com/moinulmoin/voicetypr/compare/v1.11.1...v1.11.2) (2025-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* auto-install updates in background and use updateService in AboutSection ([76ec247](https://github.com/moinulmoin/voicetypr/commit/76ec247deaf80d3ef5cab56437eab7d10dc892aa))
7+
* avoid dropping empty password in Windows signing ([f60cd8b](https://github.com/moinulmoin/voicetypr/commit/f60cd8b5628fa0d6f68d4817719164d41fd3e4fa))
8+
* use -f flag for private key file path in signer ([93811c5](https://github.com/moinulmoin/voicetypr/commit/93811c5609bf1fa8016cd3530232b6dd78e419a8))
9+
* use pnpm tauri signer in Windows script ([a4e6e65](https://github.com/moinulmoin/voicetypr/commit/a4e6e65c826b457da5e822feac8634af7a853250))
10+
* use pnpm tauri signer instead of cargo tauri ([cf5d085](https://github.com/moinulmoin/voicetypr/commit/cf5d085f7fc315fe7afc8e4bb03db6f0057d03d3))
11+
12+
13+
### Features
14+
15+
* **macos:** toggle dock icon based on main window visibility ([0854459](https://github.com/moinulmoin/voicetypr/commit/08544590cb4c667aa2682d02e99a442845a48525))
16+
* session-aware auto-updates with notification support ([cdd7d89](https://github.com/moinulmoin/voicetypr/commit/cdd7d89e3290dccd1690a3f7ef7391b7a01b7b52))
17+
18+
19+
120
## [1.11.1](https://github.com/moinulmoin/voicetypr/compare/v1.10.0...v1.11.1) (2025-12-14)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "voicetypr",
33
"private": true,
4-
"version": "1.11.1",
4+
"version": "1.11.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "voicetypr"
3-
version = "1.11.1"
3+
version = "1.11.2"
44
description = "open source voice to text transcription app"
55
authors = ["moinulmoin"]
66
edition = "2021"

0 commit comments

Comments
 (0)