Skip to content

Commit de33b54

Browse files
committed
Bump to v2.7.5
1 parent 4646f32 commit de33b54

File tree

2 files changed

+97
-1
lines changed

2 files changed

+97
-1
lines changed

CHANGELOG.md

+96
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
# 2.7.5
2+
3+
## General
4+
5+
- Fix various typos. Thanks to Alex Hedges
6+
7+
- More graceful exits on keyboard interrupts
8+
9+
- Various additions to the testing framework. Thanks to Vince Rice
10+
11+
- Fix errors with `urllib.parse`. Thanks to Robin Whittleton
12+
13+
- Fix edge case when unwrapping nodes in `easy_xml`
14+
15+
## se british2american
16+
17+
- Improve output. Thanks to Vince Rice
18+
19+
## se build
20+
21+
- Improve proofreading CSS
22+
23+
- Bump to epubcheck 5.2.1
24+
25+
- If an ebook is a single-file collection (like a poetry omnibus), split the file into multiple files for Kobo builds
26+
27+
## se build-ids
28+
29+
- Add `--no-endnotes` option. Thanks to Vince Rice
30+
31+
## se create-draft
32+
33+
- Fix typos in template. Thanks to David Reimer and Erik Bledsoe
34+
35+
- Update PG transcribe rparsing to handle PG's new credits format
36+
37+
- Strip headers and footers from new-style PG ebooks
38+
39+
- Improve handling of transcribers. Thanks to Vince Rice
40+
41+
## se extract-ebook
42+
43+
- Add path to error messages. Thanks to Neil Pankey
44+
45+
## se lint
46+
47+
- Add `telegram` to list of ignored classes
48+
49+
- Add t-077, punctuation followed by opening quote
50+
51+
- Allow `<figure>` in s-078
52+
53+
- Add y-023, question mark within words
54+
55+
- Add m-079, ebook looks like a collection but no collection metadata specified
56+
57+
- Fix xpath when checking for border colors
58+
59+
- Improve t-029
60+
61+
- Include LoI in s-033
62+
63+
- Add m-080, check for PGDP Canada name. Thanks to Vince Rice
64+
65+
- Add m-081, check for published year range. Thanks to Vince Rice
66+
67+
- Update m-071 to use `Distributed Proofreaders`. Thanks to Vince Rice
68+
69+
- Add m-082, check for Faded page text
70+
71+
## se modernize-spelling
72+
73+
- Various additions
74+
75+
## se semanticate
76+
77+
- Add `presentation` role to headers and footers in `<blockquote>`s
78+
79+
## se shift-endnotes
80+
81+
- Handle non-contiguous endnotes. Thanks to Vince Rice
82+
83+
- Fix error when using `--decrement` option. Thanks to Vince Rice
84+
85+
## se shift-illustrations
86+
87+
- Handle non-contiguous endnotes. Thanks to Vince Rice
88+
89+
- Fix error when using `--decrement` option. Thanks to Vince Rice
90+
91+
## se typogrify
92+
93+
- Remove dash after two- or three-em-dashes
94+
95+
- Fix common erro in opening double quote
96+
197
# 2.7.4
298

399
## se build

se/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import se.easy_xml
1818

19-
VERSION = "2.7.4"
19+
VERSION = "2.7.5"
2020
MESSAGE_INDENT = " "
2121
UNICODE_BOM = "\ufeff"
2222
NO_BREAK_SPACE = "\u00a0"

0 commit comments

Comments
 (0)