Skip to content

Releases: luryus/wden

0.8.1

11 Sep 04:09
Compare
Choose a tag to compare
  • Fixed collection list not being scrollable (#224)

0.8.0

21 Aug 17:55
Compare
Choose a tag to compare

Server configuration changes

Wden now supports easier Bitwarden cloud server configuration. The new flag --bitwarden-cloud-region <region> should now be used instead of the vault.bitwarden.com server URL.

All changes

  • Add support for configuring separate API and identity server urls (#221)
  • Make selecting Bitwarden US/EU region servers easier (#221)
  • Pretty-print profile list as a table using tabled (#221)
  • Change configuration file format (support the separate API/identity URLs), automatically migrate files into the new format (#221)
  • Dependency crate updates

0.7.1

25 Mar 07:04
Compare
Choose a tag to compare
  • Fix prelogin failing with Vaultwarden
  • Dependency crate updates for security fixes

0.7.0

18 Feb 10:39
Compare
Choose a tag to compare
  • Zeroize password after login form submit (wipe it from memory)
  • Add support for Argon2 KDF (#147)
  • Dependency crate updates

0.6.0

08 Jan 17:34
Compare
Choose a tag to compare
  • Dependency crate updates
  • Search field is now cleared when it's focused with /

0.5.0

29 Jul 18:17
Compare
Choose a tag to compare
  • Add --allow-invalid-certs option for allowing connections with invalid and untrusted certificates.
  • Add support for bypassing CAPTCHA checks with personal api keys
  • Fix vault loading failing if user name is not set in the profile details
  • Add a hidden option --always-refresh-token-on-sync for making testing easier

0.4.0

03 Jun 17:35
Compare
Choose a tag to compare
  • Collection filtering support
  • New theme (UI colors)
  • Upgrade all RustCrypto crates
  • Other crate updates (and Github dependabot integration helping with future updates)
  • Support showing identity item details
  • Enable gzip in http requests
  • A lot of internal refactoring

0.3.1

07 Mar 18:12
Compare
Choose a tag to compare
  • Fix first row being hidden after unlocking (#8)
  • Fix org emoji not shown with all terminal widths (#9)

0.3.0

06 Mar 15:06
Compare
Choose a tag to compare
  • Added version flag (#11)

v0.2.0

05 Mar 11:23
Compare
Choose a tag to compare
Add changelog and release things

#7