0.11.70
666ghj/MiroFish0.11.70Jul 31, 2026by halajohn
AI Summary
This release focuses on fixing TMAN command-line arguments, adding custom TTS endpoints, and resolving ASR errors for empty speech segments.
Key Highlights
- Fixed TMAN to accept --user-token and --config-file after subcommand
- Added support for custom Cozy TTS endpoints
- Fixed ASR errors when speech segments have no transcript
New Features
- Custom Cozy TTS endpoint support
- Fixed TMAN argument parsing
Full Release Notes
## What's Changed * fix(tman): accept --user-token and --config-file after the subcommand by @noron12234 in https://github.com/TEN-framework/ten-framework/pull/2255 * feat(tts): support custom cosy tts endpoint by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2257 * fix: use x86_64-unknown-linux-gnuasan instead of Rust nightly by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/2253 * fix: ezai asr error when a speech segment has no transcript by @samx81 in https://github.com/TEN-framework/ten-framework/pull/2262 * chore: update azure-cognitiveservices-speech dependency to 1.49.0 by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2267 * chore: bump ezai_asr version by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2268 * chore: cleanup for rust toolchain replacement by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/2269 * chore: bump version to 0.11.69 by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2270 ## New Contributors * @noron12234 made their first contribution in https://github.com/TEN-framework/ten-framework/pull/2255 **Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.69...0.11.70