Skip to content

Releases: lb803/access-aide

Add Support for Calibre 6

06 Apr 15:48
Compare
Choose a tag to compare

Calibre 6 now supported.

Full Changelog: v0.1.14...v0.1.15

v0.1.14

27 Mar 10:17
Compare
Choose a tag to compare

Minor change

  • add lang declaration to the node in the content.opf file

Full Changelog: v0.1.13...v0.1.14

Minor improvements

20 Oct 11:01
Compare
Choose a tag to compare

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

16 Mar 21:21
Compare
Choose a tag to compare

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.

09 Mar 13:38
Compare
Choose a tag to compare

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

25 Feb 12:08
Compare
Choose a tag to compare

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

24 Feb 17:12
Compare
Choose a tag to compare

Added special rules to handle aria roles in <a> and <img> tags.

Bugfixes

08 Feb 10:43
Compare
Choose a tag to compare

A few minor bugfixes:

  • Fixed a bug which prevented multiple Access Modes to be added to the OPF file;
  • Added a check to make sure the work file is an epub (and not, for example, awz3 which Access Aide can't work with).

Enable epub:type overloading

08 Feb 10:49
Compare
Choose a tag to compare

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

08 Feb 10:51
Compare
Choose a tag to compare

Fixed two python 3 compatibility issues which prevented Access Aide from running correctly in Calibre 5.