Skip to content

v0.6.0

Latest

Choose a tag to compare

@parkejunior parkejunior released this 15 Aug 01:06
ef409da

0.6.0 (2026-08-14)

馃幎 Audio Synchronization updates and 馃惓 Docker support

That fresh scent of synchronized audio and containers!

What's new

馃惓 Docker Images: JellyCC is now officially available as container images via GHCR with all FFmpeg dependencies pre-bundled. You no longer need to have FFmpeg installed to use it, if you don't want to.

馃幎 Smart Spectrum Sync: Automatically align and calculate precise delay offsets between audio tracks during track merging. Read the docs.

馃攰 Silence Scan: Identify audio drops and analyze extended silence segments.

馃獩 Optimized Repair by Default: Merge workflows now use optimized repair as the default mode, paired with disk space checks to prevent failed jobs due to insufficient storage.

馃搧 Improved Path Sanitization: Better handling for dragged-and-dropped file paths with escaped characters, single quotes, and bash idioms.

Features

  • docker: add multi-platform docker support and GHCR image (#26) (5aec72d)
  • merge: add optimized repair as default and disk space check (bc78b24)
  • silence-scan: implement Silence Scan for audio drop detection (4658675)
  • spectrum-sync: implement smart spectrum sync for audio merging (c236acf)

Bug Fixes

  • ui: enhance sanitizePath to handle escaped spaces and Bash idioms (1a19000)
  • silence-scan: use address-based tracking for silence detection (9a1452f)
  • sync-menu: reposition spectrum sync option in sync menu (5143099)