This version is based on v1.50b5 which is based on v1.50b4 by the original author(s).
Install/update: note that the Dict/ folder now contains subdirs for internal
and user-side .dic files, simply to draw a distinction between those two.
Added /AUTOTEXT command for auto-conversion from .bup|.idx|.ifo|.sub|.vob to srt|.ssa|.ttxt without user interaction other than adding new glyphs to the character matrix. For a quick usage example, see also: CLI.txt (under "Examples:").
Added /FINDMATRIX command for using/maintaining multiple matrix files. For more information, see also: CLI.txt (under "/FINDMATRIX").
Improved Post-OCR Correction speed.
Fixed several issues with the Post-OCR I/l Correction. Although i had to tighten a few of these filters to eliminate certain false positives, the overall results have mostly improved.
Post-OCR Punctuation Correction: fixed an issue with mistakenly removed spaces before a dot (.) character that actually belongs to a numeric expression, like "A.30 calibre gun" or "only.5 millimeters".
punct.dic: added fixes for the Percent (%) character issue. Just enter what you see (Degree|Slash|Degree) and the punctuation filter will do the rest. If asked about a 2/3 part of a Percent char (Degree+Slash or Slash+Degree), then simply enter a % char.
Moved the orthography Post-OCR fix to the very end of the chain (this has nothing to do with "punct.dic" which is always executed during punctuation correction). The external (user-defined) dict filter should be the last resort if all other corrections didn't fix the problem. It also makes sense to apply fixes like "Format Whole Words Only" before applying the external dict, otherwise it might fail to recognize words that require fixing.
SubRip.ini: added missing item for Post-OCR: "Format Whole Words Only".
Fixed crashes caused by the Char Matrix Debugger and also disabled Post-OCR Correction if Char Matrix Debugging is enabled (makes no sense in that case). The output text file can still be saved in order to search for problems using a text editor.
Added all recent language files/updates posted on
http://zuggy.wz.cz/ between 2006/11/07 and 2014/03/10.
Changed the main window timer interval from 0.5 to 0.05 seconds. This reduces the start/end delay for CLI processing as well as the delay between switching VOB files.
AUTOTEXT: added debug options for some Post-OCR Correction filters. "New Character(s)" window: fixed a few layout issues.
About: fixed mailto: syntax for mouse clicks on email links to correctly add the subject & body strings.
Added a *nix Makefile and a Make-Release script for building & packaging SubRip on Linux under Wine.
Moved Doc/gpl.txt to License.txt which is now part of both binary and src distributions.