Releases: rzc0d3r/SRT-Translator
Releases · rzc0d3r/SRT-Translator
v1.2.0.1
What's changed
-
Changed file encoding when reading and writing, now you can process files that have a wide range of languages
-
Exit codes have been added:
0
- the program translated the subtitles and saved them successfully
1
- there's been some kind of mistake...Useful for writing CLI scripts using the project
Full Changelog: v1.2.0.0...v1.2.0.1
v1.2.0.0
- Added multithreading (Translation acceleration for small subtitles and crazy for large subtitles)
- Added new command line argument:
--subtitle-blocks-create-thread
(-sbct) - Removed use of rich module (I've created my own analog)
- Now all program messages have their own color, it is banally more beautiful and readable
- Fixed output of translation information on older versions of Windows
- Fixed infinite hang when getting an error from threads (The program will not wait for you to press the Enter!)
Full Changelog: v1.1.0.0...v1.2.0.0
v1.1.0.0 (First Public Release)
- Added MBCI mode (Hello ESET-KeyGen!)
- Fixed translation error when some parts of subtitles were lost
- Slightly improved translation accuracy (Because of the addition of what I call subtitle normalization)
- Code rewritten to classes
- Added a beautiful translation process bar
- Added two more languages (RU - Russian, UK - Ukrainian) to
--source-lang
,--output-lang
in MBCI Mode
Full Changelog: https://github.com/rzc0d3r/SRT-Translator/commits/v1.1.0.0