Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Harböck <patrick.harboeck@tngtech.com>
  • Loading branch information
Pharb authored and martinhoefling committed Dec 31, 2018
1 parent 19bf855 commit de0c3ff
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
## 0.5.0 / 2018-12-31

* Support filling in basic auth credentials (can be turned off in settings) (#99)
* Add button to open URL of entry in new tab (shortcut Ctrl+Click) (#71)
* Add feedback when saving a new secret (#84)
* Add saving indicator to settings (#61)
* Support frames similar to iframes (#77)
* Fix missing values after input events (#92)
* Document keyboard shortcut in "Usage Hints" (#80)

## 0.4.0 / 2018-06-16

* Detail view and buttons for copy
* Credentials are now inserted via background script to prevent closing via pinentry
* Tests added for most parts of the code

## 0.3.0 / 2018-05-3
## 0.3.0 / 2018-05-03

* Fix focused case for iframes
* Fix focus of search field on firefox on open
Expand Down
4 changes: 2 additions & 2 deletions manifests/chrome-manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"manifest_version": 2,
"short_name": "gopassbridge",
"name": "Gopass Bridge",
"version": "0.4.0",
"version": "0.5.0",
"description": "__MSG_extensionDescription__",
"author": "Martin Hoefling",
"homepage_url": "https://github.com/martinhoefling/gopassbridge",
"homepage_url": "https://github.com/gopasspw/gopassbridge",
"incognito": "split",

"icons": {
Expand Down
4 changes: 2 additions & 2 deletions manifests/chrome-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"manifest_version": 2,
"short_name": "gopassbridge",
"name": "Gopass Bridge",
"version": "0.4.0",
"version": "0.5.0",
"description": "__MSG_extensionDescription__",
"author": "Martin Hoefling",
"homepage_url": "https://github.com/martinhoefling/gopassbridge",
"homepage_url": "https://github.com/gopasspw/gopassbridge",
"incognito": "split",

"icons": {
Expand Down
4 changes: 2 additions & 2 deletions manifests/firefox-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"manifest_version": 2,
"short_name": "gopassbridge",
"name": "Gopass Bridge",
"version": "0.4.0",
"version": "0.5.0",
"description": "__MSG_extensionDescription__",
"author": "Martin Hoefling",
"homepage_url": "https://github.com/martinhoefling/gopassbridge",
"homepage_url": "https://github.com/gopasspw/gopassbridge",
"incognito": "spanning",

"icons": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gopassbridge",
"version": "0.3.0",
"version": "0.5.0",
"description": "Gopass Bridge allows searching and inserting login credentials from the gopass password manager",
"main": "web-extension/gopassbridge.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinhoefling/gopassbridge.git"
"url": "git+https://github.com/gopasspw/gopassbridge.git"
},
"keywords": [
"gopass",
Expand All @@ -24,9 +24,9 @@
"author": "Martin Hoefling",
"license": "MIT",
"bugs": {
"url": "https://github.com/martinhoefling/gopassbridge/issues"
"url": "https://github.com/gopasspw/gopassbridge/issues"
},
"homepage": "https://github.com/martinhoefling/gopassbridge#readme",
"homepage": "https://github.com/gopasspw/gopassbridge#readme",
"dependencies": {},
"devDependencies": {
"codecov": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion web-extension/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"description": "Text of changelog",
"placeholders": {
"url": {
"content": "https://github.com/martinhoefling/gopassbridge/blob/master/CHANGELOG.md"
"content": "https://github.com/gopasspw/gopassbridge/blob/master/CHANGELOG.md"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion web-extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"description": "Text of changelog",
"placeholders": {
"url": {
"content": "https://github.com/martinhoefling/gopassbridge/blob/master/CHANGELOG.md"
"content": "https://github.com/gopasspw/gopassbridge/blob/master/CHANGELOG.md"
}
}
},
Expand Down

0 comments on commit de0c3ff

Please sign in to comment.