mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Update change log
This commit is contained in:
parent
d5e471dce5
commit
9dad06922b
@ -7,6 +7,7 @@
|
|||||||
* Add support for Faster-Whisper-XXL
|
* Add support for Faster-Whisper-XXL
|
||||||
* Add audio settings for TTS final video file
|
* Add audio settings for TTS final video file
|
||||||
* Add subtitle format "PodcastIndexer json" - thx rjgout
|
* Add subtitle format "PodcastIndexer json" - thx rjgout
|
||||||
|
* Add new subtitle format - thx Louie
|
||||||
* Add new Anthropic Claude 3.5 Sonnet model - thx Flash
|
* Add new Anthropic Claude 3.5 Sonnet model - thx Flash
|
||||||
* IMPROVED:
|
* IMPROVED:
|
||||||
* Update Portuguese translation - thx hugok79
|
* Update Portuguese translation - thx hugok79
|
||||||
@ -22,6 +23,7 @@
|
|||||||
* Fix crash in Vosk audio to text on selected lines - thx MediaExpres
|
* Fix crash in Vosk audio to text on selected lines - thx MediaExpres
|
||||||
* Prompt for overwrite in "Multiple replace" export - thx redactedscribe
|
* Prompt for overwrite in "Multiple replace" export - thx redactedscribe
|
||||||
* Fix "abort" for TTS Azure/ElevenLabs - thx cvrle77
|
* Fix "abort" for TTS Azure/ElevenLabs - thx cvrle77
|
||||||
|
* UI fix for volume text in video player - thx Emiritus1
|
||||||
|
|
||||||
4.0.6 (1st June 2024)
|
4.0.6 (1st June 2024)
|
||||||
* NEW:
|
* NEW:
|
||||||
|
@ -194,6 +194,7 @@ namespace Nikse.SubtitleEdit.Core.AutoTranslate
|
|||||||
new TranslationPair("TAMIL", "ta"),
|
new TranslationPair("TAMIL", "ta"),
|
||||||
new TranslationPair("TATAR", "tt"),
|
new TranslationPair("TATAR", "tt"),
|
||||||
new TranslationPair("TELUGU", "te"),
|
new TranslationPair("TELUGU", "te"),
|
||||||
|
// new TranslationPair("TETUM", "tet"), -- not yet implemented...
|
||||||
new TranslationPair("THAI", "th"),
|
new TranslationPair("THAI", "th"),
|
||||||
new TranslationPair("TIGRINYA", "ti"),
|
new TranslationPair("TIGRINYA", "ti"),
|
||||||
new TranslationPair("TSONGA", "ts"),
|
new TranslationPair("TSONGA", "ts"),
|
||||||
|
Loading…
Reference in New Issue
Block a user