Gopass Ui Versions Save

gopass CLI + UI = visual cross-platform password manager for teams

v0.8.0

2 years ago

This update primarily consists of dependency updates so that the underlying Chrome browser is updated to a version that contains latest security patches.

Features 💰 none

Bugs fixed 🐛

  • Issue with editing existing secrets (#72 thanks to @jraygauthier)
  • Note by 2021-09-29: binaries were re-uploaded with variant that fixes a problem with opening the global search window. If you had trouble with that, please do a re-download.

Security updates 🔐

  • Migrated from Electron 7 to 13 (Chromium 78 to 91)
  • Lots of other dependency updates

v0.7.0

4 years ago

This update was fuelled by issue reports and the first pull requests that reached Gopass UI 🙌 Thanks for your efforts! We're happy to see that people use it.

Features 💰

  • Secret values are now hidden per default and can be shown and hidden again via a button below (#41)
  • Application icon is now monochromic to look appealing in both light and dark mode (#39)

Bugs fixed 🐛

  • Special characters in secret names and values are not a problem anymore (#49)
  • Editing and deletion mode was not canceled when switching between secrets (#48)

Security updates 🔐

  • Migrated from Electron 5 to 7, so that Chromium 78 instead of 73 is now used under the hood

v0.6.0

4 years ago

We're happy to release this new version. It primarily addresses issues that were reported by the community. Thanks for reporting them and using Gopass UI! (In case you're wondering: please don't ask about v0.5.0, it went lost before the first coffee has been drunk.)

Features 💰

  • Create and edit secrets with multiple lines of text no matter of their format (e.g. gopass create creates YAML like values). Fixes #29, #28
  • The tree on the left side will now update in case secrets are added or deleted and also preserve its toggled nodes. Fixes #24
  • Show secret values also if "safecontent" option is enabled. Fixes #30

Bugs fixed 🐞

  • Password health does now give output if no password-like secrets were found to analyse. Fixes #34
  • Closing the explorer and opening it again from the tray icon throws an error alert. Fixes #31

v0.4.0

5 years ago

This release adds about 100 fresh commits to the project. See what features, changes in documentation and technical improvements they bring:

Features 💰

  • Environment test: verify that gopass and GPG setup works and Gopass UI can access it 🚦
  • Add new secrets: including password generator and strength indication ➕
  • Edit secret functionality on secret-detail-page ✏️
  • Delete secret functionality on secret-detail-page 🗑
  • Loading indicator on secret-detail-page ⏲

Documentation ✍️

Technical improvements 🛠

  • Implemented security recommendations of Electron 🛡
  • No more global state handling, got rid of Redux dependencies. Switching to pure functions and React Hooks where possible 🎉
  • Upgrade Electron from 2.0.0 to latest version 5.0.0, meaning we upgraded from Chromium 61.x up to Chromium 73.x – it was about time 💥
  • CI pipeline using TravisCI 🚢
  • Portage package available via emerge on Gentoo, thanks to @danielcb 🙌

Try it out, have fun and please provide us your feedback. You are always welcome in the Github issues.

v0.3.0

5 years ago

This release introduces the following features:

  • Enhanced password detection in secrets
  • Password strength indicator according to some password best practises
  • Overall password health page: score of all passwords and listed potential for improvement
  • Secret history pagination and better formatting
  • Small general improvements and stylings

v0.2.0

5 years ago
  • use custom notifications instead of alert()
  • extend homepage
  • remove not working add and edit page
  • also build ".deb" app

v0.1.0

5 years ago

Initial Release