Buttercup Changelog

What's new in Buttercup 2.27.0

Apr 1, 2024
  • Pre-release channel support
  • Disable updates via launch args
  • Show vault title in unlock prompt
  • Update Italian language

New in Buttercup 2.26.5 (Mar 31, 2024)

  • Fix Windows signing by @perry-mitchell in 2bc706d

New in Buttercup 2.26.4 (Mar 31, 2024)

  • What's Changed:
  • Fix biometric registration by @devlanda in #1311
  • Add Dutch language by @devlanda in #1310

New in Buttercup 2.26.3 (Mar 29, 2024)

  • Fix CORS issue with browser extension by @YokiToki in #1297

New in Buttercup 2.26.2 (Mar 21, 2024)

  • WebDAV automatic digest/password auth detection.

New in Buttercup 2.26.1 (Mar 12, 2024)

  • What's Changed:
  • Update Italian language by @bovirus in #1287
  • Provide facade/source names in API by @perry-mitchell in #1289

New in Buttercup 2.26.0 (Mar 3, 2024)

  • Italian language update.
  • Add french translation.
  • Browser API final tweaks/fixes.
  • Reduce google permissions requirement.

New in Buttercup 2.25.0 (Feb 5, 2024)

  • What's Changed:
  • Electron hardening by @perry-mitchell in #1273
  • Add Portuguese Language Support by @Hawk-Root in #1272

New in Buttercup 2.24.4 (Dec 17, 2023)

  • 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 in Buttercup 2.24.3 (Dec 14, 2023)

  • Upgrade background launch by @perry-mitchell in #1262
  • Fix auto launch for linux by @perry-mitchell in #1263

New in Buttercup 2.23.1 (Dec 9, 2023)

  • Fix CVE-2023-41646 by @perry-mitchell in #1259
  • Update French translations by @quintushr in #1257

New in Buttercup 2.23.0 (Nov 29, 2023)

  • 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 in Buttercup 2.22.0 (Nov 27, 2023)

  • 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 in Buttercup 2.21.0 (Nov 5, 2023)

  • 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.

New in Buttercup 2.20.3 (Jun 3, 2023)

  • 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.

New in Buttercup 2.20.2 (May 12, 2023)

  • 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.

New in Buttercup 2.20.1 (May 12, 2023)

  • The 2.20.0 release broke unlocking for Format B vaults. This release patches that problem and makes unlock procedures for both formats a bit more robust.

