Skip to content

Commit

Permalink
Merge pull request #168 from gopasspw/release-0.8.0
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
Pharb authored Aug 20, 2020
2 parents 4bcf3d5 + cd03c1c commit ef028e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Next Release

## 0.8.0 / 2020-08-20

* Copy passwords to clipboard directly via gopass, including auto-clearing of clipboard (#147)
* Prepare documentation for gopass v1.10 release (#165)
* Improve error handling for transition to separate gopass-jsonapi binary in gopass v1.10 (#166)
* Upgrade browser-polyfill.js to v0.6.0 (#162)

## 0.7.0 / 2020-03-25

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.7.0",
"version": "0.8.0",
"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.7.0",
"version": "0.8.0",
"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.7.0",
"version": "0.8.0",
"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.7.0",
"version": "0.8.0",
"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 ef028e5

Please sign in to comment.