2.0.0 - Tray app, UX improvement, & bug fixes
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.
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 #15
Full Changelog: V1.8.5...2.0.0