Releases: caseyscarborough/subtitler
Releases · caseyscarborough/subtitler
2.0.0
Major Release
This release comes with a completely redesigned CLI using picocli and more features in the API.
- Add support for .vtt and .ssa subtitles.
- Add subtitle filtering.
- Restructure dual subtitle creation.
- Redesign API using picocli.
- Add multiple new CLI commands such as align, normalize, and filter.
- Add ability to write to java.io.Writer instance.
- Resolve issues with byte-order marks in some subtitle files.
- Handle Crumb and Comment lines in Aegisub events.
- Update all API methods to not automatically write the subtitle files.
- Various other bugfixes.
1.1.1
Workflow Updates
- Add workflow step to extract version from tag for other steps
- Add action for bumping homebrew formula
- Automate release notes based on commit history
1.1.0
Features
- Add support for converting from
.ass
to.srt
- Add underline support when converting from
.srt
to.ass
.
Workflow Updates
- Use softprops/action-gh-release for creating release
- Remove useless echo in github workflow
README Updates
- Add note about homebrew tap
- Add links to subtitle descriptions
- Add table of contents
- Add compatibility table in README.md
1.0.3
Features
- Add
-v
/--version
commands. - Add to Homebrew and include instructions.
1.0.2
There are no code updates in this release, only changes to the GitHub workflows.
Features
- GitHub action create releases automatically when repo is tagged.
- GitHub action uploads
.zip
file to newly created release.
1.0.1
Fixes
- Fix issue with build on Jitpack and GitHub packages.
1.0.0
This is the initial GitHub release.