Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:13

Batch processing, estimations and user presets !

Added

  • File list & batch workflow: a new FileList view to manage multiple uploads, batch conversions and see per-file status.
  • Size estimates and a batch progress view to preview expected output sizes before converting.
  • Media info modal to inspect file metadata from the UI.
  • Watermark support: add an image overlay with positioning options.
  • Custom user presets: save and reuse encoding presets from the app.
  • Update banner and size/estimate helpers to guide upgrade and packaging choices.

Changed

  • SimpleMode & output model unified so user-chosen output destinations are preserved across flows.
  • Extracted file-selection behavior into a reusable useFileSelection hook (enables FileList and cleaner file flows).
  • IPC layer folded into domain services for tighter, less error-prone integration between frontend and backend.
  • Lots of UI/UX polish around batch flows, SimpleMode integration and settings to support the new features.
  • FFmpeg 8.1.2 update

Fixed

  • Custom destination override no longer gets lost when starting a conversion.
  • E2E/test baseline repairs and small reliability fixes around job handling and command dispatch.