Skip to content

Restored "model" to project settings

Compare
Choose a tag to compare
@machinewrapped machinewrapped released this 18 Feb 08:07
· 319 commits to main since this release

The model used for a project was removed from the project file as a temporary measure in a previous release, so it was not persisted when the project. This release restores it to the project file, and moves it into the top-level project settings (the side panel). It's a bit of a hack to patch the crack until I get a multi-provider version working.

Additionally, the filename for translated subtitles will now add the target language instead of the "-GPT" suffix, e.g. MySubtitles.English.srt.

Also fixed some bugs:

  • Fixed overlapping scene and batch widgets in the project tree
  • Fixed cropped subtitles after translation if the translation has more lines than the source
  • Fixed not knowing where to write the translated subtitles in some circumstances

Note: the usual PyInstaller issues when there is a PySide6 update are preventing the generation of a MacOS build for this release. It should work fine if installed from source.

Full Changelog: v0.5.8...v0.5.9