Skip to content

Commit

Permalink
Prepare release 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Harböck <[email protected]>
  • Loading branch information
Pharb authored and martinhoefling committed Jan 6, 2019
1 parent f41816e commit 898c93b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifests/chrome-manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifests/chrome-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifests/firefox-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 898c93b

Please sign in to comment.