1.18.0
版本发布时间: 2020-12-29 06:05:13
dani-garcia/vaultwarden最新发布版本:1.32.0(2024-08-12 03:40:35)
- Config values can now be defined in a file, use
<CONFIG_NAME>_FILE
to point to it.- For example, if you save the admin token to
/etc/bitwarden_rs/token
, you can useADMIN_TOKEN_FILE=/etc/bitwarden_rs/token
and it will read the file and set the token to it's contents.
- For example, if you save the admin token to
- Users can be enabled/disabled from the admin panel.
- Implemented manager role.
- Now the .env file parsing won't fail silently.
- Fixes to the email format and processing, added option to enable debugging via
SMTP_DEBUG
, and added options to ignore certificate issues. - The user's last active device date is shown on the admin page.
- Now cipher updates are validated when they provide a revision date, which will prevent multiple clients from overwriting each other's changes.
- Updated web vault to 2.17.1.
- Improved icon downloading in some edge cases.
- Fixed key rotation during password change.
- Make sure organization policies don't affect users that aren't a part of it or aren't confirmed.
- Make sure removing a user from an org doesn't also remove them from accessing other orgs.
- Return 404 when an icon is missing instead of a fallback, allowing the clients to use their own fallback icon.
- Add missing admin endpoints for deleting ciphers.
- Updated dependencies.