speechflow 0.9.8 → 0.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
  ChangeLog
3
3
  =========
4
4
 
5
+ 0.9.9 (2025-07-13)
6
+ ------------------
7
+
8
+ - IMPROVEMENT: add "openai" node for text-to-text translation and spellchecking
9
+ - IMPROVEMENT: add "kokoro" node for local text-to-speech generation
10
+ - CLEANUP: switch "trace" node to output log messages with "debug" level
11
+ - CLEANUP: cleanup CLI option parsing
12
+ - UPGRADE: upgrade NPM dependencies
13
+
5
14
  0.9.8 (2025-07-12)
6
15
  ------------------
7
16
 
@@ -16,6 +25,7 @@ ChangeLog
16
25
  ------------------
17
26
 
18
27
  - IMPROVEMENT: major refactoring to object-mode streaming for supporting timestamps
28
+ - UPGRADE: upgrade NPM dependencies
19
29
 
20
30
  0.9.5 (2025-04-27)
21
31
  ------------------