New in Buttercup 2.20.0 (May 12, 2023)

  • This release fixes an issue with Google Drive vaults not saving correctly (duplicated "Untitled" files in Google Drive). These files do contain partially-valid vaults, so do not delete them if you have saved vital information there since `v2.19.0`` was released. We sincerely apologise for the inconvenience here.
  • Please note that this version changes the default vault format type to B instead of A. This is only relevant for new vaults (existing vaults continue to use their original vault format until upgraded). Format B has been supported for a longer time now - it is recommended to upgrade for performance and stability.

New in Buttercup 2.19.1 (Apr 24, 2023)

  • Some super helpful users have identified issues with Google authentication processes linked to an upgrade of our core HTTP requests library. The library was malfunctioning when making requests from Buttercup Desktop windows. This has now been patched.
  • It is possible that this also caused issues for other window-based requests, such as with Dropbox and WebDAV.

New in Buttercup 2.19.0 (Apr 18, 2023)

  • We've updated the build system to a new, but transitory configuration that will allow the desktop application to support newer module formats (including Buttercup modules with important bug fixes) whilst still supporting Electron's limitations (no ESM). As such several libraries have been upgraded that were previously off limits due to these limitations.
  • Buttercup's Dropbox client has been upgraded with a new request library for better compatibility. Our Google Drive client has also had the same upgrade, but with additional bug fixes for both shared folders and invalid token expiration response codes. Buttercup's core has also been upgraded to support these improvements.

New in Buttercup 2.18.2 (Jan 31, 2023)

  • As Google recently changed the format of their error responses for expired OAuth2 tokens, Buttercup stopped working as it was failing to detect the necessity to renew the token. This release fixes this detection while maintaining support for the old response structure: #1188.

New in Buttercup 2.18.1 (Jan 29, 2023)

  • This release fixes several issues preventing entries in Format-B vaults from being moved or deleted.

New in Buttercup 2.18.0 (Dec 21, 2022)

  • The foundational packages that make up the desktop application have been upgraded to the newest stable versions. Importers for 1Password and Bitwarden have been updated to include various bugfixes and stability improvements.

New in Buttercup 2.17.0 (Sep 1, 2022)

  • It is now possible to migrate your vaults to the "Format B" style that uses a fundamentally different structure to store your data. It's more resilient and much more efficient, which should result in faster unlock times, smaller vaults and less risk of conflicts/data-loss. It is a beta feature and is recommended only if you have backups of your vault (in the stable format) and are willing to take the risk.
  • Google Drive functionality has been updated to mitigate short authentication periods and broken re-authorisation processes.

New in Buttercup 2.16.0 (Jul 27, 2022)

  • New vault settings dialog, including backup options for individual vaults. Currently supports automatic backing up of saved vaults locally.

New in Buttercup 2.15.1 (Jul 3, 2022)

  • Tabs will now shrink instead of allowing scrolling. The scroll bar would interfere with the window size and layout on some platforms.

New in Buttercup 2.15.0 (Jun 29, 2022)

  • Vault navigation has been improved by switching from the static sidebar to drag-able tabs. Tabs also provide a right-click context menu for easier operation.
  • This release also includes a password-show feature when entering the vault password.

New in Buttercup 2.14.2 (Jan 22, 2022)

  • This release adds the ability to re-authorise Google Drive vault tokens after they completely expire, requiring you to sign in to your account again.

New in Buttercup 2.13.0 (Oct 27, 2021)

  • This release fixes the vault auto-lock feature that was only partially implemented. Vaults now automatically lock after a certain amount of time passes with no user activity.
  • A new menu item for locking all vaults has been added to the application menu.

New in Buttercup 2.12.0 (Oct 15, 2021)

  • Thanks to our contributors for adding some great quality-of-life improvements, such as the ability to Command/Ctrl+Click a URL to open it in the browser (only for Website type entries as of right now), and the ability to copy usernames (Command/Ctrl+B) and passwords (Command/Ctrl+C) when an entry is selected.
  • This release also adds support for Romanian translations within the vault explorer.

New in Buttercup 2.10.0 (Aug 6, 2021)

  • We've added additional translations: Italian, Romanian.
  • Upon entering an incorrect vault password, you will be prompted again instead of being booted from the prompt.

New in Buttercup 2.9.1 (Jun 25, 2021)

  • This release patches some issues with Dropbox, which was failing to authenticate and failing to create new vaults. An issue where new entries could be created without a parent group was also fixed.

New in Buttercup 2.9.0 (Jun 20, 2021)

  • This release updates our German translations, as well as disabling the annoying network-connectivity error when updates are looked for (upon startup).

New in Buttercup 2.8.2 (Jun 10, 2021)

  • This is a patch release that addresses an issue with the search bar not showing on Linux environments that are missing a low-level dependency. It also addresses an instability issue in the UI related to the update process.

New in Buttercup 2.8.1 (Jun 8, 2021)

  • The new entry button was broken in 2.8.0 - this release fixes the New Entry button.

New in Buttercup 2.8.0 (Jun 8, 2021)

  • 2.8.0 is a major upgrade, which boasts a new core major version, upgraded encryption system and attachments support! You can now attach files to entries by dragging and dropping them on the entry (when not in editing mode), on vault types that support attachments.

New in Buttercup 2.7.1 (May 30, 2021)

  • This release adds support for config/logging/cache location overrides via environment variables for the portable versions of Buttercup.

New in Buttercup 2.6.0 (May 30, 2021)

  • Due to popular request we've rebuilt the vault navigation in this version to allow for easier navigation between multiple vaults. Single-vault usage is just as easy, but the layout makes a little more sense and is somewhat reminiscent of V1. The initial vault-unlock page has been removed in favour of a locked-version of the vault page with the sidebar visible.

New in Buttercup 2.5.2 (May 26, 2021)

  • We've addressed some issues with application protocols in this release: Buttercup uses the buttercup protocol to register a handler on the host OS. This allows Buttercup to be notified by the browser when procedures like Google authentication is completed for accessing vaults stored on Google Drive.
  • Users running the AppImage version of Buttercup desktop should install AppImageLauncher (see our readme) for correct OS integration. Protocol registration (and reliant features, like Google authentication) will not work without it.

New in Buttercup 2.5.1 (May 23, 2021)

  • This release contains an important stability update that addresses vault merging when auto-updating in the background. Some vaults when merged would have their change addresses rewritten so that merging would break during the auto update process. It is highly recommended that all users update to this version immediately.

New in Buttercup 2.5.0 (May 18, 2021)

  • Search now automatically highlights your last query term when opening the search interface. Typing after opening will immediately replace the previous term, if one exists.
  • French translations were also updated.

New in Buttercup 2.4.0 (May 10, 2021)

  • We've added the missing Trash-empty functionality - this was a large oversight on our part, sorry about that!
  • New translations! Spanish & Catalan have been added, and German translations updated.
  • We've fixed a bug with saving empty fields, and we've aligned the reveal/hide and other field controls to the right side of the form, for easier access.

New in Buttercup 2.3.0 (Apr 30, 2021)

  • This release adds support for a command-line argument that disables the initial presentation of the primary window, which is useful for those that auto-start Buttercup upon login/boot. Start Buttercup with --no-window to disable the window - The tray icon will still appear and the daemon will run in the background.

New in Buttercup 2.2.3 (Apr 30, 2021)

  • This release addresses the Windows code-signing functionality that, until now, hasn't worked on V2. This build has had the correct signing procedure run across it to fix signing.

New in Buttercup 2.2.3 (Apr 29, 2021)

  • This release addresses the Windows code-signing functionality that, until now, hasn't worked on V2. This build has had the correct signing procedure run across it to fix signing.

New in Buttercup 2.2.2 (Apr 29, 2021)

  • This release fixes a renaming issue with Linux AppImage builds where auto updates would cause the file to change names (or rather a new file (with the version) to be installed and the old deleted).

New in Buttercup 2.2.1 (Apr 28, 2021)

  • Window positioning has been improved in this release: The last location of the vault window is now stored so that re-opening it will place it in the same location as last time. There's also a handy Reposition helper in the task-bar menu in case you lose the main window.
  • We fixed the update notification glitch that caused the notification to be shown repeatedly. It's now also possible to mute it for the current session (by closing it).

New in Buttercup 2.2.0 (Apr 17, 2021)

  • The Windows build was not signed with a current certificate - this release updates the signing certificate with a current one.

New in Buttercup 2.1.1 (Apr 14, 2021)

  • We've fixed a bug with Google Drive authentication now allowing vaults to be unlocked after some time. This is an iterative fix, and may require a follow-up patch to ensure the issue is fixed.

New in Buttercup 2.1.0 (Apr 13, 2021)

  • Thanks to our community for adding German translations.
  • Fixed a bug where text was not rendered correctly on the add-vault dialog.

New in Buttercup 2.0.1 (Apr 12, 2021)

  • We've added some new features, like biometric unlocking, daemon mode (vaults can stay unlocked when window closed) and a brand new user interface. The new UI includes dynamic entry icons, OTP (one time passwords), credit cards and more!
  • We still support much of the original functionality introduced in V1, like import/export, loading vaults via the same datasources etc.
  • V2 also supports new auto-locking functionality, such as locking after a certain time and locking once the window is closed.

New in Buttercup 2.0.0-r.5 Pre-release (Apr 8, 2021)

  • This release adds support for a more active auto-update system that periodically checks for an available update, while running. Previously this only occurred on launch.
  • Bugfixes:
  • (#983) High CPU usage for Buttercup processes (caused by About dialog bug)

New in Buttercup 2.0.0-r.4 Pre-release (Apr 5, 2021)

  • Google Drive shared files not visible
  • OTP option not visible when changing entry field types

New in Buttercup 1.20.5 (Aug 19, 2020)

  • This release fixes an important issue with Vault sizes growing very large in some cases and is recommended for all users.

New in Buttercup 1.20.4 (Jul 19, 2020)

  • Fixes Buttercup vault import errors on some vault files
  • Updates to localization

New in Buttercup 1.20.3 (Jul 12, 2020)

  • This release fixes an issue with search functionality. #927 #926

New in Buttercup 1.20.2 (Jul 12, 2020)

  • Fixes an issue where the update dialog would not show up on some platforms
  • Internal core upgrades and performance improvements.

New in Buttercup 1.20.0 (Jul 11, 2020)

  • This release enables support for My Buttercup service (currently in alpha and invite-only) and fixes other issues:
  • Fixes an issue where the update dialog would not show up on some platforms
  • Fixes several issues with the way auto updating works on Linux platforms
  • Internal core upgrades and performance improvements.

New in Buttercup 1.18.2 (Dec 31, 2019)

  • This release fixes the following issues:
  • Shows a warning when two duplicate custom keys are added #717
  • Fixes an issue where the app version wasn't visible in Help menu #866
  • Fixes Google Drive authentication issues #850

New in Buttercup 1.18.1 (Dec 5, 2019)

  • Improved Indonesian translation (#819)
  • Improved Turkish translation (#852)
  • Fixed wrong version in help menu (#845)

New in Buttercup 1.18.0 (Nov 25, 2019)

  • This release fixes two major updating issues on Windows systems (#805 & #826) that have been going on for a while.
  • Please note that you might still experience the same issues with this update like before, but that's only because the current version you're using (before 1.18) has issues with updating on Windows. But the issue will be fixed for future updates.

New in Buttercup 1.17.3 (Nov 7, 2019)

  • This release fixes an issue with Google Drive connectivity. #835

New in Buttercup 1.17.2 (Oct 22, 2019)

  • This release fixes an important issue where entries couldn't be saved to some Cloud Providers.

New in Buttercup 1.17.1 (Oct 22, 2019)

  • This release fixes an important issue with WebDAV connections (#828) and is recommended for all users that use WebDAV archives.

New in Buttercup 1.17.0 (Oct 12, 2019)

  • This release includes the following new features, fixed and improvements:
  • Google Drive support #164
  • Korean translation 🇰🇷 #809 thanks @Kayuse88
  • Add Romanian translation 🇷🇴 #774 thanks @tmanaud
  • Improved Finnish translation 🇫🇮 #785 thanks Anonymous!
  • Fix an issue where a copied password would stay in clipboard #626 thanks @lotarwalace
  • Fix an issue where it wasn't possible to select and copy a concealed password #774

New in Buttercup 1.16.2 (Jul 20, 2019)

  • This release fixes a signing issue and is recommended for all Windows users.

New in Buttercup 1.16.1 (Jul 16, 2019)

  • General security fixes and updates:
  • New Bitwarden importer #776
  • Updated German and Czech translations #757 #748
  • Added Simplified Chinese ???? translation #753

New in Buttercup 1.16.0 (Jul 12, 2019)

  • This release includes the following fixes and improvements:
  • General security fixes and updates
  • New Bitwarden importer #776
  • Updated German and Czech translations #757 #748
  • Added Simplified Chinese ???? translation #753

New in Buttercup 1.15.0 (Feb 13, 2019)

  • This release includes the following new features, fixes and Improvements:
  • We have revamped the way the password dialog works across the board #744
  • New password strength meter when setting a new password #531 #62
  • Accessibility: a tooltip for the password generator button #731
  • Disabled auto downloading of icons to mitigate security concerns, and instead icons for some popular sites are bundled with the app. #519
  • Improvements to "Warn before losing unsaved entry" feature #738 #741
  • Catalan locale #745
  • Improved French locale #737
  • Security warnings in the developer console #716

New in Buttercup 1.14.0 (Jan 2, 2019)

  • Windows Binaries are now Code-signed 🎉 #704
  • Fix an issue with displaying WebDAV urls in error dialogs #728
  • Improve click area around password generator toggle #730

New in Buttercup 1.13.0 (Dec 20, 2018)

  • This release includes the following fixes and new features:
  • Finnish localisation #722 - Thanks @ttamminen
  • Indonesian 🇮🇩 localisation #696 - Thanks @ampersanda
  • Search results group path is now displayed #701
  • Tolerate invalid RegExp patterns in search. #721
  • Prevent loss of unsaved entry when navigating away to other entries #634
  • Auto focus first search result #719
  • Other fixes and improvements

New in Buttercup 1.12.2 (Nov 29, 2018)

  • Fixed:
  • Windows secure-file-host would fail for local access

New in Buttercup 1.12.1 (Nov 29, 2018)

  • This release fixes an important issue with Browser Connectivity on Windows systems and is recommended for all Windows users. #706

New in Buttercup 1.12.0 (Nov 25, 2018)

  • This release includes the following new features, fixes and improvements:
  • Allow the Buttercup Browser Extension to access the files on your computer #678
  • Fixes an issue where moving up and down through search results wouldn't update the scroll position #687
  • Fixes an unexpected error while trying to copy the username #698
  • Selecting results from search box now expands the sidebar tree to the correct position #638

New in Buttercup 1.11.0 (Nov 8, 2018)

  • This release includes the following fixes and improvements:
  • Internal improvements and bug fixes
  • Fix an issue with macOS icon #683
  • Fix an error when saving a new entry #673
  • Add Turkish 🇹🇷 language support #674, thanks @saderi
  • Add Polish 🇵🇱 language support #685, thanks @kkreft
  • Some other locales improvements

New in Buttercup 1.10.3 (Oct 14, 2018)

  • This release fixes an important issue with Dropbox connection and is recommended for all users. #661

New in Buttercup 1.10.2 (Oct 3, 2018)

  • Adds 32 bit support to Buttercup on all platforms except macOS
  • Includes internal updates to security and overall stability

New in Buttercup 1.10.1 (Aug 26, 2018)

  • Fixes an critical UI glitch on some platforms
  • Updates French translations
  • Adds Dutch Language

New in Buttercup 1.10.0 (Aug 1, 2018)

  • This release includes the following fixes and improvements:
  • Export Buttercup data as CSV #278
  • Import from exported Buttercup data file (CSV)
  • Fix wrong order of entry properties #636

New in Buttercup 1.9.0 (Jul 27, 2018)

  • This release includes critical fixes and improvements to the general performance and stability of Buttercup and is recommended for all users.

New in Buttercup 1.8.0 (Jun 22, 2018)

  • This release includes the following fixes and improvements:
  • Prepares your archives for an upcoming and improved version of Buttercup
  • New shortcuts for creating entries (CMD/Ctrl+N) and groups (CMD/Ctrl+G) #620
  • Fixes a bug where an archive was being added multiple times #522

New in Buttercup 1.7.1 (Jun 17, 2018)

  • This release includes some updates to the Italian language (#614) and some other fixes and improvements.

New in Buttercup 1.7.0 (May 21, 2018)

  • Updated French locale #609
  • Fix Portuguese locale #601
  • Disable auto-updating on Linux and force a manual update to fix damaged files. #595 #586
  • Close the first instance instead of second instance when two instances are opened at the same time #600

New in Buttercup 1.6.2 (Apr 23, 2018)

  • Fixes an issue where the menubar icon was invisible in macOS #598
  • Fixes an issue where the menubar icon was throwing an error upon load #581
  • Fixes an issue where there was multiple menubar icons showing up in Linux #573

New in Buttercup 1.6.1 (Apr 14, 2018)

  • Fixes an issue with password generator #590
  • Improves French translation #579 #588

New in Buttercup 1.6.0 (Mar 16, 2018)

  • Fixes an important issue where changing an archive's password was causing it to stop working #575
  • New improvements to the password generator component.

New in Buttercup 1.5.2 (Mar 11, 2018)

  • Updates Buttercup Importer to latest version #572
  • Improves app menus on Windows & Linux #408

New in Buttercup 1.5.1 (Mar 2, 2018)

  • This release changes the way the tray icon behaves in different platforms and fixes it's issues on Linux. #567 #566

New in Buttercup 1.5.0 (Feb 28, 2018)

  • New Menubar/Tray mode (Find from the View menu) #444
  • Fixes an issue where Move to Groups was disabled on Linux #530
  • Hides the entries filter/search box in favor of the new global search #556
  • Improvements to the 1Password import process supporting new types #499
  • New Languages: Hungarian 🇭🇺 and Czech 🇨🇿

New in Buttercup 1.4.0 (Feb 26, 2018)

  • The new global search feature. Press Cmd+F on macOS or Ctrl+F on Windows and Linux to bring it up and search for entries across all your unlocked archives. #314 #136
  • Enforces single instance mode #544

New in Buttercup 1.3.0 (Feb 22, 2018)

  • This release includes the following new features, fixes and improvements:
  • This release changes the way that updates work and includes a brand new update screen. Updates are now only downloaded on demand and no download will happen without users knowing. #478 #416 #517
  • Remembers window position and size after relaunch #535
  • Fixes a bug when Trash group was not being emptied correctly #539
  • Fixes a bug where credentials were not being saved on window close #453

New in Buttercup 1.2.2 (Feb 19, 2018)

  • This releases fixes an important issue where Buttercup would freeze when trying to download some icons. #520

New in Buttercup 1.2.1 (Feb 16, 2018)

  • Fixes an issue where removing old archives from the sidebar would throw an error
  • New feature: Archives in sidebar are now sort-able.

New in Buttercup 1.1.0 (Feb 13, 2018)

  • Improvements to sidebar icons #511 #513
  • Sidebar icons now indicate the unlocked archives #325
  • Upgrade internal dependencies for better performance #510
  • New illustrations when an entry is not selected #508
  • Fix performance issues when there is a large list of entries #497
  • A new temporary fix for macOS High Sierra electron bug #507

New in Buttercup 1.0.1 (Feb 6, 2018)

  • Entry Icons #16
  • Lock the currently active archive using Cmd+L on macOS or Ctrl+L on Windows and Linux. #470
  • New language: Ukrainian #491

New in Buttercup 1.0.0 (Feb 6, 2018)

  • This release marks a huge milestone for us! This is the first stable release of Buttercup Desktop since September 2015 that we started this project. Before v1.0.0, we released 57 alpha and beta versions of Buttercup Desktop, 30+ amazing developers contributed to this project and we had 200k downloads.
  • This version includes the following improvements and new features:
  • Entry Icons #16
  • Lock the currently active archive using Cmd+L on macOS or Ctrl+L on Windows and Linux. #470
  • New language: Ukrainian ukraine #491

New in Buttercup 0.26.0 Beta (Feb 3, 2018)

  • Ability to change archive's password #78
  • Fixes an issue where sorting was different for lowercase and uppercase strings #476
  • Snap format for linux
  • New language: Brazilian Portuguese brazil

New in Buttercup 0.25.2 Beta (Dec 19, 2017)

  • Improved French translations #457
  • Improved import menus #458
  • Initially hide password when editing entry #456

New in Buttercup 0.25.1 Beta (Dec 19, 2017)

  • Improves Persian translation #452
  • Fixes an issue where Auto-Hide option was not available on Linux #447
  • Fixes an issue where URLs couldn't be opened in browser #440

New in Buttercup 0.24.3 Beta (Nov 19, 2017)

  • Fixes a security issue in Buttercup Core #426
  • Fixes the expand issue in sidebar's tree view #430

New in Buttercup 0.24.1 Beta (Nov 17, 2017)

  • This release fixes an important bug where typing is broken in entry form #410.

New in Buttercup 0.24.0 Beta (Nov 16, 2017)

  • French Localisation :fr: #404
  • Option to lock archives using right click #375

New in Buttercup 0.23.0 Beta (Nov 16, 2017)

  • Translations:
  • Buttercup is now i18n ready! This release adds the German and Spanish translations and makes it possible to add any other language easily.
  • Thanks to @ph1p, the first-time contributor for making this possible and also providing the German translation too. Also thanks to @multiservicio for the addition of Spanish translation. Cheers guys! Welcome to Buttercup.

New in Buttercup 0.22.3 Beta (Nov 11, 2017)

  • Fixes an unhandled error (related to updates) #389
  • Fixes a window build procedure failure #393

New in Buttercup 0.22.2 Beta (Nov 8, 2017)

  • Fixes a network error alert #384
  • New groups are made by pressing tab or focus out too #379
  • Better formatting for some errors #330

New in Buttercup 0.22.1 Beta (Oct 31, 2017)

  • This release includes the following fixes and improvements:
  • Removes Backslashes from generated passwords
  • Fixes a typo in Welcome Screen #377
  • Fixed the menu bar visibility toggle #374

New in Buttercup 0.22.0 Beta (Oct 23, 2017)

  • I/O operations are now safe. Quitting the app won't cause data loss #366
  • Remove analytics from the app completely #362
  • Add 32bit Windows Support #364
  • Improved "Check for Updates" behavior #351
  • An upgrade to Buttercup Core module

New in Buttercup 0.21.4 Beta (Oct 19, 2017)

  • Fixes an issue where an error was showing before quitting the app #352
  • Fixes an issue where double-clicking on .bcup files would not bring up the UI #358

New in Buttercup 0.21.3 Beta (Oct 18, 2017)

  • An issue with saving state in Windows systems #354
  • Auto hide menubar option was being shown to wrong OS #282

New in Buttercup 0.21.2 Beta (Oct 8, 2017)

  • An issue with sending analytics in development #348
  • Fixes a typo in view menu #347
  • Fixes conflicting shortcuts (now ⌘+Shift+B instead of ⌘+B for toggling condensed sidebar) #343

New in Buttercup 0.21.0 Beta (Sep 21, 2017)

  • This release includes several bug fixes and improvements:
  • New: Auto-hide menubar in Windows and Linux #282
  • New: Confirm password when creating a new archive #261 #35
  • Buttercup now waits for ongoing save process before quitting #221 #219
  • Fix Nextcloud 503 connection error #324
  • Fix archive list top padding in Windows and Linux #327
  • Fix error when pressing cancel in password dialog #329

New in Buttercup 0.20.0 Beta (Aug 25, 2017)

  • This release marks our entry to the Beta phase and includes several new features and improvements:
  • Shiny New UI
  • New archives sidebar to access all archives in one place
  • Hotkeys (Cmd/Ctrl + 1-9) for switching between archives
  • Archives now have colored avatars, Right click on them to change their color!
  • Fixed numerous bugs

New in Buttercup 0.18.2 Pre (Jul 20, 2017)

  • This release fixes an issue where an unhandled error was popping up on Windows systems causing Buttercup to crash.

New in Buttercup 0.18.1 Pre (Jul 19, 2017)

  • This release fixes an issue with Importing CSV archives

New in Buttercup 0.18.0 Pre (Jun 26, 2017)

  • Fixes an issue with some Webdav providers #303
  • Changes auto-update source to Github releases
  • Several internal fixes and improvements

New in Buttercup 0.17.2 Pre (Jun 9, 2017)

  • This releases fixes a regression from last release and is recommended for all users. #283

New in Buttercup 0.17.1 Pre (Jun 9, 2017)

  • Fixes an issue where the update notice wouldn't go away after restart #267
  • Disable "Add Entry" when on "Trash" #279

New in Buttercup 0.17.0 Pre (May 29, 2017)

  • Nextcloud archive access #205
  • Import from LastPass #266

New in Buttercup 0.16.0 Pre (May 24, 2017)

  • Regression: Custom scrollbars missing #258
  • More keyboard shortcuts, especially to copy username (Cmd/Ctrl+B) #192
  • Fix an issue with password dialog

New in Buttercup 0.15.0 Pre (May 24, 2017)

  • Right-click context item to copy username, password and other custom fields #244 #245
  • Right-click context item to copy/open URL #246
  • A handler for unhandled errors and problems #253

New in Buttercup 0.14.2 Pre (May 24, 2017)

  • This release fixes some UI regressions from last builds and is recommended for all users.

New in Buttercup 0.14.1 Pre (May 24, 2017)

  • This release fixes an issue with the recent archives list in empty state. #247

New in Buttercup 0.14.0 Pre (May 24, 2017)

  • Import from 1password archives (Beta) (1pif) #128
  • Renaming groups #228
  • Small UI fixes and improvements

New in Buttercup 0.12.4 Pre (May 24, 2017)

  • It's not possible to select a nameless group #190
  • 404 error on Windows trying to open an archive #222

New in Buttercup 0.12.3 Pre (May 24, 2017)

  • Items in trash should have separate context menu #217
  • Keyboard shortcuts do not seem to work on Windows and Linux #195

New in Buttercup 0.8.0 (Jan 17, 2017)

  • BUG FIXES:
  • Fix: Unable to select password when shown #146

New in Buttercup 0.7.1 (Jan 17, 2017)

  • IMPROVED IDENTIFY:
  • Thanks to Arash Asghari we now have an improved identity. Logos and Icons are improved.
  • MINOR CHANGES:
  • Improved: View password without editing #133
  • BUG FIXES:
  • Fix: Page titles are visible in windows & ubuntu #137
  • Fix: Copy password feature overrides global copy #132
  • Fix: Custom property vertical alignment #131
  • Fix: Space-separated meta fields format incorrectly #130

New in Buttercup 0.7.0 (Jan 17, 2017)

  • New Features:
  • Importing from KeePass functionality: 9ccc126

New in Buttercup 0.6.1 (Jan 17, 2017)

  • MINOR CHANGES:
  • Fix(files): better window and archive management: 1a2e9ce
  • PATCHES:
  • Fix(groups): sort other groups before trash: e4f6db9
  • Fix(groups): hide arrow if group has no children: 9874957
  • Fix(entry): prevent submission by pressing enter: 4204df4

New in Buttercup 0.6.0 (Jan 17, 2017)

  • You can now open bcup files with Buttercup directly by double clicking on them.
  • New! Opening .bcup files with Buttercup is now possible!
  • Fixed: Security concern regarding concealed password display length

New in Buttercup 0.5.0 (Jan 17, 2017)

  • New! Auto updater is here! Buttercup will update itself when a new version is available.
  • Some visual changes and eye candy 🍭

New in Buttercup 0.4.1 (Jan 17, 2017)

  • Fix: Clicking on dock icon focuses existing window or creates a new one

New in Buttercup 0.4.0 (Jan 17, 2017)

  • New: UI vibrancy effect for macOS
  • Upgraded core
  • Build process improvements

New in Buttercup 0.3.0 (Jan 17, 2017)

  • Complete rewrite of the application
  • Improved performance
  • Drag and drop support for groups (nesting, moving, etc)
  • Context menu works across the application
  • Better fuzzy search
  • Better password strength detection
  • Moving documents to other groups
  • Several bug fixes and improvements
  • New builds (rpm, etc)
  • Improved development environment

New in Buttercup 0.2.0 (Jan 17, 2017)

  • Added archive defaults and trash functionality.
  • Password generator (simple)
  • Fixed a few issues.