v2.1.0
anonymousException
released this
07 Apr 14:42
·
114 commits
to main
since this release
Support show empty strings like (in pre-version it will be filtered) :
Fix overwrite when the untranslated contents repeat in one file issued in issues/20
Fix error save empty voice
Support convert plain text to html and the exported html file will not contain extra blank lines
convert_to_html.mp4
Release Package | Explanation | Advantage | Disadvantage |
---|---|---|---|
RenpyTranslator-Win.Pyinstaller.Build.zip | build by Pyinstaller | the executable file is single and light | may cause false positive as virus |
RenpyTranslator-Win.Nuitka.Build.zip | build by Nuitka | will not cause a false positive for most antiviruses | the executable file contain many extra support libraries |
RenpyTranslatorInstaller.exe | installer for Nuitka version | make things easier | need to install and better uninstall the pre-version before install |