Skip to content

Releases: TheAcharya/MarkersExtractor

0.3.19

01 Dec 05:52

Choose a tag to compare

Maintenance Update

  • Updated core dependencies

0.3.18

13 Sep 04:34

Choose a tag to compare

Maintenance Update

  • ExportProfile: Protocol is now implicitly Sendable to satisfy Swift 6.2 compiler

 / Xcode 26.0
  • Fixed unit tests build on Xcode 26.0

0.3.17

31 Jul 01:53

Choose a tag to compare

New Features

  • Added SubRip export profile to export SRT subtitles (#128)

0.3.16

07 Jul 22:58

Choose a tag to compare

New Features

  • Added Apple Compressor export profile to export chapter marker lists (#123)
  • Added Markdown export profile (#127)

Maintenance

  • Organized CLI help text arguments into categories (#121)

0.3.15

29 Mar 03:41

Choose a tag to compare

Bug Fixes

  • Removed XML Path Column for common profiles (#124)

0.3.14

13 Feb 05:39

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

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

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

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

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.