Skip to content

Commit 638605b

Browse files
committed
chore: release v1.6.0
1 parent e6eef99 commit 638605b

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

3+
# [1.6.0](https://github.com/moinulmoin/voicetypr/compare/v1.5.0...v1.6.0) (2025-08-08)
4+
5+
6+
### Features
7+
8+
* :sparkles: add Windows dual build system with CPU and Vulkan GPU variants ([302d2f0](https://github.com/moinulmoin/voicetypr/commit/302d2f0e39aeee2af10d1f67738bb34b87b5e8fc))
9+
* :sparkles: move vulkan feature flag to windows-specific dependency for whisper-rs ([f3dae0b](https://github.com/moinulmoin/voicetypr/commit/f3dae0b83dfa5243e29131cb7f429113712291be))
10+
* :sparkles: set small English model as recommended for improved language support ([f95087f](https://github.com/moinulmoin/voicetypr/commit/f95087fc5e49d7ed5c35b894911f06ef4f6886ab))
11+
* add GPU-aware smart installer with auto-detection and update system ([3319d1e](https://github.com/moinulmoin/voicetypr/commit/3319d1ed4a512ca8487a2eeb812d92ccf7c7bcee))
12+
* add smart GPU detection and installer for Windows with Vulkan support ([81ba6ca](https://github.com/moinulmoin/voicetypr/commit/81ba6cac1a6b7ebcdd59efe07f11265ec3060400))
13+
* add Windows dual build release script with CPU and GPU variants ([ad05880](https://github.com/moinulmoin/voicetypr/commit/ad05880d08a58ef089c9742aee651fa277449e37))
14+
* add Windows GPU support with Vulkan installer and release scripts ([6d85863](https://github.com/moinulmoin/voicetypr/commit/6d858635bd6e555c93fa92d410e84efb71fab8a5))
15+
* add Windows release script with MSI installer and update artifacts ([ed55678](https://github.com/moinulmoin/voicetypr/commit/ed5567866034824cdf960da93cd37a5bc9e58b30))
16+
* implement robust Windows GPU dual-build support ([0aa71b6](https://github.com/moinulmoin/voicetypr/commit/0aa71b6863dd92a74ee9943fce7c01132bd135c6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Windows now has separate CPU and GPU builds
22+
23+
Changes:
24+
- Add Vulkan GPU support for Windows (works with NVIDIA, AMD, Intel)
25+
- Implement macOS Metal fallback to CPU on initialization failure
26+
- Add VULKAN_SDK pre-flight check in Windows release script
27+
- Enhance README with GPU requirements and troubleshooting
28+
- Improve runtime logging to show active backend
29+
30+
Critical fixes after review:
31+
- Fix macOS Metal early return to ensure consistent logging
32+
- Remove impossible conditional compilation branches
33+
- Track actual GPU usage for accurate backend reporting
34+
35+
The CPU build ensures universal Windows compatibility while the GPU
36+
build with Vulkan provides ~2-3x faster transcription for users with
37+
compatible GPUs.
38+
339
# [1.5.0](https://github.com/moinulmoin/voicetypr/compare/v1.4.0...v1.5.0) (2025-08-06)
440

541

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

0 commit comments

Comments
 (0)