|
1 | 1 | # smart-whisper
|
2 | 2 |
|
| 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 | + |
3 | 9 | ## 0.8.0
|
4 | 10 |
|
5 | 11 | ### Minor Changes
|
6 | 12 |
|
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 |
8 | 14 |
|
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 |
10 | 16 |
|
11 | 17 | ## 0.7.0
|
12 | 18 |
|
13 | 19 | ### Minor Changes
|
14 | 20 |
|
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 |
16 | 22 |
|
17 | 23 | ## 0.6.1
|
18 | 24 |
|
19 | 25 | ### Patch Changes
|
20 | 26 |
|
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 |
22 | 28 |
|
23 | 29 | ## 0.6.0
|
24 | 30 |
|
25 | 31 | ### Minor Changes
|
26 | 32 |
|
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. |
28 | 34 |
|
29 | 35 | ### Patch Changes
|
30 | 36 |
|
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 |
32 | 38 |
|
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 |
34 | 40 |
|
35 | 41 | ## 0.5.0
|
36 | 42 |
|
37 | 43 | ### Minor Changes
|
38 | 44 |
|
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 |
40 | 46 |
|
41 | 47 | ## 0.4.3
|
42 | 48 |
|
43 | 49 | ### Patch Changes
|
44 | 50 |
|
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 |
46 | 52 |
|
47 | 53 | ## 0.4.2
|
48 | 54 |
|
49 | 55 | ### Patch Changes
|
50 | 56 |
|
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 |
52 | 58 |
|
53 | 59 | ## 0.4.1
|
54 | 60 |
|
55 | 61 | ### Patch Changes
|
56 | 62 |
|
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 |
58 | 64 |
|
59 | 65 | ## 0.4.0
|
60 | 66 |
|
61 | 67 | ### Minor Changes
|
62 | 68 |
|
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 |
64 | 70 |
|
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 |
66 | 72 |
|
67 | 73 | ## 0.3.0
|
68 | 74 |
|
69 | 75 | ### Minor Changes
|
70 | 76 |
|
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 |
72 | 78 |
|
73 | 79 | ### Patch Changes
|
74 | 80 |
|
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 |
76 | 82 |
|
77 | 83 | ## 0.2.0
|
78 | 84 |
|
79 | 85 | ### Minor Changes
|
80 | 86 |
|
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 |
82 | 88 |
|
83 | 89 | ### Patch Changes
|
84 | 90 |
|
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 |
86 | 92 |
|
87 | 93 | ## 0.1.2
|
88 | 94 |
|
89 | 95 | ### Patch Changes
|
90 | 96 |
|
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 |
92 | 98 |
|
93 | 99 | ## 0.1.1
|
94 | 100 |
|
95 | 101 | ### Patch Changes
|
96 | 102 |
|
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 |
98 | 104 |
|
99 | 105 | ## 0.1.0
|
100 | 106 |
|
101 | 107 | ### Minor Changes
|
102 | 108 |
|
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 |
0 commit comments