- 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)
- Improve error message when gopass setup is incomplete (#139)
- Better handling for secret paths on Windows (#122)
- Add tooltips to search results (#144)
- Reduce requested web extension permissions (#145)
- Add option to append login name to gopass path during login creation (disabled by default) (#134)
- Omit "totp" from being displayed by default (#137)
- Re-upload of 0.6.0 for Firefox (#135)
- 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)
- 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)
- 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)
- 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
- Fix focused case for iframes
- Fix focus of search field on firefox on open
- Store last search and replay if host query not found
- Simplify build process by binding functions to window for testing
- Setup i18n, translate to german
- Remove module exports only required for tests on release bundling to prevent errors
- Prefer password fields with larger tabIndex. Prevents selection of decoy fields
- Prefer focused fields instead of taking the first one
- Also fill into iframes if iframes source starts with same domain
- Bugfix. Fixes missing content script injection
- Allow creating new secrets
- Bugfix if no input was found
- Ignore list for input ids to fix login in jira and aws console
- Shift + click to copy secret in clipboard
- Also partially match input ids if no input field with matching id was found
- Renamed native app to com.justwatch.gopass to comply with native messaging setup functionality in gopass
- Browser shortcut Ctrl+Shift+U added
- Improve host based search
- Settings for marking fields in blue and submit after fill