You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
configurationItem.ToolTipText=doesDatabaseExistLocally?"Database has been found":isRemoteDatabase?"Database is a remote database which is not supported":"Database has not been found";
configurationItem.SubItems.Add(newListViewItem.ListViewSubItem{Name="CloudStorage",Text=configuration.Value.CloudStorageType.HasValue?configuration.Value.CloudStorageType.Value.ToString():configuration.Value.DoNotSync?"Not in cloud":CloudStorageType.OneDriveConsumer.ToString()});
64
+
configurationItem.SubItems.Add(newListViewItem.ListViewSubItem{Name="LastSynced",Text=configuration.Value.LastCheckedAt.HasValue?configuration.Value.LastCheckedAt.Value.ToString("ddd d MMMM yyyy HH:mm:ss"):"Never"});
selectedItem.SubItems[3].Text=configuration.Value.LastCheckedAt.HasValue?configuration.Value.LastCheckedAt.Value.ToString("ddd d MMMM yyyy HH:mm:ss"):"Never";
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Download the PLGX and place it inside your KeePass\Plugins folder. Typically thi
17
17
18
18
## Latest Version
19
19
20
+
Version 2.0.7.2 - July 19, 2019
21
+
22
+
- Added column to the overview with all your KeePassOneDriveSync configurations which shows the date and time at which the sync last checked if there were updates and if so, synced them. This allows you to easily see at one glance if your local KeePass databases are up to date.
23
+
20
24
Version 2.0.7.1 - July 7, 2019
21
25
22
26
- Resolved an issue with using the Open from OneDrive option as reported in [issue 100](https://github.com/KoenZomers/KeePassOneDriveSync/issues/100)
0 commit comments