From 394f753bf59a3cb0956c7bedc728b665913e6897 Mon Sep 17 00:00:00 2001 From: David Tejada Date: Fri, 24 Feb 2023 08:48:18 +0100 Subject: [PATCH] Update manifest and changelog for v0.3.4 --- CHANGELOG.md | 6 ++++++ src/mv2-safari/manifest.json | 2 +- src/mv2/manifest.json | 2 +- src/mv3/manifest.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901e388c..c219a5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the Rango extension will be documented in this file. +## [0.3.4](https://github.com/david-tejada/rango/releases/tag/v0.3.4) - 2023-02-24 + +### Fixed + +- Fix regression with not being able to type one or two characters when there is no content script + ## [0.3.3](https://github.com/david-tejada/rango/releases/tag/v0.3.3) - 2023-02-22 ### Fixed diff --git a/src/mv2-safari/manifest.json b/src/mv2-safari/manifest.json index def45b44..8910a188 100644 --- a/src/mv2-safari/manifest.json +++ b/src/mv2-safari/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.3.3", + "version": "0.3.4", "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, diff --git a/src/mv2/manifest.json b/src/mv2/manifest.json index a6c9c70f..3c192220 100644 --- a/src/mv2/manifest.json +++ b/src/mv2/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.3.3", + "version": "0.3.4", "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, diff --git a/src/mv3/manifest.json b/src/mv3/manifest.json index 5fa4b211..2011bac2 100644 --- a/src/mv3/manifest.json +++ b/src/mv3/manifest.json @@ -1,6 +1,6 @@ { "name": "Rango", - "version": "0.3.3", + "version": "0.3.4", "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,