Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Hoefling <[email protected]>
  • Loading branch information
martinhoefling committed Dec 29, 2019
1 parent 597a2d6 commit 3af1535
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.0 / 2019-12-29

* Do not display empty values in detail view, allow filtering (#114)
* Make urls absolute when opening them, fixes (#106)
* Add version check (currently minimum supported gopass version set to 1.8.5)
* Make default password length configurable and set to gopass default (#126)
* Add explanation how to change default shortcut (#124)

## 0.5.1 / 2019-01-06

* Set minimum supported browser versions to Chrome 63 and Firefox 60 (#102)
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.1",
"version": "0.6.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 3af1535

Please sign in to comment.