Releases: TheAcharya/MarkersExtractor
Releases · TheAcharya/MarkersExtractor
0.3.11
Maintenance Update
- Codebase updates for better compatibility with Xcode 16/Swift 6 and changes in dependency API (#110)
0.3.10
Improvements
- Codebase updates for better compatibility with Xcode 16/Swift 6
- Added
Identifiable
conformance to all relevant exported types
Note: This release contains only internal library changes. The CLI executable is functionally equivalent to release 0.3.9.
0.3.9
Bug Fixes
- (SPM Library only) Fixed Xcode compiler error when adding MarkersExtractor as a dependency (#102)
0.3.8
New Features
- Added support for new Excel XLSX export profile (#102)
0.3.7
New Features
- Extraction now supports FCPXML containing a standalone clip without a project (#99)
Bug Fixes
- Output folder name timestamp now formats as 24-hour time (#100)
Changes
- Renamed
projectTimecode
naming mode to timelineNameAndTimecode
(#99)
0.3.6
New Features
- Added
Clip Keywords
manifest field (#63)
- Added
Reel
, Scene
, Take
, Clip In
, Clip Out
manifest fields (#39)
- Added
--use-chapter-marker-thumbnails
CLI flag to enable chapter marker thumbnail pins (#32)
Bug Fixes
- Added better filename sanitation which can avoid failure to generate image files (#95)
- Fixed issue where log file may not be created on disk if its target parent path does not exist (#96)
0.3.5
New Features
- Added
youtube
export profile to generate YouTube chapters (#38)
Bug Fixes
- Fixed regression where CSV/TSV did not export thumbnail images (#94)
0.3.4
New Features
- Added
--include-disabled
CLI flag. Default is excluded unless flag is passed. (#4)
Bug Fixes
- Resolved an issue where Titles clips were assigned an audio role when they should not have an audio role. (#91)
- Resolved a bug in
RolesExtractor
where some roles may be missing. (#88)
- Resolved a bug where thumbnail images were being generated for profiles that don't support thumbnails. (#93)
Changes
- Renamed CLI executable to
markers-extractor
(#86)
Bug Fixes
- Fixed issue where placeholder GIF file was sometimes not generated (#90)
0.3.3
Changes
- Progress percentage messages are now always omitted from log file (#75)
- Added codesign and notarization to macOS binary
- Added new macOS pkg release with notarization ticket stapled
Bug Fixes
- Fixed log file corruption when progress percentage messages were enabled (#75)
- Improved frame rate scaling accuracy for additional frame rates (#81)
0.3.2
Changes
- Default export profile is now CSV (#74, #82)
Bug Fixes
- Fixed issue where marker timecode locations were sometimes incorrect when a project contained mixed frame rates (#81)
- Fixed regression where labels would not be overlaid on animated GIF thumbnails (#83)