Releases: buttercup/buttercup-desktop
Browser API changes, reduced Google Drive permissions
What's Changed
- Italian language update by @bovirus in #1274
- Add french translation by @quintushr in #1279
- Browser API final tweaks/fixes by @perry-mitchell in #1284
- Reduce google permissions requirement by @perry-mitchell in #1286
New Contributors
Full Changelog: v2.25.0...v2.26.0
Hardened foundation (Mac), translations
What's Changed
- Electron hardening by @perry-mitchell in #1273
- Add Portuguese Language Support by @Hawk-Root in #1272
New Contributors
- @Hawk-Root made their first contribution in #1272
Full Changelog: v2.24.4...v2.25.0
Fixes for Mac auto-launch and config migration in new installs
What's Changed
- Fix undefined config preference during migration by @Li-Pro in #1264
- Handle mac auto launch / hidden by @perry-mitchell in #1265
New Contributors
Full Changelog: v2.24.3...v2.24.4
Background launch options
What's Changed
- Upgrade background launch by @perry-mitchell in #1262
- Fix auto launch for linux by @perry-mitchell in #1263
Full Changelog: v2.23.1...v2.24.3
CVE-2023-41646, translations
What's Changed
- Fix CVE-2023-41646 by @perry-mitchell in #1259
- Update French translations by @quintushr in #1257
This update patches a security vulnerability - it's recommended that all users update to this version.
Full Changelog: v2.23.0...v2.23.1
Windows per-user install, translations improvements
What's Changed
- Modify NSIS options to allow installing Buttercup per-user by @Oxalin in #1251
- Update UI translations by @perry-mitchell in 7ccab93
- Reload main window after changing translation
New Contributors
Full Changelog: v2.22.0...v2.23.0
Biometric vault options, missing translations
What's Changed
- Update French translation by @quintushr in #1248
- Occasionally force password for biometric-enabled vaults by @macno in #1231
- Password prompt rebuild by @perry-mitchell in #1255
- Add missing Finnish translation by @perry-mitchell in 3f91de4
New Contributors
Full Changelog: v2.21.0...v2.22.0
Browser extension API (v3)
The upcoming browser extension release changes how the application works on a fundamental level, with vaults no longer being stored in the extension. After its v3 release, the extension will require the desktop application to be running for vaults to be accessible.
It is highly recommended that all those using the extension upgrade to this version as soon as possible.
This release adds support for Finnish and Japanese languages.
Empty entry title bugfix
This release addresses a UI glitch in which the vault UI would show an error when viewing the contents of a group that contains any entry without a title.
Format B saving bugfix
We've patched another regression in the saving logic for Format B vaults. The issue occurs when merging the remote vault and the local, so no saving would have occurred under this error. This release fixes this bug so that saving works normally for both formats.