diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f1b15..384a949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b083df5..309ee81 100644 --- a/package.json +++ b/package.json @@ -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": {