v1.2.1251.305
·
27 commits
to master
since this release
This version has significantly optimized the algorithms for synchronizing and translating captions. Now, you will no longer see too many annoying dashes.
We strongly recommend to update!
Breaking Changes
We have made extensive changes to the Translate API's configuration. To ensure that the software runs properly, you must reset setting.json
.
We recommend backing up your original information in setting.json
and deleting it. Then, run the program once so that a new setting.json
is generated, and migrate your original information into the new one.
Tip: The lower the value of API Frequency
, the higher the translation frequency!!!
The name of
API Frequency
is ambiguous and will be changed in the next version.
What's Changed
- Re-added the Translation Only mode in overlay window by @SakiRinn mentioned in #69
- Further optimize the strategy of syncing and translating captions by @SakiRinn
- Optimize the processing strategy for
\n
by @SakiRinn - Fix the issue where LiveCaptions is frozen unexpectedly by @SakiRinn
- Beautify the Settings UI and add some explanations by @SakiRinn
- Add exception handling on click to copy to clipboard by @chaixshot in #61
- Add history delete dialog title text. by @chaixshot in #58
- Change history export file name base on datetime.now by @chaixshot in #68
- Add history search bar by @chaixshot in #67
- Fix memory leak by @A-nony-mous and @SakiRinn in #70
- Correct SQL syntax in HistoryLogger by @A-nony-mous in #71
Full Changelog: v1.2.1251.2716...v1.2.1251.305