diff --git a/website/config.toml b/website/config.toml index 05922e83..9009a1a8 100644 --- a/website/config.toml +++ b/website/config.toml @@ -6,4 +6,4 @@ theme = "daisy" publishDir = "site" [params] - description = "**[Ace](/ace)**, an accessibility checker for EPUB! A **[DAISY Consortium](http://daisy.org)** project. Latest version: v1.1.1" + description = "**[Ace](/ace)**, an accessibility checker for EPUB! A **[DAISY Consortium](http://daisy.org)** project. Latest version: v1.1.1 (and v1.2.0 'beta')" diff --git a/website/content/_index.md b/website/content/_index.md index ae59b580..6e38667c 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -6,6 +6,6 @@ Ace, the Accessibility Checker for EPUB, is a tool developed by the [DAISY Conso Read more about the Ace project on [Inclusive Publishing](http://inclusivepublishing.org/ace). -Latest version: v1.1.1. +Latest version: v1.1.1 (and v1.2.0 'beta'). _Note: the Ace by DAISY "desktop application" (as known as the Ace App) is a software project based on the Ace core components. For more information, please [visit this page]({{}})._ \ No newline at end of file diff --git a/website/content/getting-started/ace-app.md b/website/content/getting-started/ace-app.md index 2685bbb9..2e50bfc8 100644 --- a/website/content/getting-started/ace-app.md +++ b/website/content/getting-started/ace-app.md @@ -9,15 +9,15 @@ Ace by DAISY App is the official graphical user interface for the EPUB accessibi ## Where can I download the Ace App? -The latest version of the Ace App is 1.1.1. The application installers are distributed via the GitHub development website. Here are convenient download links: +The latest version of the Ace App is 1.1.2. The application installers are distributed via the GitHub development website. Here are convenient download links: -* **MacOS**: download the [DMG file](https://github.com/daisy/ace-gui/releases/download/v1.1.1/Ace.by.DAISY-1.1.1.dmg), open it, and drag the `Ace by DAISY.app` file into your Applications folder. -* **Windows**: download the [NSIS installer](https://github.com/daisy/ace-gui/releases/download/v1.1.1/Ace.by.DAISY.Setup.1.1.1.exe), and follow the step-by-step instructions. -* **Linux**: download the [AppImage file](https://github.com/daisy/ace-gui/releases/download/v1.1.1/Ace.by.DAISY-1.1.1.AppImage), and double-click the icon to immediately start using the application. Alternatively, you may download the [Debian package](https://github.com/daisy/ace-gui/releases/download/v1.1.1/ace-gui_1.1.1_amd64.deb) to install the app via your package manager (e.g. `sudo apt install ace-gui_1.1.1_amd64.deb`). +* **MacOS**: download the [DMG file](https://github.com/daisy/ace-gui/releases/download/v1.1.2/Ace.by.DAISY-1.1.2.dmg), open it, and drag the `Ace by DAISY.app` file into your Applications folder. +* **Windows**: download the [NSIS installer](https://github.com/daisy/ace-gui/releases/download/v1.1.2/Ace.by.DAISY.Setup.1.1.2.exe), and follow the step-by-step instructions. +* **Linux**: download the [AppImage file](https://github.com/daisy/ace-gui/releases/download/v1.1.2/Ace.by.DAISY-1.1.2.AppImage), and double-click the icon to immediately start using the application. Alternatively, you may download the [Debian package](https://github.com/daisy/ace-gui/releases/download/v1.1.2/ace-gui_1.1.2_amd64.deb) to install the app via your package manager (e.g. `sudo apt install ace-gui_1.1.2_amd64.deb`). ## How can I obtain further information? -Please read the [full release notes](https://github.com/daisy/ace-gui/releases/tag/v1.1.1) at the GitHub development website. +Please read the [full release notes](https://github.com/daisy/ace-gui/releases/tag/v1.1.2) at the GitHub development website. You may also take a look at the project's main [README page](https://github.com/daisy/ace-gui/blob/master/README.md). diff --git a/website/content/getting-started/installation.md b/website/content/getting-started/installation.md index d83b1427..32dd041d 100644 --- a/website/content/getting-started/installation.md +++ b/website/content/getting-started/installation.md @@ -37,4 +37,6 @@ sudo npm install -g @daisy/ace --unsafe-perm=true --allow-root Note that the extra arguments are required to delegate the super-user permissions to the bundled Chromium installer. Please refer to the [troubleshooting section]({{}}) if you face any issues during the installation. As always, [we welcome any feedback or suggestion]({{}}) to improve our tool or its documentation! -{{% /note %}} \ No newline at end of file +{{% /note %}} + +Note that the 'beta' version is published with the ["next" NPM tag](https://www.npmjs.com/package/@daisy/ace/v/next), so can be installed with `npm install @daisy/ace@next -g`.