1.7.3 (2026-01-15)
- respect custom folder name in batch cutter output dialog (bffb591)
1.7.2 (2026-01-15)
- keep version header, remove subheadings from release notes (1bb1bbb)
1.7.1 (2026-01-15)
- improve release notes formatting, remove version header and commit hashes (d49d68e)
1.7.0 (2026-01-15)
- format release notes, remove markdown and links from Whats New dialog (ef59230)
1.6.13 (2026-01-15)
- add capabilities config, fetch release notes from GitHub API (50a4f18)
1.6.12 (2026-01-15)
- simplify release workflow to use tauri-action auto-generated latest.json (94c2edc)
1.6.11 (2026-01-15)
- disable tauri-action auto-generated latest.json to prevent platform key conflicts (cbd24d3)
1.6.10 (2026-01-15)
- correct GitHub username in updater endpoint (225400d)
1.6.9 (2026-01-15)
- rename generate-latest.js to .cjs for CommonJS compatibility (185ec18)
1.6.8 (2026-01-15)
- checkout tag instead of main in build jobs to get correct version (edec641)
1.6.7 (2026-01-15)
- use separate script file for latest.json generation to avoid quote escaping issues (c726189)
1.6.6 (2026-01-15)
- initialize updater plugin correctly via setup() (3c52cff)
1.6.5 (2026-01-15)
- escape quotes in latest.json generation (f6a0a10)
1.6.4 (2026-01-15)
- rebuild v1.6.1 release with updater artifacts (cd09f32)
1.6.3 (2026-01-15)
- trigger rebuild for v1.6.1 with correct version (dd0527a)
1.6.2 (2026-01-15)
- add package.json to semantic-release replacements (2ee480d)
1.6.1 (2026-01-15)
- add missing getAppVersion command to exports (80e87ef)
1.6.0 (2026-01-15)
- add auto-update functionality with Tauri updater (2cfe85a)
1.5.0 (2026-01-08)
- i18n: complete i18n implementation (9a0df37)
1.4.12 (2026-01-08)
- support HH:MM:SS timecode format in tracklist parser (7dab1e7)
1.4.11 (2026-01-08)
- download both ffmpeg and ffprobe on macOS auto-install (4bd476b)
1.4.10 (2026-01-08)
- detect system FFmpeg in Homebrew paths on macOS (81d83c6)
1.4.9 (2026-01-08)
- hide console window on Windows when running FFmpeg processes (2506c74)
1.4.9 (2026-01-08)
- hide console window on Windows when running FFmpeg processes (aadd123)
1.4.8 (2026-01-08)
- remove invalid anthropic_model param (b40d5db)
1.4.7 (2026-01-08)
- use sonnet model and remove settings from claude workflow (be50b42)
1.4.6 (2026-01-08)
- simplify claude code review settings (a04bc7e)
1.4.5 (2026-01-08)
- pass tagName to tauri-action for artifact uploads (dc5ae34)
1.4.4 (2026-01-08)
- add settings and debug mode to claude code review workflow (0cf4b64)
1.4.3 (2026-01-08)
- disable mcp servers in ci for claude code review (1584b8a)
- set z.ai base url and disable mcp servers in ci (09eb640)
1.4.2 (2026-01-08)
- use cross-platform path separators for Windows compatibility (1892265)
1.4.1 (2026-01-08)
- add proper padding to FFmpeg dialog title (ad17c71)
1.4.0 (2026-01-08)
- add tauri build to release workflow (d3547e0)
1.3.0 (2026-01-08)
- Add Claude Code GitHub Workflow (03d4c5c)
1.2.0 (2026-01-08)
- add automated release workflow with semantic-release (c2a3377)
- FFmpeg auto-install — app now checks for FFmpeg on startup and offers to download it automatically
- Download progress indicator for FFmpeg installation
- FFmpeg status detection (system or bundled)
- Cross-platform support (macOS and Windows)
- App size remains ~12MB (FFmpeg downloaded on-demand, ~90MB)
- Improved error handling for missing FFmpeg
- Refactored FFmpeg services into modular structure
- Added React Context for FFmpeg state management
- Added Tauri commands for FFmpeg status and installation