Skip to content

Releases: dani-garcia/vaultwarden

1.3.0

13 Oct 15:19
e061462
Compare
Choose a tag to compare
  • Implemented simple admin panel (invite/delete users) as an organization. Read the Configure server administrator section of the README for more info.
  • Add WEBSOCKET_ADDRESS config option
  • Updated docker web vault to 2.4.0
  • Add dockerfile for aarch64
  • Updated dependencies
  • Bug fixes

1.2.0

23 Sep 15:47
2bb6482
Compare
Choose a tag to compare
  • Partial support for websockets notifications (Go to README for instructions)
  • Fixed compilation error with OpenSSL 1.1.1
  • Return default prelogin values when the user doesn't exist
  • Updated docker web vault to 2.3.0
  • Implemented client KDF iterations change
  • Updated dependencies

1.1.0

13 Sep 13:55
924e4a1
Compare
Choose a tag to compare

Well, this is a big one. Here are all the changes:

  • Display password hints directly on the web, as long as SMTP is not in use. Can be disabled setting INVITATIONS_ALLOWED to false
  • SMTP integration, for now only for sending password hints
  • Musl docker image
  • ARMv7 docker image
  • Travis CI integration
  • Basic support for KDF prelogin and notification negotiation
  • Add IP and username to failed login attempts
  • Support passsword history
  • Updated web-vault to 2.2
  • Cipher import in organizations

1.0.0

21 Aug 20:42
1c57c9d
Compare
Choose a tag to compare
  • Updated included web vault to version 2.1.1
  • Updated dependencies
  • Implemented share selected ciphers
  • Updated user revision date on changes, to make sync work

0.13.0

21 Aug 20:34
bd20d87
Compare
Choose a tag to compare
  • Implemented password hint
  • Fixed user revision date
  • Improved documentation

0.12.0

31 Jul 18:10
56b3afa
Compare
Choose a tag to compare
  • Added missing attachment APIs
  • Used WAL journal mode in SQLite to improve concurrency

0.11.0

18 Jul 12:10
48e69ce
Compare
Choose a tag to compare
  • Hide organization stuff to unconfirmed users
  • Update the links to the Arch package
  • Set a default of 10 workers in Rocket, to avoid poor performance in some situations
  • Return 404 when a web vault file isn't found

0.10.0

13 Jul 14:07
Compare
Choose a tag to compare

Implemented U2F authentication