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
WebDAV Drive sample on Windows is now running on WinUI 3.
Tray application with a list of events is provided in WebDAV Drive sample on Windows. Tray application refactored.
Microsoft Office Word documents comparison implemented. Compare context menu provided.
Basic and cookies authentication is not saved permanently in WebDAV Drive sample for Windows. The user logged-out on application restart and had to re-login. Now the authentication information is stored if user opted to store the authentication info.
ItemsChanging and ItemsChanged events now report dehydration. OperationType.Dehydrate operation type added.
If remote storage item ID was null, the Engine throw exception on Windows. Now this bug is fixed.
In Virtual Drive sample, auto-locked Microsoft Office document unlocked on lock expiration. Now lock is extended until the document is closed.
Unlock is not fired in ItemsChaging/ItemsChanged event in WebDAV Drive sample on Windows if auto-unlocked on timeout. Now this bug is fixed.