Releases: pedrolabonia/pydavinci
Releases · pedrolabonia/pydavinci
v0.2.3
What's Changed
- Add
get_lut()
functionality toTimelineItem
by @pedrolabonia in #17
Full Changelog: v0.2.2...v0.2.3
v.0.2.2
Hotfixing incorrect type on Marker.add()
and Marker.delete()
- were str
, changed to the COLORS
Literal
.
v0.2.1
Hotfix for logging level: now set to "INFO" instead of "DEBUG"
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Refactor settings + Markers by @pedrolabonia in #13
Settings and Markers now have a new interface. See Quickstart on Settings and TimelineItem.markers for more details.
Full Changelog: v0.1.0...v0.2.0
v.0.1.0
v0.1.0 more readme updates