This is a minor version.
This version focuses on Kernel changes:
- Messages between Kernel and Library can now be sent by batch. We are looking for help to implement it in the library..
- All the kernel logs have been rewritten!!! There is even an option to send them to userland
DOKAN_EVENT_DISPATCH_DRIVER_LOGS
(needs the batching option to properly work)! - IOCTL was changed to FSCTL to reduce conflict with apps and antivirus.
There is much more here: changelog
Important note here: Microsoft has made some changes regarding driver signature for old Windows version (7 & 8.1) see here. This version no longer has the driver signed by Microsoft and us, it only has the Microsoft one as suggested by the article. Please report any issue that you might face. The installer now has the KB4474419 dependency on Windows 7.
Thanks to all the contributors as always!!!