Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ output the CaptionSet into captions of your desired format.
Tested with Python versions 3.10, 3.11 and 3.12.
(for Python 2 use pycaption < 1.0.0)

For details, see the `documentation <http://pycaption.readthedocs.org>`__.
For details, see the `documentation <https://pycaption.readthedocs.io>`__.

License
-------
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Changelog
---------
2.2.21
^^^^^^
- supports multi-row jumps: small jumps (1-3 rows)
emit the correct number of line breaks,
large jumps (4+ rows) trigger repositioning instead
- clear positioning state at caption boundaries
(EOC, roll-up, paint-on, clear commands)
- Code reformatted with Black/isort across the codebase
- Added missing tests for _PositioningTracker,
Alignment.from_horizontal_and_vertical_align

2.2.20
^^^^^^
- update apache license and copyright year

2.2.19
^^^^^^
- Remove support for python 3.8 and 3.9.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="pycaption",
version="2.2.20",
version="2.2.21.dev1",
description="Closed caption converter",
long_description=open(README_PATH).read(),
author="Joe Norton",
Expand Down
Loading