Releases: BufferingIO/PyTitle
Releases · BufferingIO/PyTitle
Relased v0.1.6
Changelog
0.1.6 - 2022-4-12
Added
- docstring for
__init__.pyfile, add short project description - add
Timing.shiftandSrtSubtitle.shiftfor shifting the timing of lines forward or backward - add
SrtSubtitle.shift_forwardandSrtSubtitle.shift_backwardas a shorthand forSrtSubtitle.shift - add exception classes to raise them instead of generic exceptions
Changed
- fixed some typos in docstrings
- removed custom
__eq__and__ne__from the Timestamp and let pydantic handle that - changed the value limits for Timestamp attributes,
Timestamp.hourscan be any integer >= 0 now - fixed how
__add__and__sub__were calculating and fixed overflows to add or subtract the times correctly