Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0 - Tray app, UX improvement, _ bug fixes.tar.gz | 2023-01-26 | 3.6 MB | |
2.0.0 - Tray app, UX improvement, _ bug fixes.zip | 2023-01-26 | 3.6 MB | |
README.md | 2023-01-26 | 2.2 kB | |
Setup_ScreenTranslate-2.0.0.exe | 2023-01-26 | 155.1 MB | |
Portable_ScreenTranslate.2.0.0-C.zip | 2023-01-26 | 217.3 MB | |
Portable_ScreenTranslate.2.0.0.zip | 2023-01-26 | 217.3 MB | |
Setup_ScreenTranslate-2.0.0-C.exe | 2023-01-26 | 155.2 MB | |
Totals: 7 Items | 752.1 MB | 1 |
I decided to do some refactor and add more features to the app. You can now run this app in background and run the app on startup. I have also done some adjustment to the build so now the build folder is a little more clean. You can see the full changelog below.
Just like before, there is 2 version of the release the one with console and the one without it. The naming is a little different now, for version that have console/terminal there is -C
in the name. I recommend the one without terminal since the logging have been improved now.
Preview
What's Changed
- Added tray app
- Added option to run on startup
- Added right click context menu to capture window, detached window, and snipping mode
- Added loadbar for loading indicator
- Cleaner app folder
- Refactor and improve code structure
- Better logging
- Fix getting offset
- Some settings are now saved dynamically
- Setting window component now dynamically resize
- Auto reconnect to internet for translation
- Snipping mode now capture the window first before snipping
- Now uses thread so window won't freeze when capturing / translating
Requirements - tesseract, needed for the ocr. Install it with all the language pack. - LibreTranslate for offline translation (Optional). - Internet connection for the other engines (Needed if not using LibreTranslate).
Linked PR/Issue - [#14] 2.0.0 refactor by @Dadangdut33 in https://github.com/Dadangdut33/Screen-Translate/pull/15
Full Changelog: https://github.com/Dadangdut33/Screen-Translate/compare/V1.8.5...2.0.0