Skip to content

Latest commit

 

History

History
270 lines (123 loc) · 10.2 KB

File metadata and controls

270 lines (123 loc) · 10.2 KB

1.7.3 (2026-01-15)

Bug Fixes

  • respect custom folder name in batch cutter output dialog (bffb591)

1.7.2 (2026-01-15)

Bug Fixes

  • keep version header, remove subheadings from release notes (1bb1bbb)

1.7.1 (2026-01-15)

Bug Fixes

  • improve release notes formatting, remove version header and commit hashes (d49d68e)

1.7.0 (2026-01-15)

Features

  • format release notes, remove markdown and links from Whats New dialog (ef59230)

1.6.13 (2026-01-15)

Bug Fixes

  • add capabilities config, fetch release notes from GitHub API (50a4f18)

1.6.12 (2026-01-15)

Bug Fixes

  • simplify release workflow to use tauri-action auto-generated latest.json (94c2edc)

1.6.11 (2026-01-15)

Bug Fixes

  • disable tauri-action auto-generated latest.json to prevent platform key conflicts (cbd24d3)

1.6.10 (2026-01-15)

Bug Fixes

  • correct GitHub username in updater endpoint (225400d)

1.6.9 (2026-01-15)

Bug Fixes

  • rename generate-latest.js to .cjs for CommonJS compatibility (185ec18)

1.6.8 (2026-01-15)

Bug Fixes

  • checkout tag instead of main in build jobs to get correct version (edec641)

1.6.7 (2026-01-15)

Bug Fixes

  • use separate script file for latest.json generation to avoid quote escaping issues (c726189)

1.6.6 (2026-01-15)

Bug Fixes

  • initialize updater plugin correctly via setup() (3c52cff)

1.6.5 (2026-01-15)

Bug Fixes

  • escape quotes in latest.json generation (f6a0a10)

1.6.4 (2026-01-15)

Bug Fixes

  • rebuild v1.6.1 release with updater artifacts (cd09f32)

1.6.3 (2026-01-15)

Bug Fixes

  • trigger rebuild for v1.6.1 with correct version (dd0527a)

1.6.2 (2026-01-15)

Bug Fixes

  • add package.json to semantic-release replacements (2ee480d)

1.6.1 (2026-01-15)

Bug Fixes

  • add missing getAppVersion command to exports (80e87ef)

1.6.0 (2026-01-15)

Features

  • add auto-update functionality with Tauri updater (2cfe85a)

1.5.0 (2026-01-08)

Features

  • i18n: complete i18n implementation (9a0df37)

1.4.12 (2026-01-08)

Bug Fixes

  • support HH:MM:SS timecode format in tracklist parser (7dab1e7)

1.4.11 (2026-01-08)

Bug Fixes

  • download both ffmpeg and ffprobe on macOS auto-install (4bd476b)

1.4.10 (2026-01-08)

Bug Fixes

  • detect system FFmpeg in Homebrew paths on macOS (81d83c6)

1.4.9 (2026-01-08)

Bug Fixes

  • hide console window on Windows when running FFmpeg processes (2506c74)

1.4.9 (2026-01-08)

Bug Fixes

  • hide console window on Windows when running FFmpeg processes (aadd123)

1.4.8 (2026-01-08)

Bug Fixes

  • remove invalid anthropic_model param (b40d5db)

1.4.7 (2026-01-08)

Bug Fixes

  • use sonnet model and remove settings from claude workflow (be50b42)

1.4.6 (2026-01-08)

Bug Fixes

  • simplify claude code review settings (a04bc7e)

1.4.5 (2026-01-08)

Bug Fixes

  • pass tagName to tauri-action for artifact uploads (dc5ae34)

1.4.4 (2026-01-08)

Bug Fixes

  • add settings and debug mode to claude code review workflow (0cf4b64)

1.4.3 (2026-01-08)

Bug Fixes

  • 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)

Bug Fixes

  • use cross-platform path separators for Windows compatibility (1892265)

1.4.1 (2026-01-08)

Bug Fixes

  • add proper padding to FFmpeg dialog title (ad17c71)

1.4.0 (2026-01-08)

Bug Fixes

  • add tauri build to release workflow (d3547e0)

Features

  • add dark/light theme toggle (0b86b38)
  • add dark/light theme toggle (2fe69c5)

1.3.0 (2026-01-08)

Features

  • Add Claude Code GitHub Workflow (03d4c5c)

1.2.0 (2026-01-08)

Features

  • add automated release workflow with semantic-release (c2a3377)

Changelog

[1.1.0] - 2025-01-08

Added

  • 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)

Changed

  • App size remains ~12MB (FFmpeg downloaded on-demand, ~90MB)
  • Improved error handling for missing FFmpeg

Technical

  • Refactored FFmpeg services into modular structure
  • Added React Context for FFmpeg state management
  • Added Tauri commands for FFmpeg status and installation