Note: This script version contains breaking changes from previous versions by changing the names of the command-line switches.
- Added a DV7 to DV8 Settings GUI built from scratch with SwiftUI to replace the AppleScript language prompt.
- The settings app allows configuration of the command-line switches supported by the script, and uses the macOS defaults system to save settings between each run of the app, including the option not to prompt for settings again.
- The settings app allows configuration of:
- Audio & subtitle languages
- Keep/remove DV CMv4.0 metadata
- Keep/remove working files generated during processing
- Using the bundled tools or those installed on the local system
- Added Xcode project for DV7 to DV8 Settings.app
- Updated script to accommodate command-line switch changes and the settings app
- Changed Boolean variables to
0/1for compatibility with the macOS defaults system - Added additional logging to describe the steps of the script
- Updated logging statements for consistency
- Changed Boolean variables to
- Updated README
- Added app description
- Updated installation instructions for macOS Sequoia
- Updated app usage
- Updated script usage for new/changed command-line switches
- Added
-r|--remove-cmv4 - Changed
-u|--use-localto-u|--use-system-tools
- Added
- Added build steps for the settings app
Full Changelog: v0.7.0...v0.8.0