File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
+ 2.2.9
4
+ ^^^^^
5
+ - A space should not be placed before a mid row code if it follows a PAC command or a Tab Offset
6
+ - The backspace command should be treated like other commands and duplicates should be skipped if PAC commands are duplicated
7
+
3
8
2.2.8
4
9
^^^^^
5
10
- Honor backspaces on captions in scc files
6
11
- When mid-row codes which are preceded by a PAC command don't add spaces
7
- - Mid row codes which don't follow after a PAC and don't have a style reset command before
8
- will add a space to the end of the previous text node
9
- - Mid row codes which don't follow after a PAC and have a style reset command before
10
- will add a space to the beginning of the next text node
12
+ - 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
13
+ - 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
11
14
- Background color codes to delete the space in front
12
15
13
16
2.2.7
Original file line number Diff line number Diff line change 53
53
# built documents.
54
54
#
55
55
# The short X.Y version.
56
- version = '2.2.8 '
56
+ version = '2.2.9 '
57
57
# The full version, including alpha/beta/rc tags.
58
- release = '2.2.8 '
58
+ release = '2.2.9 '
59
59
60
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
61
# for a list of supported languages.
Original file line number Diff line number Diff line change 24
24
25
25
setup (
26
26
name = 'pycaption' ,
27
- version = '2.2.8 ' ,
27
+ version = '2.2.9 ' ,
28
28
description = 'Closed caption converter' ,
29
29
long_description = open (README_PATH ).read (),
30
30
author = 'Joe Norton' ,
You can’t perform that action at this time.
0 commit comments