API changes: * `Subtitle.{start,end}` are now a number of milliseconds rather than a tuple
Other changes: * Add SRT output format * Minor change to HTML output format
1.3.0
------------------
* Read the speaker name from WebVTT files, such as the ones written by WebEx. Add the `--with-name` and `--without-name` to the converter. CSVs will not contain the speaker name by default to maintain compatibility.
1.2.0
------------------
* Fix a `TypeError` if subtitle numbers were not required but present, and one is missing. Show a warning. * Compatibility with `chardet` 5.
1.1.0
------------------
* Raise `SubtitleError` for invalid unicode input instead of `UnicodeDecodeError`.
1.0.1
------------------
* Don't error if you don't have `chardet` and you didn't set `--input-charset`.