Skip to content

Releases: luryus/wden

0.13.1

28 Dec 08:56
Compare
Choose a tag to compare
  • Maybe fix crash upon autolock activating
  • Miscellaneous dependency crate updates

0.13.0

26 Nov 15:28
Compare
Choose a tag to compare
  • Add support for signing in using Bitwarden API keys instead of just email and password. This should be a workaround for issue #366 where Bitwarden's cloud bot detection does not allow wden to log in.
  • Internal refactoring and improvements
  • Miscellaneous dependency crate updates

0.12.0

18 Aug 11:38
Compare
Choose a tag to compare
  • Add support for Bitwarden's new item-specific encryption keys (#363)
  • Improvements to secret memory handling
  • Miscellaneous dependency crate updates

0.11.0

04 Aug 13:25
Compare
Choose a tag to compare
  • Fix logins to Bitwarden Cloud, once again. This time the issue was caused by Bitwarden removing a deprecated prelogin API that wden still used.
  • Update cursive to a new version. This is a major update that should improve UI performance.
  • Improvements to secret memory handling
  • Miscellaneous dependency crate updates

0.10.3

31 May 05:02
Compare
Choose a tag to compare
  • Fix logins to Bitwarden Cloud (bot detection once again seemed to be unhappy)

0.10.2

08 Apr 17:53
Compare
Choose a tag to compare
  • Fixed Argon2 not working with Bitwarden servers

0.10.1

28 Mar 08:06
Compare
Choose a tag to compare
  • Dependency crate updates, including some security fixes

0.10.0

26 Feb 10:35
Compare
Choose a tag to compare
  • Enabled LTO and debug symbol stripping in release builds
  • Changed CI to build Linux binaries on Ubuntu 22.04. The prebuilt Linux binaries are now linked against OpenSSL 3. They should now work on recent versions of most Linux distros.
  • Dependency crate updates

0.9.1

31 Jan 19:35
Compare
Choose a tag to compare
  • Dependency crate updates

0.9.0

30 Oct 16:55
Compare
Choose a tag to compare
  • Added Wayland clipboard support on Linux (#38)
  • Dependency crate updates