Skip to content

v0.2.0

Latest

Choose a tag to compare

@cherryduck cherryduck released this 22 Jun 12:18

What's new

  • Batch conversion queue: queue multiple source items with individual output formats, build them sequentially with per-item progress, and cancel mid-batch
  • Docker-based cross-arch build: conservative -march=x86-64-v2 compiler flags for Sandy Bridge+ compatibility
  • Fixed worker lifetime race condition that caused silent crashes after FFPKG builds (deleteLater() for worker cleanup)
  • Fixed signal shadowing between custom finished signals and QThread.finished
  • Improved UI layout flow (Source -> Format -> Add to Queue -> Queue table -> Output dir -> BUILD)

Requirements