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
Protocol application throws "Error: File or path not found" when opening non-MS Office documents on Windows. Now, this bug is fixed.
Protocol application was requested to install on macOS when opening MS Office documents from an anonymous site. Now MS Office documents are opened without protocol application.
Opening documents from a WebDAV server with cookies authentication does not work on macOS. Now, this bug is fixed.
Protocol application can not mount URLs longer than 250 chars on macOS. Now, this bug is fixed.
The 'Open' verb was used on Windows by the DavProtocolEditDocument() JavaScript function if the sCommand parameter is null. If an 'Open' verb is not defined, opening failed with error. Now the default verb is selected automatically if sCommand parameter is null.
Firefox did not detect the protocol application. Now, this bug is fixed.
Not enough permissions to open txt document on Mac OS Big Sur. Now, this bug is fixed.
Mapping very slow on Mac OS Big Sur. This bug is now fixed.
Cookies processing code in Chrome and Edge Chromium web browser extensions refactored. Now only cookies explicitly specified in DavProtocolEditDocument() function call are accessed by the code.
Protocol application now uses Python 3 on Linux.
Mounting on Linux refactored. Documents with URLs longer than ~200 characters failed to open on Ubuntu. Now the document URL could be of any length.