Skip to content

Commit

Permalink
chore(release): website update and changelog date fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Feb 5, 2025
1 parent 1a07cdf commit 7d79908
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="1.3.3"></a>
## [1.3.3](https://github.com/daisy/ace/compare/v1.3.2...v1.3.3) (2024-02-04)
## [1.3.3](https://github.com/daisy/ace/compare/v1.3.2...v1.3.3) (2025-02-04)

### Updates:

Expand Down
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.3.2"
description = "**[Ace](/ace)**, an accessibility checker for EPUB! A **[DAISY Consortium](http://daisy.org)** project. Latest version: v1.3.3"
4 changes: 2 additions & 2 deletions 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.3.2
Latest version: v1.3.3

_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">}})._
_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.3.2. The application installers are distributed via the GitHub development website. Here are convenient download links:
The latest version of the Ace App is 1.3.3. 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.3.2/Ace.by.DAISY-1.3.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.3.2/Ace.by.DAISY.Setup.1.3.2.exe), and follow the step-by-step instructions.
* **Linux**: download the [AppImage file](https://github.com/daisy/ace-gui/releases/download/v1.3.2/Ace.by.DAISY-1.3.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.3.2/ace-gui_1.3.2_amd64.deb) to install the app via your package manager (e.g. `sudo apt install ace-gui_1.3.2_amd64.deb`).
* **MacOS**: download the [DMG file](https://github.com/daisy/ace-gui/releases/download/v1.3.3/Ace.by.DAISY-1.3.3.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.3.3/Ace.by.DAISY.Setup.1.3.3.exe), and follow the step-by-step instructions.
* **Linux**: download the [AppImage file](https://github.com/daisy/ace-gui/releases/download/v1.3.3/Ace.by.DAISY-1.3.3.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.3.3/ace-gui_1.3.3_amd64.deb) to install the app via your package manager (e.g. `sudo apt install ace-gui_1.3.3_amd64.deb`).

## How can I obtain further information?

Please read the [full release notes](https://github.com/daisy/ace-gui/releases/tag/v1.3.2) at the GitHub development website.
Please read the [full release notes](https://github.com/daisy/ace-gui/releases/tag/v1.3.3) 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
2 changes: 1 addition & 1 deletion website/content/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If everything went smoothly, you should now be able to run the `ace` command in

```
$ ace --version
1.3.2
1.3.3
```

{{% note %}}
Expand Down

0 comments on commit 7d79908

Please sign in to comment.