Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:15
· 72 commits to main since this release

1.6.0 (2026-06-02)

Bug Fixes

  • backend: allow too_many_arguments on convert_video (Clippy -D warnings) (0daa233)
  • backend: delete partial output file when FFmpeg fails or is cancelled (9e8efe2)
  • ci: add contents:write permission and version sync to release build job (fafaa16)
  • ci: add FFmpeg download to release.yml + fix macOS ARM target (c0acfd8)
  • ci: add icon.icns to bundle.icon so macOS bundler skips ICO decoding (ecd218c)
  • ci: add icon.ico, generate icon.icns on macOS, bump Cargo version (7fee873)
  • ci: add Pandoc sidecar download step to release.yml build matrix (1d65654)
  • ci: apply rustfmt corrections to Rust sources (cfd3de9)
  • ci: commit formatted style.css, add libssl-dev and pkg-config to lint-rust (77ff813)
  • ci: commit minimal icon.icns so bundle.icon resolves on all platforms (b103247)
  • ci: correct Vitest pnpm passthrough and rustfmt formatting (599dd90)
  • ci: download-ffmpeg.sh — apt-get primary, BtbN fallback (47b269a)
  • ci: locate pandoc binary via find in macOS zip (structure varies) (ca8ba43)
  • desktop: regenerate icon PNGs as RGBA — required by tauri::generate_context! (dedcb59)
  • desktop: rustfmt — inline vec! args in ffmpeg converter (3a8870b)
  • frontend: clicking ✓ on a done queue item removes it (34d298a)
  • frontend: extract setLocale() — multi-line Vue template handlers crash compiler (4882ef4)
  • web: consistent download buttons with fallback labels, add localStorage cache (8423559)

Features

  • desktop: add file picker, browse, cancel conversion, retry on error (a4bebc1)
  • desktop: add HEIC/HEIF input support via FFmpeg (59a7b38)
  • desktop: add settings page with persistence (8029b24)
  • desktop: add video conversion (MP4, MKV, WebM, MOV) (381f741)
  • desktop: add video thumbnail preview in queue (2ed9b70)
  • desktop: cancel active FFmpeg conversion immediately (24cc933)
  • desktop: integrate Verto logo — icons, landing page, desktop app (99a8b34)
  • desktop: pandoc sidecar, document conversion, batch via folders (c725764)
  • desktop: real-time FFmpeg progress bar for audio and video (3712204)
  • desktop: show system notification when conversion completes (f39f6d1)
  • desktop: v0.3.0 — audio conversion via FFmpeg sidecar (e72a7ee)
  • desktop: v0.4.0 — AVIF, image resize, quality presets (5c71273)
  • desktop: v0.4.0 — image thumbnail preview in queue (60329b4)
  • desktop: v1.0.0 — i18n, accessibilité, auto-updater, coverage, SEO (c868c6b)
  • web: add favicon, apple-touch-icon and logo in hero mockup (1f0dea4)
  • web: dynamic download links from GitHub API, update README (20fde27)
  • web: i18n EN/FR + restore CSS mockup in hero (bc2b92b)
  • web: polish landing page — nav, features grid, privacy details, CHANGELOG (0c4f277)