Skip to content

2.0.1

Compare
Choose a tag to compare
@robinmoisson robinmoisson released this 10 Feb 19:04

Breaking changes

  1. The password_template now requires a {salt} variable to be injected at encryption time, which will break old templates. If you are using a custom template, you should update it to get the new decryption logic.

  2. The default is now to include a "Remember me" checkbox on the password box. If you don't want this (see discussion in #124 and #120), you need to disable it explicitely on the CLI by including the --noremember flag.

Changelog

  • add "Remember me" button with option on the CLI, optional expiration, salted + hashed password stored in localStorage
  • add parameters in CLI and website to change all text on the default password template
  • update yargs
  • update README with contributing info

PR: #124