Releases: TheAcharya/MarkersExtractor
Releases · TheAcharya/MarkersExtractor
0.3.14
Maintenance
- Added
Sendable
conformance to all types and objects for better interoperability with Swift 6 strict concurrency
- Codebase cleanup
0.3.13
New Features
- Added Generic JSON Export Profile (f60082c)
- Added XML Path manifest field (#97)
- Library updated for full Swift 6 strict concurrency compatibility
Bug Fixes
- Markers placed on transitions are now extracted correctly (#114)
- YouTube export profile now formats output timestamps consistently formatted as
HH:MM:SS
(#114)
- YouTube export profile now inserts initial chapter marker at
00:00:00
if one does not exist (#114)
Maintenance
- Bumped package Swift toolchain to Swift 6.0 (98997c6)
0.3.12
New Features
- Supports FCPXML 1.13 (Final Cut Pro 11.0) (#113)
- Added new 90 fps frame rate (#112)
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)