Skip to content

Commit

Permalink
Release v0.1.5; Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed May 10, 2022
1 parent 8022377 commit 2f1eba4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log

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

## [0.1.5](https://github.com/david-tejada/rango/releases/tag/v0.1.5) - 2022-05-10

If you update to this version remember to update [rango-talon](https://github.com/david-tejada/rango-talon)

### Added

- Rango now supports iframes!
- Added commands for changing hints size: `hint bigger` and `hint smaller`
- More ways to toggle hints on and off:
- With the shortcut `ctrl-shift-space`
- Clicking the extension button in the browser toolbar

### Changed

- Reduced displayHints timeout for added snappiness

### Fixed

- Fix hints position not being calculated properly on some pages [#8](https://github.com/david-tejada/rango/issues/8)
- Fix hints not returning to its original size after clicking
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.1.4",
"version": "0.1.5",
"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

0 comments on commit 2f1eba4

Please sign in to comment.