Skip to content

Releases: KoenZomers/KeePassOneDriveSync

Version 2.0.0.1

02 Jan 15:06
Compare
Choose a tag to compare
  • Bugfix in the About dialog not working. Thanks to everyone that reported this!
  • Added clickable link in the configuration details screen to open Windows Explorer directly to where the database resides

Version 2.0.0.0

31 Dec 01:39
Compare
Choose a tag to compare

To celebrate the start of 2018, I've spent countless hours on adding some highly requested features in this release:

  • Replaced DLLs in the solution with NuGet package references. This does increase the PLGX file size, but does ease keeping this plugin updated with the latest versions for developers
  • Upgraded KoenZomers.OneDrive.Api to v2.0.3.1 which has support for the Microsoft Graph API
  • Plugin is now compiled against the Microsoft .NET Framework v4.5.2 as v4.5 is out of support
  • Added the option to use the Microsoft Graph API to store the KeePass database on OneDrive or OneDrive for Business. The API will automatically define if it's the Consumer OneDrive or OneDrive for Business based on the login you use. Using the Microsoft Graph API option is now the recommended option.
  • Added support for synchronizing with a SharePoint 2013, 2016 or SharePoint Online site when using Low Trust oAuth (ACS). More information here.
  • Fixed issue with not being able to close the database anymore if something would go wrong during a sync attempt (i.e. network not available)
  • Added a OneDriveSync Offline option under the File menu. If for whatever reason you temporarily don't want OneDriveSync to communicate with where you stored your database online during opening or saving, you can enable this option. If it's in offline mode, you can still force a sync in KeeOneDriveSync settings. Thanks to Albert Krawczyk for suggesting this option.

Version 1.8.3.0

18 Aug 13:27
Compare
Choose a tag to compare
  • Fixed an issue where having unsaved changes to your KeePass database and then exiting KeePass would not get the changes uploaded to OneDrive/OneDrive for Business before KeePass would exit. It will now wait with closing KeePass until the changes are saved. Thanks to Darko Jamnik for reporting this issue.

Version 1.8.2.0

16 Aug 09:29
Compare
Choose a tag to compare
  • Improved the OneDrive platform selection dialog to aid visually impaired. Thanks to Oire for reporting it in issue #28