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.
0.2.0 - 2024-02-20
- Add timestamps conversion to
std::time::Duration
insubtp::srt::SrtTimestamp
andsubtp::vtt::VttTimestamp
. - Add support for unofficial line position option in SubRip Subtitle format.
- Ignore a line that has only whitespaces in
multiline
rule. - Remove unused codes for testing.
- Fix errors of document tests.
0.1.0 - 2024-02-11
- First release.