Skip to content

Releases: TheAcharya/MarkersExtractor

0.3.14

13 Feb 05:39
Compare
Choose a tag to compare

Maintenance

  • Added Sendable conformance to all types and objects for better interoperability with Swift 6 strict concurrency
  • Codebase cleanup

0.3.13

12 Feb 07:07
Compare
Choose a tag to compare

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

14 Nov 09:25
Compare
Choose a tag to compare

New Features

  • Supports FCPXML 1.13 (Final Cut Pro 11.0) (#113)
  • Added new 90 fps frame rate (#112)

0.3.11

26 Sep 23:53
Compare
Choose a tag to compare

Maintenance Update

  • Codebase updates for better compatibility with Xcode 16/Swift 6 and changes in dependency API (#110)

0.3.10

21 Sep 02:58
Compare
Choose a tag to compare

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

01 Jun 00:37
Compare
Choose a tag to compare

Bug Fixes

  • (SPM Library only) Fixed Xcode compiler error when adding MarkersExtractor as a dependency (#102)

0.3.8

28 May 01:51
Compare
Choose a tag to compare

New Features

  • Added support for new Excel XLSX export profile (#102)

0.3.7

21 May 02:19
Compare
Choose a tag to compare

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

06 May 00:55
Compare
Choose a tag to compare

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

24 Apr 09:58
Compare
Choose a tag to compare

New Features

  • Added youtube export profile to generate YouTube chapters (#38)

Bug Fixes

  • Fixed regression where CSV/TSV did not export thumbnail images (#94)