SubLib 0.1 has been released. The complete list of changes include:
- Store subtitle-related properties (eg. SubtitleType, TimingMode,
Encoding) after reading a file.
- New methods for Save, Save As, and to know if a file can be saved
or requires "saving as".
- Heuristics change in subtitle format detection. A smaller part of
the text is used and a rigid match can return immediately.
- Regular expressions are not compiled anymore and were simplified
to improve readability.
- OutputExpression uses the system's newline (\r\n on windows, \n on
unix).
- Included descriptions for the subtitle types, such as their
extensions and their names.
- Text is trimmed by default when opening subtitles, but not trimmed
when using Set with only 1 argument (the text).
- Internal code cleanup and refactoring.
- Current and Original frame rates can only be set internally, so
they cannot be changed without using Subtitles.ChangeFrameRate or
Subtitles.ChangeOriginalFrameRate.
- Corrected bug with not reading the last character when parsing
input in some occasions.
- Added support for shifting subtitles' timings.
- Now compiles with .Net 1.1.
- Added support for autotools and MonoDevelop solution files.
- Written complete documentation.
--
Pedro Castro
http://mega.ist.utl.pt/~prmc
|