Skip to content

v1.1.2

Choose a tag to compare

@monickerd monickerd released this 15 Jun 05:33
· 4 commits to master since this release
Immutable release. Only release title and notes can be modified.

Bug fixes & improvements

Upload

  • Fixed a spurious 401 error toast when resuming a large upload after session expiry — the resume HEAD request now retries with a refreshed token (same behavior as PATCH chunks)
  • Fixed bulk upload file count tracking: progress counter now correctly accounts for files that fail early (encryption key mismatch) and for the normal completion path
  • Partial uploads are now automatically resumed when the same file is re-dropped onto the upload area, rather than starting a duplicate upload

Account Activity

  • Login events (OPAQUE, LDAP, OIDC) now display as "Logged in" / "Login failed" instead of raw event type strings
  • Browser/user-agent is now shown in the event detail modal, making it easier to spot logins from unfamiliar devices

Dependencies & security

  • Upgraded PyO3 0.24 → 0.29.0 (resolves Dependabot high and medium severity alerts)