Skip to content

Commit 84b43df

Browse files
bump versions
1 parent 333dec5 commit 84b43df

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

.changeset/shaggy-rockets-give.md

-5
This file was deleted.

CHANGELOG.md

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,109 @@
11
# smart-whisper
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [`b8d8376`](https://github.com/JacobLinCool/smart-whisper/commit/b8d8376cb4d3597817a1ae8979dded5117ccdff2) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - bundle whisper.cpp source files
8+
39
## 0.8.0
410

511
### Minor Changes
612

7-
- [#48](https://github.com/JacobLinCool/smart-whisper/pull/48) [`c5ab7f2`](https://github.com/JacobLinCool/smart-whisper/commit/c5ab7f28f494a046aeca4d90013c4570b7dab2ae) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support large-v3-turbo, sync whisper.cpp to 2ef717b293fe93872cc3a03ca77942936a281959
13+
- [#48](https://github.com/JacobLinCool/smart-whisper/pull/48) [`c5ab7f2`](https://github.com/JacobLinCool/smart-whisper/commit/c5ab7f28f494a046aeca4d90013c4570b7dab2ae) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support large-v3-turbo, sync whisper.cpp to 2ef717b293fe93872cc3a03ca77942936a281959
814

9-
- [#43](https://github.com/JacobLinCool/smart-whisper/pull/43) [`b898a98`](https://github.com/JacobLinCool/smart-whisper/commit/b898a989fd232979f1c3ac9b873b035e5fb3ad6e) Thanks [@silvioprog](https://github.com/silvioprog)! - Detected spoken language
15+
- [#43](https://github.com/JacobLinCool/smart-whisper/pull/43) [`b898a98`](https://github.com/JacobLinCool/smart-whisper/commit/b898a989fd232979f1c3ac9b873b035e5fb3ad6e) Thanks [@silvioprog](https://github.com/silvioprog)! - Detected spoken language
1016

1117
## 0.7.0
1218

1319
### Minor Changes
1420

15-
- [#30](https://github.com/JacobLinCool/smart-whisper/pull/30) [`e6a6966`](https://github.com/JacobLinCool/smart-whisper/commit/e6a6966af62ecd046a82c6403a4777f3fe884efb) Thanks [@silvioprog](https://github.com/silvioprog)! - Add EN models
21+
- [#30](https://github.com/JacobLinCool/smart-whisper/pull/30) [`e6a6966`](https://github.com/JacobLinCool/smart-whisper/commit/e6a6966af62ecd046a82c6403a4777f3fe884efb) Thanks [@silvioprog](https://github.com/silvioprog)! - Add EN models
1622

1723
## 0.6.1
1824

1925
### Patch Changes
2026

21-
- [`9427207`](https://github.com/JacobLinCool/smart-whisper/commit/9427207a4714fc922832387280ea4f6e3338963e) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add missing types in v0.6.0
27+
- [`9427207`](https://github.com/JacobLinCool/smart-whisper/commit/9427207a4714fc922832387280ea4f6e3338963e) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add missing types in v0.6.0
2228

2329
## 0.6.0
2430

2531
### Minor Changes
2632

27-
- [#24](https://github.com/JacobLinCool/smart-whisper/pull/24) [`e26508e`](https://github.com/JacobLinCool/smart-whisper/commit/e26508e69ef625ea79efd18feab52bddbe11a60f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - WhisperModel will now be automatically freed by the Node.js garbage collector if `.free()` has not been called previously.
33+
- [#24](https://github.com/JacobLinCool/smart-whisper/pull/24) [`e26508e`](https://github.com/JacobLinCool/smart-whisper/commit/e26508e69ef625ea79efd18feab52bddbe11a60f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - WhisperModel will now be automatically freed by the Node.js garbage collector if `.free()` has not been called previously.
2834

2935
### Patch Changes
3036

31-
- [#26](https://github.com/JacobLinCool/smart-whisper/pull/26) [`c03648c`](https://github.com/JacobLinCool/smart-whisper/commit/c03648c1ad853815bded3c5bf6d7d4821109df53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support all whisper.cpp transcribe params
37+
- [#26](https://github.com/JacobLinCool/smart-whisper/pull/26) [`c03648c`](https://github.com/JacobLinCool/smart-whisper/commit/c03648c1ad853815bded3c5bf6d7d4821109df53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support all whisper.cpp transcribe params
3238

33-
- [#26](https://github.com/JacobLinCool/smart-whisper/pull/26) [`c03648c`](https://github.com/JacobLinCool/smart-whisper/commit/c03648c1ad853815bded3c5bf6d7d4821109df53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Show token timestamps if available
39+
- [#26](https://github.com/JacobLinCool/smart-whisper/pull/26) [`c03648c`](https://github.com/JacobLinCool/smart-whisper/commit/c03648c1ad853815bded3c5bf6d7d4821109df53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Show token timestamps if available
3440

3541
## 0.5.0
3642

3743
### Minor Changes
3844

39-
- [#21](https://github.com/JacobLinCool/smart-whisper/pull/21) [`ebb91e7`](https://github.com/JacobLinCool/smart-whisper/commit/ebb91e76eaed44ed6bc1b9e57d222ad12c9da282) Thanks [@silvioprog](https://github.com/silvioprog)! - Allow to disable debug info in production
45+
- [#21](https://github.com/JacobLinCool/smart-whisper/pull/21) [`ebb91e7`](https://github.com/JacobLinCool/smart-whisper/commit/ebb91e76eaed44ed6bc1b9e57d222ad12c9da282) Thanks [@silvioprog](https://github.com/silvioprog)! - Allow to disable debug info in production
4046

4147
## 0.4.3
4248

4349
### Patch Changes
4450

45-
- [`917193c`](https://github.com/JacobLinCool/smart-whisper/commit/917193c2e8d823b5cd98280a8aa760f567cf76cc) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add openblas auto-detection in build script
51+
- [`917193c`](https://github.com/JacobLinCool/smart-whisper/commit/917193c2e8d823b5cd98280a8aa760f567cf76cc) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add openblas auto-detection in build script
4652

4753
## 0.4.2
4854

4955
### Patch Changes
5056

51-
- [`953b397`](https://github.com/JacobLinCool/smart-whisper/commit/953b3979a5fd413244c6afd6f912d0686008618f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update upstream to 1cf679d
57+
- [`953b397`](https://github.com/JacobLinCool/smart-whisper/commit/953b3979a5fd413244c6afd6f912d0686008618f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update upstream to 1cf679d
5258

5359
## 0.4.1
5460

5561
### Patch Changes
5662

57-
- [`f5f0ead`](https://github.com/JacobLinCool/smart-whisper/commit/f5f0ead97dff0bd8603138938c1dafafba6d8591) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Fix confidence algorithm
63+
- [`f5f0ead`](https://github.com/JacobLinCool/smart-whisper/commit/f5f0ead97dff0bd8603138938c1dafafba6d8591) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Fix confidence algorithm
5864

5965
## 0.4.0
6066

6167
### Minor Changes
6268

63-
- [#14](https://github.com/JacobLinCool/smart-whisper/pull/14) [`9a21aaa`](https://github.com/JacobLinCool/smart-whisper/commit/9a21aaaed73be86a558c6ffa3f9ac15bbc08c26a) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support BYOL (Bring your own library) for complex libwhisper.a / libwhisper.so usage
69+
- [#14](https://github.com/JacobLinCool/smart-whisper/pull/14) [`9a21aaa`](https://github.com/JacobLinCool/smart-whisper/commit/9a21aaaed73be86a558c6ffa3f9ac15bbc08c26a) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support BYOL (Bring your own library) for complex libwhisper.a / libwhisper.so usage
6470

65-
- [#14](https://github.com/JacobLinCool/smart-whisper/pull/14) [`9a21aaa`](https://github.com/JacobLinCool/smart-whisper/commit/9a21aaaed73be86a558c6ffa3f9ac15bbc08c26a) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Move all build process into gyp
71+
- [#14](https://github.com/JacobLinCool/smart-whisper/pull/14) [`9a21aaa`](https://github.com/JacobLinCool/smart-whisper/commit/9a21aaaed73be86a558c6ffa3f9ac15bbc08c26a) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Move all build process into gyp
6672

6773
## 0.3.0
6874

6975
### Minor Changes
7076

71-
- [`44009f5`](https://github.com/JacobLinCool/smart-whisper/commit/44009f509ea2fed5cacbf8585c16c0fad49e9f82) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support "transcribed" event of TranscribeTask, which being emitted when partial transcription is available
77+
- [`44009f5`](https://github.com/JacobLinCool/smart-whisper/commit/44009f509ea2fed5cacbf8585c16c0fad49e9f82) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support "transcribed" event of TranscribeTask, which being emitted when partial transcription is available
7278

7379
### Patch Changes
7480

75-
- [`0b9c07b`](https://github.com/JacobLinCool/smart-whisper/commit/0b9c07b98a395a2a0ddb5e83bd81659500474b1d) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update upstream commit to 6ebba52
81+
- [`0b9c07b`](https://github.com/JacobLinCool/smart-whisper/commit/0b9c07b98a395a2a0ddb5e83bd81659500474b1d) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update upstream commit to 6ebba52
7682

7783
## 0.2.0
7884

7985
### Minor Changes
8086

81-
- [`1a42992`](https://github.com/JacobLinCool/smart-whisper/commit/1a42992bca97111619b137a74392970987a9ee09) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support detailed result format with confidence and token details
87+
- [`1a42992`](https://github.com/JacobLinCool/smart-whisper/commit/1a42992bca97111619b137a74392970987a9ee09) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support detailed result format with confidence and token details
8288

8389
### Patch Changes
8490

85-
- [`4c12f41`](https://github.com/JacobLinCool/smart-whisper/commit/4c12f419cccb3b0e6ca80d5385b5c64540161241) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add missing suppress_blank and suppress_none_speech_tokens params
91+
- [`4c12f41`](https://github.com/JacobLinCool/smart-whisper/commit/4c12f419cccb3b0e6ca80d5385b5c64540161241) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add missing suppress_blank and suppress_none_speech_tokens params
8692

8793
## 0.1.2
8894

8995
### Patch Changes
9096

91-
- [`dbeaf9a`](https://github.com/JacobLinCool/smart-whisper/commit/dbeaf9a377a623614d67515accb6906817bf1143) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Includes script files in the package, 0.1.1 unintentionally ignores those scripts
97+
- [`dbeaf9a`](https://github.com/JacobLinCool/smart-whisper/commit/dbeaf9a377a623614d67515accb6906817bf1143) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Includes script files in the package, 0.1.1 unintentionally ignores those scripts
9298

9399
## 0.1.1
94100

95101
### Patch Changes
96102

97-
- [`d7a5bfc`](https://github.com/JacobLinCool/smart-whisper/commit/d7a5bfcb9a102264aed0a814fd0d53e38cacd972) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add library linker flags
103+
- [`d7a5bfc`](https://github.com/JacobLinCool/smart-whisper/commit/d7a5bfcb9a102264aed0a814fd0d53e38cacd972) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add library linker flags
98104

99105
## 0.1.0
100106

101107
### Minor Changes
102108

103-
- [`fe0c4c9`](https://github.com/JacobLinCool/smart-whisper/commit/fe0c4c9d5f0ce14e60e66436b5140c018c536c58) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Set default ggml metal resources dir path
109+
- [`fe0c4c9`](https://github.com/JacobLinCool/smart-whisper/commit/fe0c4c9d5f0ce14e60e66436b5140c018c536c58) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Set default ggml metal resources dir path

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smart-whisper",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Whisper.cpp Node.js binding with auto model offloading strategy.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)