From 898c93bd7876314ee291a7d1d39df0d0bcd64817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Harb=C3=B6ck?= Date: Sun, 6 Jan 2019 19:39:14 +0100 Subject: [PATCH] Prepare release 0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick Harböck --- CHANGELOG.md | 6 ++++++ manifests/chrome-manifest-dev.json | 2 +- manifests/chrome-manifest.json | 2 +- manifests/firefox-manifest.json | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b328a..38f1b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 / 2019-01-06 + +* Set minimum supported browser versions to Chrome 63 and Firefox 60 (#102) +* Fix error handling and reporting when setup is not complete (#97, #93) +* Fix browser crash when jsonapi not configured (#104, #105) + ## 0.5.0 / 2018-12-31 * Support filling in basic auth credentials (can be turned off in settings) (#99) diff --git a/manifests/chrome-manifest-dev.json b/manifests/chrome-manifest-dev.json index a9a1577..7694e4a 100644 --- a/manifests/chrome-manifest-dev.json +++ b/manifests/chrome-manifest-dev.json @@ -2,7 +2,7 @@ "manifest_version": 2, "short_name": "gopassbridge", "name": "Gopass Bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_extensionDescription__", "author": "Martin Hoefling", "homepage_url": "https://github.com/gopasspw/gopassbridge", diff --git a/manifests/chrome-manifest.json b/manifests/chrome-manifest.json index fcc9c22..e2a33a4 100644 --- a/manifests/chrome-manifest.json +++ b/manifests/chrome-manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "short_name": "gopassbridge", "name": "Gopass Bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_extensionDescription__", "author": "Martin Hoefling", "homepage_url": "https://github.com/gopasspw/gopassbridge", diff --git a/manifests/firefox-manifest.json b/manifests/firefox-manifest.json index ba5b3d5..e209cac 100644 --- a/manifests/firefox-manifest.json +++ b/manifests/firefox-manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "short_name": "gopassbridge", "name": "Gopass Bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_extensionDescription__", "author": "Martin Hoefling", "homepage_url": "https://github.com/gopasspw/gopassbridge", diff --git a/package.json b/package.json index 7c479e3..81f4010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gopassbridge", - "version": "0.5.0", + "version": "0.5.1", "description": "Gopass Bridge allows searching and inserting login credentials from the gopass password manager", "main": "web-extension/gopassbridge.js", "scripts": {