Skip to content

Commit dd42014

Browse files
committed
chore: release v1.6.2
1 parent ae2eff5 commit dd42014

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.2](https://github.com/moinulmoin/voicetypr/compare/v1.6.0...v1.6.2) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* enable runtime hotkey updates without app restart ([f2701f8](https://github.com/moinulmoin/voicetypr/commit/f2701f85f84a2d1d45b81cc0d3fe7b2bc7fe92eb))
9+
10+
11+
### Features
12+
13+
* :sparkles: add audio validation and enhanced error logging system ([d9ecc06](https://github.com/moinulmoin/voicetypr/commit/d9ecc06d870e807f50a4c9fa0f1925ae9e299e24))
14+
* enhance logging system with comprehensive diagnostics and monitoring ([64fb1c2](https://github.com/moinulmoin/voicetypr/commit/64fb1c21a31a4ebdf6f39595542966b23b1e0014))
15+
* implement comprehensive production-ready logging system ([5c8bee1](https://github.com/moinulmoin/voicetypr/commit/5c8bee1ebbb75c69643b76673fd9bfea41ed9775))
16+
* implement smart Windows installer with automatic GPU detection and fallback ([f314952](https://github.com/moinulmoin/voicetypr/commit/f314952df72fc7948333021e2d48799f82319d44))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Removed apply_pending_shortcut command (was internal only)
22+
323
## [1.6.1](https://github.com/moinulmoin/voicetypr/compare/v1.6.0...v1.6.1) (2025-08-14)
424

525

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.6.1",
4+
"version": "1.6.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)