Skip to content

Commit

Permalink
Bump to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Nov 7, 2024
1 parent 64cb8da commit 36abe33
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1 deletion.
92 changes: 92 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,95 @@
# 2.7.2

## General

- Add various tests.

- Update installation instructions for Fedora users. Thanks to François Grandjean

- Update boilerplate CSS to use relative font size for endnotes

## se build

- Remove unused CSS compatibility rule. Thanks to Gijs van Tulder

- Keep `vh`/`vw` units in CSS, but add `%` as fallback. Thanks to Gijs van Tulder

- Highlight time elements when proofreading. Thanks to Robin Whittleton

- Fix wrong click behaviour in Apple Books with drama. Thanks to Robin Whittleton

- Improve proofreading CSS, and add color to no-break spaces and no-break hyphens

## se build-loi

- Remove links and noterefs from figcaption. Thanks to Gijs van Tulder

## se build-toc

- Don't assign a non-English language to the titlepage element

## se clean

- Escape strings in clean CSS output. Thanks to Gijs van Tulder

- Do not insert spaces between colons in pseudo-elements (`::before`). Thanks to Gijs van Tulder

- Remove leading 0 from CSS dimensions

## se create-draft

- Update content.opf template to include transcriber 2 and PGDP to match colophon

- Fix LCCN prefill

## se find-mismatched-diacritics

- Check for accent variants. Thanks to Gijs van Tulder

## se lint

- Capture Bible chapters followed by comma in t-060. Thanks to Erin Endrei

- Improve y-031

- Improve t-001 and its test. Thanks to Vince Rice

- Add t-076, grapheme or phoneme not italicized

- Add y-015, possible typo: misspelled word

- Add “or” to y-024 lint check. Thanks to Robin Whittleton

- Fix t-060 case where abbreviation is followed by a comma

- Add c-027, font size below 1

- Improve c-027

## se modernize-spelling

- Various additions

- Make detect_problem_spellings insensitive to case. Thanks to Robin Whittleton

## se semanticate

- Add book size abbreviations to semanticate. Thanks to Robin Whittleton

- i inside a tag is not a Roman numeral. Thanks to Gijs van Tulder

## se typogrify

- Correctly insert nbsp after some abbreviations even if they don't have semantics yet

- Add test for number+space+fraction. Thanks to Gijs van Tulder

- Do not remove space between comma and fraction. Thanks to Gijs van Tulder

- Change some en dashes to em dashes

- Add a period after Messrs

# 2.7.1

## se build
Expand Down
2 changes: 1 addition & 1 deletion se/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import se.easy_xml

VERSION = "2.7.1"
VERSION = "2.7.2"
MESSAGE_INDENT = " "
UNICODE_BOM = "\ufeff"
NO_BREAK_SPACE = "\u00a0"
Expand Down

0 comments on commit 36abe33

Please sign in to comment.