Skip to content

Commit

Permalink
chore(doc): Ace App version bump, and added info about Ace beta
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed May 8, 2020
1 parent 5178504 commit a6fbed4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
2 changes: 1 addition & 1 deletion website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<relref "getting-started/ace-app.md">}})._
10 changes: 5 additions & 5 deletions website/content/getting-started/ace-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 3 additions & 1 deletion website/content/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<relref "help/troubleshooting.md">}}) if you face any issues during the installation. As always, [we welcome any feedback or suggestion]({{<relref "help/troubleshooting.md">}}) to improve our tool or its documentation!
{{% /note %}}
{{% /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`.

0 comments on commit a6fbed4

Please sign in to comment.