Skip to content

Releases: Dashlane/dashlane-cli

v6.2436.0

05 Sep 09:28
b12aefe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2432.0...v6.2436.0

v6.2432.0

09 Aug 12:55
6bf6b21
Compare
Choose a tag to compare

What's Changed

  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #266
  • (Feature) Allow user-device and team-device auth for calls through secure tunnel by @jomi-se in #268
  • Add Slack integration and nudges logs to audit-logs.mdx by @tzhuo in #271
  • Adding new log category "nudges" to audit-logs.mdx by @tzhuo in #273
  • (Feature) Get team audit logs through secure tunnel by @jomi-se in #274

New Contributors

Full Changelog: v6.2424.2...v6.2432.0

v6.2424.2

13 Jun 13:46
6f467b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2424.1...v6.2424.2

v6.2424.1

10 Jun 14:21
1df0c61
Compare
Choose a tag to compare

What's Changed

  • Update findVaultContent function to prevent issues when dcli inject handles multiple references by @atranson in #260
  • Fix lint CI trigger by @Mikescops in #261

New Contributors

Full Changelog: v6.2424.0...v6.2424.1

v6.2424.0

10 Jun 13:16
3858cf8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2421.0...v6.2424.0

v6.2421.0

20 May 10:41
c377153
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2416.0...v6.2421.0

v6.2416.0

19 Apr 12:17
586ea01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2415.0...v6.2416.0

v6.2415.0

08 Apr 10:41
0d354e3
Compare
Choose a tag to compare

Breaking Changes

  • Implement user presence verification with biometrics by @Mikescops in #231
    🚫 In order to use this feature you need to logout and login again (the database model was changed).
    ✅ If you don't plan to use it, no actions needed.

What's Changed

New Contributors

Full Changelog: v6.2412.0...v6.2415.0

v6.2412.0

22 Mar 14:26
5e9b144
Compare
Choose a tag to compare

Breaking Changes

  • Merge otp command with password by @Mikescops in #217
    Previously:

    dcli otp [filters]

    Now:

    dcli password -f otp mywebsite
  • Migrate to new team device keys format by @Mikescops in #218
    If you are using the CLI for fetching team information like audit logs or team members, you will have to register new team credentials to get the latest key format.

    We went from:

    export DASHLANE_TEAM_UUID=08a48d4f-[..redacted..]-fba9193d968c
    export DASHLANE_TEAM_ACCESS_KEY=f56[..redacted..]56ce
    export DASHLANE_TEAM_SECRET_KEY=839c9[..redacted..]3ada5

    To:

    export DASHLANE_TEAM_DEVICE_KEYS=dlt_[deviceAccessKey]_[payload]

    You can read more on our dedicated documentation:

  • Migrate to service device keys format by @Mikescops in #220
    If you are using the CLI for non-interactive environments, you will have to register new devices to get the latest key format.

    We went from:

    export DASHLANE_DEVICE_ACCESS_KEY=bdd5[..redacted..]6eb
    export DASHLANE_DEVICE_SECRET_KEY=99f7d9bd547c0[..redacted..]c93fa2118cdf7e3d0
    export DASHLANE_LOGIN=email@domain.com
    export DASHLANE_MASTER_PASSWORD=<insert your master password here>

    To:

    export DASHLANE_SERVICE_DEVICE_KEYS=dls_[deviceAccessKey]_[payload]

    You can read more on our dedicated documentation:

Other changes

New Contributors

Full Changelog: v6.2405.0...v6.2412.0

v6.2405.0

02 Feb 11:28
f09bcb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.2...v6.2405.0