8000 Releases · caseyscarborough/subtitler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: caseyscarborough/subtitler

2.0.0

11 Aug 03:41
Compare
Choose a tag to compare

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

19 Jul 06:47
Compare
Choose a tag to compare

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

19 Jul 06:14
Compare
Choose a tag to compare

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

18 Jul 20:21
Compare
Choose a tag to compare

Features

  • Add -v/--version commands.
  • Add to Homebrew and include instructions.

1.0.2

18 Jul 18:21
Compare
Choose a tag to compare

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

18 Jul 17:15
Compare
Choose a tag to compare

Fixes

  • Fix issue with build on Jitpack and GitHub packages.

1.0.0

18 Jul 17:05
Compare
Choose a tag to compare

This is the initial GitHub release.

0