speechflow 0.9.7 → 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,20 @@
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
+
14
+ 0.9.8 (2025-07-12)
15
+ ------------------
16
+
17
+ - CLEANUP: provide start scripts and move config to sub-directory
18
+
5
19
  0.9.7 (2025-07-12)
6
20
  ------------------
7
21
 
@@ -11,6 +25,7 @@ ChangeLog
11
25
  ------------------
12
26
 
13
27
  - IMPROVEMENT: major refactoring to object-mode streaming for supporting timestamps
28
+ - UPGRADE: upgrade NPM dependencies
14
29
 
15
30
  0.9.5 (2025-04-27)
16
31
  ------------------