Skip to content

Commit

Permalink
Update history and version
Browse files Browse the repository at this point in the history
  • Loading branch information
glut23 committed Sep 18, 2017
1 parent 430ac39 commit 620844f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
History
=======

0.4.0 (18-09-2017) Refactor and parse compatibility
---------------------------------------------------

The main goal of this release is a refactor of the WebVTT parser to be able to parse easier and give support to
new features of the format.

New features:

* Support for cue identifiers
* Support for parsing WebVTT captions with comments
* Support for parsing WebVTT captions with Style blocks
* Support for BOM in caption files
* Added method to write the captions to an opened file
* Convert WebVTT to SRT format
* Ignore empty captions in SRT format

Other:

* Refactored WebVTT parser

0.3.3 (23-08-2017) Hot fix on cue tags
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion webvtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .segmenter import WebVTTSegmenter
from .generic import Caption

__version__ = '0.3.3'
__version__ = '0.4.0'

0 comments on commit 620844f

Please sign in to comment.