Update CHANGELOG
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -63,11 +63,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Updated language mappings for the Google and Gemini TTS services to match
|
- Updated language mappings for the Google and Gemini TTS services to match
|
||||||
official documentation.
|
official documentation.
|
||||||
|
|
||||||
|
- In `MiniMaxHttpTTSService`:
|
||||||
|
-- Added support for speech-2.6-hd and speech-2.6-turbo models
|
||||||
|
-- Added languages: Afrikaans, Bulgarian, Catalan, Danish, Persian, Filipino, Hebrew,
|
||||||
|
Croatian, Hungarian, Malay, Norwegian, Nynorsk, Slovak, Slovenian, Swedish, and Tamil
|
||||||
|
-- Added new emotions: calm and fluent
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- The `api_key` parameter in `GeminiTTSService` is deprecated. Use
|
- The `api_key` parameter in `GeminiTTSService` is deprecated. Use
|
||||||
`credentials` or `credentials_path` instead for Google Cloud authentication.
|
`credentials` or `credentials_path` instead for Google Cloud authentication.
|
||||||
|
|
||||||
|
- `english_normalization` input parameter for `MiniMaxHttpTTSService` is deprecated,
|
||||||
|
use `test_normalization` instead.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed a `SimliVideoService` connection issue.
|
- Fixed a `SimliVideoService` connection issue.
|
||||||
@@ -226,12 +235,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Removed `needs_mcp_alternate_schema()` from `LLMService`. The mechanism that
|
- Removed `needs_mcp_alternate_schema()` from `LLMService`. The mechanism that
|
||||||
relied on it went away.
|
relied on it went away.
|
||||||
|
|
||||||
- In `MiniMaxHttpTTSService`:
|
|
||||||
-- Added support for speech-2.6-hd and speech-2.6-turbo models
|
|
||||||
-- Added languages: Afrikaans, Bulgarian, Catalan, Danish, Persian, Filipino, Hebrew,
|
|
||||||
Croatian, Hungarian, Malay, Norwegian, Nynorsk, Slovak, Slovenian, Swedish, and Tamil
|
|
||||||
-- Added new emotions: calm and fluent
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Restore backwards compatibility for vision/image features (broken in 0.0.92)
|
- Restore backwards compatibility for vision/image features (broken in 0.0.92)
|
||||||
|
|||||||
Reference in New Issue
Block a user