Releases: SakiRinn/LiveCaptions-Translator
v1.3.1251.517
This update rewrites the translation algorithm, ensuring smooth translations even with poor network conditions. The fluency has been significantly improved.
Although the update content is minimal, but it is crucial! I believe it deserves a version number.
It's strongly recommended to update!
If you're unsure which file to download, please select
LiveCaptionsTranslator-win-x64-withruntime.exe
.
What's Changed
- Modify the text descriptions in the Setting UI (API Frequency -> API Interval) by @SakiRinn
- Changing the translation to async, greatly enhances its fluency by @SakiRinn
Full Changelog: v1.2.1251.305...v1.3.1251.517
v1.2.1251.305
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
v1.2.1251.2716
Version number has been bumped to v1.2! This is a significant update with many features and fixes. Sincere thanks to all contributors!
Known Issue
Program might be stuck or lost some new feature. If then, try to remove the old settings.json
. Once a new settings.json
is generated, copy the old content into it.
Breaking Changes
The database format has been migrated. More specifically, it has been migrated from YYYYMMDD MMSS to UNIX timestamps. This should be invisible to users, but if the program cannot run, you can manually open the SQLite file in the same directory and process the data manually.
What's Changed
- Optimized Log efficiency and caption display by @SakiRinn
- Optimized the Sync and Log strategy, replacing the Pause button with LogOnly by @SakiRinn
- feat: Click to copy text by @SakiRinn
- fix: Fixed an issue where LiveCaptions would be hidden after Translator was closed by @SakiRinn
- Redesign the UI of overlay mode and delete its translation only part by @SakiRinn
- feat: add LogOnly function by @A-nony-mous in #37
- Added Thai to target language by @chaixshot in #46
- Upgrade WPF-UI to 4.01 by @chaixshot in #44
- Improve PromptSetting mask by @chaixshot in #41
- Improved overlay mode button behavior by @chaixshot in #47
- Added history page controller by @chaixshot in #42
- feat: enhanced Gtranslate by @A-nony-mous in #50
- feat: enchance history by @A-nony-mous in #52
- fix: won't open the old database by @A-nony-mous in #53
- Fix ComboBox supported languages on custom target language by @chaixshot in #39
- Added window persistence state restore by @chaixshot in #55
New Contributors
- @chaixshot made their first contribution in #46
Full Changelog: v1.1.1251.2220...v1.2.1251.2716
v1.1.1251.2220
fix: custom target language doesn't work in llm
v1.1.1251.2215
What's Changed
- fix: history doesn't work by @A-nony-mous in #28
- feat: add custom target language by @A-nony-mous in #35
- feat: add support for dynamic prompt modification by @Tiefsee5037008 in #34
New Contributors
- @Tiefsee5037008 made their first contribution in #34
Full Changelog: v1.1.1250.2201...v1.1.1251.2215
v1.1.1250.2201
Thanks to the PRs provided by @A-nony-mous and @RechardLLee, this version introduces the following features: