diff --git a/CHANGELOG.md b/CHANGELOG.md index 639c4e6..94c8fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ - [Windows: Application menus aren't keyboard accessible](https://github.com/ThePacielloGroup/CCAe/issues/49) - [Windows: Changing slider values is not announced in NVDA](https://github.com/ThePacielloGroup/CCAe/issues/37) +## [v3.2.1](https://github.com/ThePacielloGroup/CCAe/tree/v3.2.1) (2023-03-14) + +[Full Changelog](https://github.com/ThePacielloGroup/CCAe/compare/v3.2.0...v3.2.1) + +- Polish translation [\#263](https://github.com/ThePacielloGroup/CCAe/issues/263) +- Russian translation [\#286](https://github.com/ThePacielloGroup/CCAe/pull/286) +- French translation [\#285](https://github.com/ThePacielloGroup/CCAe/pull/285) +- Glitches in the Preferences [\#280](https://github.com/ThePacielloGroup/CCAe/issues/280) +- Color Contrast Ratio not updated correctly [\#277](https://github.com/ThePacielloGroup/CCAe/issues/277) +- Preferences \> "Color Picker type" without options to choose [\#272](https://github.com/ThePacielloGroup/CCAe/issues/272) +- CCA 3.2.0 - Specific colour value not giving correct ratio [\#269](https://github.com/ThePacielloGroup/CCAe/issues/269) +- Window "About CCA \(F1\)" opens links with attr "\_self" instead of "\_blank" [\#260](https://github.com/ThePacielloGroup/CCAe/issues/260) +- Always on Top = Off setting does not work on app launch [\#254](https://github.com/ThePacielloGroup/CCAe/issues/254) +- Contrast ratio not updated for certain colour values [\#287](https://github.com/ThePacielloGroup/CCAe/issues/287) +- Version number is missing in the About window [\#255](https://github.com/ThePacielloGroup/CCAe/issues/255) + ## [v3.2.0](https://github.com/ThePacielloGroup/CCAe/tree/v3.2.0) (2022-05-09) [Full Changelog](https://github.com/ThePacielloGroup/CCAe/compare/v3.1.4...v3.2.0) @@ -175,6 +191,3 @@ - [Explicitly set a styled focus indication outline](https://github.com/ThePacielloGroup/CCAe/commit/ea0a06bb730dc867b3300036434728bc4e0dccb6) - [Expose the example SVG icon as an image with relevant alternative text](https://github.com/ThePacielloGroup/CCAe/commit/0f75d9fbd69bd01d0effc12d1998221024f4e1d5) - [Give foreground/background free value entry fields more sensible aria-label](https://github.com/ThePacielloGroup/CCAe/commit/1dfea9435b0c982104f0f1390cc295b0f8f560ed) - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/package.json b/package.json index b7f2217..93b6dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CCA", - "version": "3.2.0", + "version": "3.2.1", "description": "Colour Contrast Analyser (CCA)", "main": "src/main.js", "private": true,