From 42143f969099970f1d803bc7a7438787344d7eea Mon Sep 17 00:00:00 2001 From: David Tejada Date: Wed, 11 May 2022 14:05:55 +0200 Subject: [PATCH] Release v0.1.6 --- CHANGELOG.md | 10 ++++++++++ src/manifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4b2b68..b887d9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the Rango extension will be documented in this file. +## [0.1.6](https://github.com/david-tejada/rango/releases/tag/v0.1.6) - 2022-05-11 + +### Changed + +- Now `hints toggle` works in already opened tabs + +### Fixed + +- Fix regression with `hints toggle` not working globally + ## [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) diff --git a/src/manifest.json b/src/manifest.json index 3672a087..df1decf8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.1.5", + "version": "0.1.6", "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,