Skip to content

Releases: machinewrapped/gpt-subtrans

New prompting strategy and improved context building

21 May 10:37
Compare
Choose a tag to compare

version 0.2 employs a new GPT prompting approach that greatly reduces desyncs caused by GPT merging together source lines in the translation. This can reduce the naturalness of the translation when the source and target languages have very different grammar, but it provides a better base for a human to polish the output.

The instructions have also been made more detailed, with multiple examples of correct output for GPT to reference, and the generation of summaries has been improved so that GPT is better able to understand the context of the batch it is translating.

Additionally, double-clicking a scene or batch now allows the summary to be edited by hand, which can greatly improve the results of
a retranslation and of subsequent batches or scenes.

Various bug fixes mean the app is now more stable and robust than ever.

Added a settings dialog

14 May 12:37
Compare
Choose a tag to compare

Long overdue dialog to specify most settings and options for the GUI. If anybody would like to volunteer to do icons for the GUI I would be very happy, I'm running out of Qt built-in icons to misuse!

Bug fixes and usability

08 May 18:30
Compare
Choose a tag to compare

Minor fixes and usability improvements:

  • Fixed some error handling
  • Added a less ignorable check that an OpenAI API key has been provided.
  • Moved auto-save to ensure that the project is saved in its most up to date state.
  • Show line counts for batches and scenes
  • Update errors display when a batch is translated.

Fast translation and bug fixes

01 May 11:34
Compare
Choose a tag to compare

Fixed various bugs that could cause the project to become corrupted or overwritten, and some GUI issues. Added a fast translation button that runs translation jobs on multiple threads, vastly reducing the time they take, at a cost to stability.

Start and Stop actions

30 Apr 10:53
Compare
Choose a tag to compare

Start and Stop actions in the main toolbar, plus a few minor bug fixes.

Fix for Merge Batches

29 Apr 06:17
f602b34
Compare
Choose a tag to compare

Fix by NobeKanai

Fix for first-run options

25 Apr 16:07
Compare
Choose a tag to compare

Fix for crash on first-run options.
Automatic update check (daily).
First stand-alone release for mac os.

Line merging and bug fixes

24 Apr 17:29
9ac4dd3
Compare
Choose a tag to compare

Supports selecting individual lines, with a "Merge Lines" option (mainly as a proof of concept for now). Fixed a number of bugs whilst working on it.

First release

22 Apr 17:44
e153afc
Compare
Choose a tag to compare

First stand-alone package. Still very much a work in progress.