Skip to content

Commit

Permalink
Update changelog and manifest for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed Aug 24, 2022
1 parent a688e71 commit 4ae10d4
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.2.2](https://github.com/david-tejada/rango/releases/tag/v0.2.2) - 2022-08-24

### Changed

- Avoid direct clicking if the user is in the address bar or in the devtools
- Most hint commands now accept multiple targets, including direct clicking.

### Added

- Added command `tab split` to move current tab to new window.
- Added command `tab back` to switch between the two most recent tabs.
- Added detection of more clickable elements using attribute "jsaction" and style "cursor: pointer".

## [0.2.1](https://github.com/david-tejada/rango/releases/tag/v0.2.1) - 2022-07-04

### 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.2.1",
"version": "0.2.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.2.1",
"version": "0.2.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.2.1",
"version": "0.2.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 4ae10d4

Please sign in to comment.