Skip to content

Commit

Permalink
Update version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
glut23 committed Aug 23, 2017
1 parent d61e09a commit e8957b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
History
=======

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

The text for the caption is now returned clean (tags removed). The cue text could contain tags like:
* timestamp tags: *<00:19.000>*
* class tags: *<c.classname>text</c>*
* and others...
**Important**: It currently removes any tag present in the cue text. For example <b> would be removed.

Also a new attribute is available on captions to retrieve the text without cleaning tags: **raw_text**

0.3.2 (11-08-2017) Hot fix for compatibility
--------------------------------------------

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.2'
__version__ = '0.3.3'

0 comments on commit e8957b6

Please sign in to comment.