Skip to content

Commit

Permalink
Bump to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Mar 12, 2024
1 parent a8850b1 commit 89f96da
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# 2.6.3

## General

- Add `text-wrap: pretty` to `core.css` template

- Rewrite testing framework to make it easier to write and organize tests. Thanks to Vince Rice

- Improve Flesch-Kincaid reading ease calculation when dealing with freeform poetry. Thanks to Robin Whittleton

- Update metadata file to list WCAG 2.2 compliance. Thanks to Robin Whittleton

## se build

- Allow `ace` to output messages that don't include HTML

- Remove MathML metadata in compatible builds. Thanks to Robin Whittleton

- Fix MathML generation on Macs by bundling `geckodriver`. Thanks to Robin Whittleton

## se create-draft

- Add `--verbose` flag. Thanks to Robin Whittleton

## se find-unusual-characters

- Show code point in output

## se lint

- Improve s-007

- Improve s-011

- Improve y-005

- Improve y-006

- Improve y-013

- Merge and reogranize several codes. Thanks to Vince Rice

- Remove some xpath redundancies. Thanks to Vince Rice

- Add m-077, MathML found in ebook but missing metadata. Thanks to Robin Whittleton

## se modernize-spelling

- Various additions

# 2.6.2

## General
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.6.2"
VERSION = "2.6.3"
MESSAGE_INDENT = " "
UNICODE_BOM = "\ufeff"
NO_BREAK_SPACE = "\u00a0"
Expand Down

0 comments on commit 89f96da

Please sign in to comment.