Skip to content

Commit

Permalink
bump version to 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed May 24, 2024
1 parent d47cf07 commit 8425158
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Changelog
---------
2.2.9
^^^^^
- A space should not be placed before a mid row code if it follows a PAC command or a Tab Offset
- The backspace command should be treated like other commands and duplicates should be skipped if PAC commands are duplicated

2.2.8
^^^^^
- Honor backspaces on captions in scc files
- When mid-row codes which are preceded by a PAC command don't add spaces
- Mid row codes which don't follow after a PAC and don't have a style reset command before
will add a space to the end of the previous text node
- Mid row codes which don't follow after a PAC and have a style reset command before
will add a space to the beginning of the next text node
- Mid row codes which don't follow after a PAC and don't have a style reset command before will add a space to the end of the previous text node
- Mid row codes which don't follow after a PAC and have a style reset command before will add a space to the beginning of the next text node
- Background color codes to delete the space in front

2.2.7
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2.8'
version = '2.2.9'
# The full version, including alpha/beta/rc tags.
release = '2.2.8'
release = '2.2.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='pycaption',
version='2.2.8',
version='2.2.9',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
Expand Down

0 comments on commit 8425158

Please sign in to comment.