Releases: lb803/access-aide
Add Support for Calibre 6
Calibre 6 now supported.
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Minor change
- add lang declaration to the node in the content.opf file
Full Changelog: v0.1.13...v0.1.14
Minor improvements
Changes:
- Bug fixes;
- The conf dialogue is now displayed at runtime (so prefs can be tailored on the book at hand);
- Streamlined conf dialogue window.
Full Changelog: v0.1.12...v0.1.13
dcterms:conformsTo and schema:accessibilityFeature metadata improvements
The plugin is now abole to insert dcterms:conformsTo data.
The schema:accessibilityFeature field has been updated to:
- Allow multiple values;
- Benefit from values completition to ensure correct spelling/case.
What's Changed
- added accessibilityHazard support by @lb803 in #8
- Add Heuristic Tools by @lb803 in #11
- Add a11y metadata and fix minor bugs by @lb803 in #12
Full Changelog: v0.1.11...v0.1.12
Added a11y metadata declarations and fixed minor bugs.
The plugin is now able to insert:
- a11y:certifiedBy;
- a11y:certifierCredential;
- a11y:certifierReport.
Full Changelog: v0.1.10...v0.1.11
Added (optional) heuristic processing tools
Added (optional) heuristic processing tools.
Specifically:
- Added a way to improve the textual content of the
<title>
tag in the header, provided that the page has an<h1>
node; - Added a way to add the corresponding epub:type to footnotes and the aria role to the reference (backlink). This assumes that the ebook has been produced with InDesign.
Full Changelog: v0.1.9...v0.1.10
Added tag exceptions
Added special rules to handle aria roles in <a>
and <img>
tags.
Bugfixes
Enable epub:type overloading
Starting from this release, Access Aide is able to parse one or more values of the epub:type attribute (overloading) when separated by a space (source).
Minor UI improvement: display changes in the UI after Access Aide is run.
Calibre 5 compatibility
Fixed two python 3 compatibility issues which prevented Access Aide from running correctly in Calibre 5.