You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.5.3
Mostly just to handle changes in downstream dependencies:
- When sorting subtitles, use the index if start and end times are the
same
- Support tox v4
- Only use setuptools, not distutils
3.5.0
- Support parsing subtitles with no milliseconds
- srt-mux: -w added as short option for --width
- srt-deduplicate: Add new tool to deduplicate subtitles
3.2.0
- Permit parsing files with --> with no whitespace surrounding
- Subtitle.to_srt() now uses \n as the default line ending
- Improve performance when parsing and composing
- Relicense to MIT
- srt mux: Add --top-and-bottom to anchor different inputs (#57)
- srt mux: Add --no-time-matching to disable time matching
- srt tools: Add --inplace support
- srt tools: Fix line ending mangling on Windows