Skip to content

Releases: Dashlane/dashlane-cli

v1.1.0

28 Feb 10:32
ffa356e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Jul 15:50
v1.0.0
b46a759
Compare
Choose a tag to compare

What's Changed

  • feat: refactor with await, add autocompletion, totp/email auth, various fixes by @PLhery in #1
  • Handle login email as variable by @Mikescops in #2
  • Improve search of specific password by @Mikescops in #3
  • fix(otp code): padStart the code with zeros by @PLhery in #4
  • Correct input arguments when performing email token verification by @jboillot in #5
  • Type transaction content of Authenticant type and fix typos by @jboillot in #6
  • Usage of command parser and refactoring of entry point by @jboillot in #8
  • feat(totp): log the totp when it's stored with the password by @PLhery in #9
  • Add Dashlane Authenticator app verification method by @Julien-Leos in #7
  • Add Master Password in OS keychain by @Julien-Leos in #10
  • chore(codestyle): add eslint and prettier by @PLhery in #11
  • Replace sqlite3 by better-sqlite3 by @jboillot in #12
  • chore(codestyle): add a precommit hook to run prettier-eslint by @PLhery in #14
  • Use Winston to log extra information by @jboillot in #13
  • Simplify search of passwords by @jboillot in #15
  • feat(cli): add otp command and --print option by @PLhery in #16
  • Feature/add secure notes support by @jboillot in #17
  • Feature/output different format by @jboillot in #18
  • Feature/Add usage of local key stored in Keychain to encrypt secrets by @jboillot in #20
  • Simplify Inquirer search among passwords and notes by @jboillot in #21
  • Add reset local data feature by @Mikescops in #23
  • Add usage of pkg to create bundles by @jboillot in #22
  • Feature/auto sync by @jboillot in #24
  • Platform/update readme license by @Mikescops in #25
  • Feature/ Allow not storing the Master Password and/or not using the OS keychain by @jboillot in #30
  • Feature/ Allow different derivation parameters by @jboillot in #29
  • CLI version might be invalid by @Mikescops in #32
  • Add output option doc by @Mikescops in #33
  • Use dedicated API keys by @Mikescops in #34
  • Add GitHub workflow to build and release bundled packages by @jboillot in #31
  • Warranty note update by @Mikescops in #35
  • Correct a bug during sync when master password was incorrect by @jboillot in #37
  • Store preference about auto-synchronization of the vault by @jboillot in #36
  • Add sample screenshot to readme by @Mikescops in #38

New Contributors

Full Changelog: https://github.com/Dashlane/dashlane-cli/commits/v1.0.0