Skip to content

Commit

Permalink
Update changelog and manifest for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed Jan 30, 2023
1 parent 63f54fc commit 68ee538
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

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

### Changed

- Change scroll command behavior to follow the user's reduced motion settings.
- Modify the command to delete the contents of a field so that the user is able to undo it.

### Added

- Make links inside contenteditable open in a new tab.

### Fixed

- Fix some hints displaying even after disabling them with `hints off`

## [0.3.0](https://github.com/david-tejada/rango/releases/tag/v0.3.0) - 2023-01-27

### 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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"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 68ee538

Please sign in to comment.