File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11History
22=======
33
4+ 0.4.0 (18-09-2017) Refactor and parse compatibility
5+ ---------------------------------------------------
6+
7+ The main goal of this release is a refactor of the WebVTT parser to be able to parse easier and give support to
8+ new features of the format.
9+
10+ New features:
11+
12+ * Support for cue identifiers
13+ * Support for parsing WebVTT captions with comments
14+ * Support for parsing WebVTT captions with Style blocks
15+ * Support for BOM in caption files
16+ * Added method to write the captions to an opened file
17+ * Convert WebVTT to SRT format
18+ * Ignore empty captions in SRT format
19+
20+ Other:
21+
22+ * Refactored WebVTT parser
23+
4240.3.3 (23-08-2017) Hot fix on cue tags
525--------------------------------------
626
Original file line number Diff line number Diff line change 22from .segmenter import WebVTTSegmenter
33from .generic import Caption
44
5- __version__ = '0.3.3 '
5+ __version__ = '0.4.0 '
You can’t perform that action at this time.
0 commit comments