All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add encoding detection for
SrtSubtitle.open()(fixes #1)
0.1.6 - 2022-4-12
- 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
- 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
0.1.5 - 2022-04-04
- test for Timestamp.get_value
- This CHANGELOG file to track changelogs
- update setup.py keywords and classifiers for pypi