Skip to content

1.12.0

Compare
Choose a tag to compare
@doy doy released this 28 Jul 18:36
· 3 commits to main since this release

[1.12.0] - 2024-07-28

NOTE: If you were affected by issue #163 (getting messages like failed to decrypt encrypted secret: invalid mac when doing any operations on your
vault), you will need to rbw sync after upgrading in order to update your
local vault with the necessary new data.

Fixed

  • Support decrypting entries encrypted with invididual item encryption keys,
    which are now generated by default from the official Bitwarden clients.
    (#163)
  • Correctly handle lowercased and padded base32 TOTP secrets. (owl, #189)
  • Make locking agent memory to RAM optional, since it appears to not always
    be available. (#143)