Skip to content

Commit

Permalink
chore(release): Ace App v1.3.2 (same version as Ace "core")
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jul 11, 2023
1 parent 990a0e8 commit 7c3b1fe
Show file tree
Hide file tree
Showing 7 changed files with 1,613 additions and 1,111 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@

Code diff since previous version:

https://github.com/daisy/ace-gui/compare/v1.3.0...master
https://github.com/daisy/ace-gui/compare/v1.3.2...master

<a name="1.3.2"></a>
# 1.3.2 (2023-07-11)

Please visit the [release page](https://github.com/daisy/ace-gui/releases/tag/v1.3.2).

<a name="1.3.1"></a>
# 1.3.1

(unreleased, skipped to align with Ace "core" versioning scheme)

<a name="1.3.0"></a>
# 1.3.0 (2023-06-05)
Expand Down
8 changes: 4 additions & 4 deletions README.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

## Latest Version

The latest version of Ace App is `v1.3.0`. Please visit the [release page](https://github.com/daisy/ace-gui/releases/tag/v1.3.0) for more information.
The latest version of Ace App is `v1.3.2`. Please visit the [release page](https://github.com/daisy/ace-gui/releases/tag/v1.3.2) for more information.

The Ace App currently features a software update notification system. Future versions may support a more sophisticated auto-update mechanism. Until then, users are prompted to download and install the latest release manually.

## Installation

* **MacOS**: download the [DMG file](https://github.com/daisy/ace-gui/releases/download/v1.3.0/Ace.by.DAISY-1.3.0.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.0/Ace.by.DAISY.Setup.1.3.0.exe), and follow the step-by-step instructions.
* **Linux**: download the [AppImage file](https://github.com/daisy/ace-gui/releases/download/v1.3.0/Ace.by.DAISY-1.3.0.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.0/ace-gui_1.3.0_amd64.deb) to install the app via your package manager (e.g. `sudo apt install ace-gui_1.3.0_amd64.deb`).
* **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`).

## Documentation

Expand Down
1 change: 1 addition & 0 deletions build/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: process.env.APPLEIDTEAM,
ascProvider: process.env.APPLEIDTEAM
});
};
22 changes: 11 additions & 11 deletions package-asar-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.1-alpha.1",
"version": "1.3.2",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
Expand All @@ -14,31 +14,31 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "^1.3.1",
"@daisy/ace-core": "^1.3.1",
"@daisy/ace-localize": "^1.3.1",
"@daisy/ace-logger": "^1.3.1",
"@daisy/epub-utils": "^1.3.1",
"@daisy/ace-axe-runner-electron": "1.3.2",
"@daisy/ace-core": "1.3.2",
"@daisy/ace-localize": "1.3.2",
"@daisy/ace-logger": "1.3.2",
"@daisy/epub-utils": "1.3.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mrmlnc/readdir-enhanced": "^2.2.1",
"about-window": "^1.15.2",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"electron-redux": "^2.0.0-alpha.9",
"electron-store": "^7.0.3",
"fs-extra": "^10.1.0",
"jszip": "^3.10.0",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-select": "^4.3.1",
"react-splitter-layout": "^4.0.0",
"redux": "^4.2.0",
"redux": "^4.2.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.0",
"redux-thunk": "^2.4.2",
"tmp": "^0.2.1",
"typeface-roboto": "^1.1.13",
"uuid": "^8.3.2",
Expand All @@ -48,6 +48,6 @@
"devtron": "^1.4.0",
"electron-devtools-installer": "^3.2.0",
"react-axe": "^3.5.4",
"redux-devtools-extension": "^2.13.9"
"redux-devtools-extension": "^2.13.9",
}
}
20 changes: 10 additions & 10 deletions package-asar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.1-alpha.1",
"version": "1.3.2",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
Expand All @@ -14,31 +14,31 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "^1.3.1",
"@daisy/ace-core": "^1.3.1",
"@daisy/ace-localize": "^1.3.1",
"@daisy/ace-logger": "^1.3.1",
"@daisy/epub-utils": "^1.3.1",
"@daisy/ace-axe-runner-electron": "1.3.2",
"@daisy/ace-core": "1.3.2",
"@daisy/ace-localize": "1.3.2",
"@daisy/ace-logger": "1.3.2",
"@daisy/epub-utils": "1.3.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mrmlnc/readdir-enhanced": "^2.2.1",
"about-window": "^1.15.2",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"electron-redux": "^2.0.0-alpha.9",
"electron-store": "^7.0.3",
"fs-extra": "^10.1.0",
"jszip": "^3.10.0",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-select": "^4.3.1",
"react-splitter-layout": "^4.0.0",
"redux": "^4.2.0",
"redux": "^4.2.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.0",
"redux-thunk": "^2.4.2",
"tmp": "^0.2.1",
"typeface-roboto": "^1.1.13",
"uuid": "^8.3.2",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-gui",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.1-alpha.1",
"version": "1.3.2",
"engines": {
"node": ">=18.0.0",
"yarn": "^1.22.0",
Expand Down Expand Up @@ -143,42 +143,42 @@
"i18n-check": "sync-i18n --files 'src/shared/l10n/locales/*.json' --primary en --languages fr es pt_BR da ja de --space 4 --finalnewline --newkeysempty"
},
"dependencies": {
"@daisy/ace-axe-runner-electron": "^1.3.1",
"@daisy/ace-core": "^1.3.1",
"@daisy/ace-localize": "^1.3.1",
"@daisy/ace-logger": "^1.3.1",
"@daisy/epub-utils": "^1.3.1",
"@daisy/ace-axe-runner-electron": "1.3.2",
"@daisy/ace-core": "1.3.2",
"@daisy/ace-localize": "1.3.2",
"@daisy/ace-logger": "1.3.2",
"@daisy/epub-utils": "1.3.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mrmlnc/readdir-enhanced": "^2.2.1",
"about-window": "^1.15.2",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"electron-redux": "^2.0.0-alpha.9",
"electron-store": "^7.0.3",
"fs-extra": "^10.1.0",
"jszip": "^3.10.0",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-select": "^4.3.1",
"react-splitter-layout": "^4.0.0",
"redux": "^4.2.0",
"redux": "^4.2.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.1",
"redux-thunk": "^2.4.2",
"tmp": "^0.2.1",
"typeface-roboto": "^1.1.13",
"uuid": "^8.3.2",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@electron/notarize": "^1.2.3",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@electron/notarize": "^2.1.0",
"@octokit/rest": "^18.12.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand All @@ -192,8 +192,8 @@
"css-loader": "^3.5.3",
"devtron": "^1.4.0",
"dotenv": "^8.2.0",
"electron": "^25.0.1",
"electron-builder": "^23.6.0",
"electron": "^25.2.0",
"electron-builder": "^24.4.0",
"electron-devtools-installer": "^3.2.0",
"file-loader": "^6.2.0",
"glob": "^7.2.0",
Expand All @@ -205,7 +205,7 @@
"react-axe": "^3.5.4",
"redux-devtools-extension": "^2.13.9",
"rimraf": "^3.0.2",
"sass": "^1.53.0",
"sass": "^1.63.6",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
Expand Down

0 comments on commit 7c3b1fe

Please sign in to comment.