Skip to content

Releases: pbs/pycaption

2.2.5

20 Feb 12:10
Compare
Choose a tag to compare
bumb verssion to 2.2.5

2.2.4

07 Feb 07:28
Compare
Choose a tag to compare
  • Skip duplicated extended characters.

2.2.3

02 Feb 07:46
Compare
Choose a tag to compare
    • Add new substitute character to ignore before extended
      character
      in SCC input files

2.2.2

30 Jan 10:13
19755dc
Compare
Choose a tag to compare
  • Remove support for Python 3.6 & 3.7
  • Restrict SCC source files to 31 characters per line (32 will throw
    an exception)
  • Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2
  • Change Apache copyright licensing (ending) copyright year

2.2.1

10 Jan 09:22
Compare
Choose a tag to compare
  • Ignore the substitute character that comes before the extended
    character in SCC files.

2.2.0

17 Nov 12:11
4fe2335
Compare
Choose a tag to compare
  • Added support for Python 3.11
  • Added support for Beautifulsoup 4.12.2
  • Remove support for Beautifulsoup < 4.12.1
  • DFXP captions now end consistently with a newline

2.1.1

19 Jan 14:35
Compare
Choose a tag to compare
  • Added nltk as transcript dependency

2.1.0

07 Sep 07:42
Compare
Choose a tag to compare
  • Remove upper limit for dependency versions to solve vulnerabilities

2.0.9

10 May 06:42
Compare
Choose a tag to compare
  • Changed DFXPReader default horizontal alignment from 'center' to
    'start'
  • Updated WebVTT horizontal alignment from 'middle' to 'center'

2.0.8

19 Apr 11:08
Compare
Choose a tag to compare
  • Added support for Python 3.10
  • Added default start align to WebVTTWriter