Releases: orchetect/TimecodeKit
Releases · orchetect/TimecodeKit
1.1.2
1.1.1
1.1.0
- Math operator behavior change
+
,-
,+=
,-=
now usewrapping:
instead ofclamping:
when underflow/overflow occurs around timecode bounds+
,-
,+=
,-=
now convertsrhs
tolhs
's frame rate if they do not match prior to calculating*
,/
,*=
,/=
can now take a Double as therhs
operand
- Added
Timecode.Delta
- Added
Timecode.Transformer
- Removed
TimeValue
struct and replaced it withTimeInterval
(akaDouble
, from Foundation)
1.0.11
1.0.10
1.0.9
- Performance improvements: Removed redundant imports, added
@inlinable
where possible - 100fps
stringValue
bugfix (incorrectly output as 3 digit places for frame number, but is now 2 digits) - Added
FrameRate.CompatibleGroup
and related methods - Misc inline help clarification, typos fixed
- Bumped dependency min versions