- Maybe fix crash upon autolock activating
- Miscellaneous dependency crate updates
- 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
- Add support for Bitwarden's new item-specific encryption keys (#363)
- Improvements to secret memory handling
- Miscellaneous dependency crate updates
- 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
- Fix logins to Bitwarden Cloud (bot detection once again seemed to be unhappy)
- Fixed Argon2 not working with Bitwarden servers
- Dependency crate updates, including some security fixes
- 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
- Dependency crate updates
- Added Wayland clipboard support on Linux (#38)
- Dependency crate updates
- Fixed collection list not being scrollable (#224)
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.
- 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
- Fix prelogin failing with Vaultwarden
- Dependency crate updates for security fixes
- Zeroize password after login form submit (wipe it from memory)
- Add support for Argon2 KDF (#147)
- Dependency crate updates
- Dependency crate updates
- Search field is now cleared when it's focused with
/
- 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
- 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
- Fix first row being hidden after unlocking (#8)
- Fix org emoji not shown with all terminal widths (#9)
- Added version flag (#11)
- Initial (versioned) release