Skip to content

Releases: helixarch/subedit

subedit v1.2.2

08 Nov 00:30
74e1181

Choose a tag to compare

  • srt files: Made regular expressions, for parsing srt, less strict, to accept leading and trailing whitespaces at the srt int counter and at the srt time strings, and remove them, if any.
  • sub files: The line with the fps info, which should be at the beginning of the .sub file, is not ignored if there are empty lines before it.
  • sub files: Lines with leading whitespaces are not ignored.

Update 1.2.1

29 Jul 11:33
6f656fa

Choose a tag to compare

Merge pull request #10 from augustogunsch/master

Set default return value of 0 for main_function()

1.2

17 Jul 19:20
ee40bf5

Choose a tag to compare

1.2

Added -o (sort subtitles by start time) option

1.1 Bug fixes and improved help

08 Aug 18:20

Choose a tag to compare

  • Fixed bug: In .sub subtitles an empty line was added after each subtitle line in Linux.
  • Fixed bug: 'Delete text for hearing impaired' function wouldn't work with non utf-8 files.
  • Fixed bug: 'Clean trash' function wouldn't work and produced empty files.
  • Fixed bug: 'Clean trash' function would remove lines that ended in 3 dots, in .sub subtitles.
  • Modified help to improve readability and added three new examples.
  • Added comments.
  • Fixed typos.

1.01

24 Jul 16:24

Choose a tag to compare

Fixed typo

First release

17 Jul 21:40

Choose a tag to compare

1.0

Updated Readme file.