Releases: helixarch/subedit
Releases · helixarch/subedit
subedit v1.2.2
- 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
Merge pull request #10 from augustogunsch/master Set default return value of 0 for main_function()
1.2
1.1 Bug fixes and improved help
- 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
First release
1.0 Updated Readme file.