Skip to content

Commit

Permalink
Update changelog and manifest for v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed Feb 20, 2023
1 parent 4c7e11a commit faf7f5e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the Rango extension will be documented in this file.

## [0.3.2](https://github.com/david-tejada/rango/releases/tag/v0.3.2) - 2023-02-20

### Added

- Add command for focus and include blur of the current active element in dismiss.

### Fixed

- Fix some elements becoming taller when the hints are rendered.
- Fix elements not receiving focus if the page wasn't focused.
- Fix regression where clicking on anchor element with target="\_blank" is blocked by the browser.
- Fix wrong detection of duplicates when the parent is the `<label>` for the element.

## [0.3.1](https://github.com/david-tejada/rango/releases/tag/v0.3.1) - 2023-01-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/mv2-safari/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.3.1",
"version": "0.3.2",
"description": "Extension that allows you to interact with webpages using your voice and talon",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.3.1",
"version": "0.3.2",
"description": "Extension that allows you to interact with webpages using your voice and talon",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.3.1",
"version": "0.3.2",
"description": "Extension that allows you to interact with webpages using your voice and talon",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 3,
Expand Down

0 comments on commit faf7f5e

Please sign in to comment.