Skip to content

Releases: SakiRinn/LiveCaptions-Translator

v1.3.1251.517

05 Mar 19:14
Compare
Choose a tag to compare

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

02 Mar 21:32
Compare
Choose a tag to compare

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

27 Feb 08:25
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.1.1251.2220...v1.2.1251.2716

v1.1.1251.2220

22 Feb 12:37
402203f
Compare
Choose a tag to compare
fix: custom target language doesn't work in llm

v1.1.1251.2215

22 Feb 07:24
5ba3893
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1250.2201...v1.1.1251.2215

v1.1.1250.2201

21 Jan 17:45
Compare
Choose a tag to compare

Thanks to the PRs provided by @A-nony-mous and @RechardLLee, this version introduces the following features:

  • Translation History[#4]: Located in the left navigation bar (Hidden in the left navigation bar, requiring scrolling down to access).
  • Transparent Floating Subtitles[#16]: Located in the title bar (2 new buttons).
  • Google[#5] and OpenRouter[#16] APIs.