Skip to content

3.1.0

Latest

Choose a tag to compare

@orchetect orchetect released this 16 Mar 22:48
c15034c

New

  • Linux support added (#51 / #85 - thanks to @mansbernhardt for kickstarting this)
    • The SwiftTimecodeCore target is now available on Linux.
    • The SwiftTimecode umbrella target may be used cross-platform, making all compatible targets for the current platform.
      (Core, AV and UI for Apple platforms, and Core for Linux)

Maintenance

  • Migrated unit tests to Swift Testing (and removed dev tests & its dependencies)
  • Updated CI
  • Added documentation build script to repo