Releases: BufferingIO/PyTitle
Releases · BufferingIO/PyTitle
Relased v0.1.6
Changelog
0.1.6 - 2022-4-12
Added
- docstring for
__init__.py
file, add short project description - add
Timing.shift
andSrtSubtitle.shift
for shifting the timing of lines forward or backward - add
SrtSubtitle.shift_forward
andSrtSubtitle.shift_backward
as 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.hours
can be any integer >= 0 now - fixed how
__add__
and__sub__
were calculating and fixed overflows to add or subtract the times correctly