Skip to content

Releases: meokullu/SubtitleParser

2.3.0 Encoding support

01 Jul 18:09
66429a4
Compare
Choose a tag to compare

Github releases (by release)

On this release;
GetTextByLines(string filePath, Encoding encoding) and GetTextByLinesUnsafe(strinf filePath, Encoding encoding) methods are added to ensure file content read by correct encoding.

Override ToString() method of SubtitleBlock is added. It returns string format as "OrderNumber StartTime EndTime InlineTextList"

v2.2.0 SubtitleTimeFormat

22 Oct 03:02
544074f
Compare
Choose a tag to compare

Github releases (by release)

On this release;

SubtitleTimeFormat is introduced. You can now parse subtitles with provided time format. If it is not provided it uses default settings. You can check out wiki page for more.

SubtitleParser's icon was replaced with solid white background icon.

2.1.1

01 Oct 23:43
d613fa5
Compare
Choose a tag to compare

Github releases (by release)

On this release;

  • Multi-framworks support is added.
  • Icon was replaced with higher resoloution.

v2.0.2

02 Sep 18:39
6452a2b
Compare
Choose a tag to compare

Github releases (by release)

On this release;

Naming violations were fixed.

v2.0.1

01 Aug 22:52
23cd0cb
Compare
Choose a tag to compare

Github releases (by release)

This is the first release of SubtitleParser.

SubtitleParser is a project helps you to parse subtitle content data into SubtitleBlocks.