Skip to content

Ace by DAISY App v1.1.0

Compare
Choose a tag to compare
@danielweck danielweck released this 22 Apr 21:22
· 105 commits to master since this release

This is version 1.1.0 of the Ace by DAISY App, the official graphical user interface for the EPUB accessibility checker developed by the DAISY Consortium. The Ace App is available for the Windows, MacOS and Linux desktop operating systems.

Total Downloads of this version



Release Notes - Summary

Here is a list of notable changes since the previous release:

  • Major new feature: editor for accessibility metadata, with built-in validation, auto suggestions for easy input, linking into listed metadata violations, incremental workflow to edit and run Ace evaluations, and final EPUB zipping when done. Documentation: https://github.com/daisy/ace-gui/wiki/Metadata-Editor
  • Updated version of Ace (core) with notable bugfixes: incorrect accessibility metadata reporting, and validator timeout.
  • Like the MacOS app, the Windows installer is now also code-signed, which means that the security warning messages do not appear anymore when installing Ace App.
  • Updated DAISY Knowledge Base.
  • Removed the disrupting and unnecessary "check epub?" OK/CANCEL confirmation dialog, when launching the app via a command line argument, or drag-n-drop of publications onto the app icon, or "open with" from file explorer / finder, etc.
  • Fixed issues in the bottom message panel.

Known Issues

  • schema:accessibilityHazard is a required metadata in EPUB
  • the DAISY Knowledge Base URL for accessibility metadata has changed

(both issues are fixed in the automated builds available at https://github.com/daisy/ace-gui/releases )

Same as the previous release

Further Information

Documentation about the core projects (command line, HTTP interface, etc.) is available at the Ace support website. There is a dedicated subsection for Ace App.

The Inclusive Publishing hub provides useful guidance as well as higher-level marketing material.

Developers are encouraged to check the project homepage to learn more, as well as the GitHub Wiki pages.

Installation

  • MacOS: download the DMG file, open it, and drag the Ace by DAISY.app file into your Applications folder.
  • Windows: download the NSIS installer, and follow the step-by-step instructions.
  • Linux: download the AppImage file, and double-click the icon to immediately start using the application. Alternatively, you may download the Debian package to install the app via your package manager (e.g. sudo apt install ace-gui_1.1.0_amd64.deb).

Developer Notes

The source code for this ace-gui release is tagged as v1.1.0. Under the hood, the latest pre-release build of Ace is used (version v1.2.0-beta.x). The Ace App is therefore based on a special code branch of the core Ace project, which satisfies the technical requirements of the desktop graphical user interface. This branch includes an up to date version of Axe.

More information in this developer-oriented wiki page.