This is a minor version.
The installer will now prevent installation if the driver is already present. Several bug fixes address issues like memory leaks, crashes, and incorrect parameter handling In library. The most impactful change is the deletion semantics that now matches Microsoft expectations #883.
Library breaking change: DOKAN_FILE_INFO.DeleteOnClose
was renamed DOKAN_FILE_INFO.DeletePending
. Same expectation (remove the object) but is set when last handle on the object is being closed #883.
This version was also published on Chocolatey 🍫
Please see changelog for the other changes and more details.
Thanks to all the contributors as always !!! @uhonermann , @CookiePLMonster and others ...