Skip to content

Releases: dokan-dev/dokany

1.0.3

24 Mar 16:26
Compare
Choose a tag to compare

This is a minor version.

It fixes a couple of issues faced in 1.0.2 version, add a default GetFileSecurity and add ARM binaries !
See changelog

Thanks to all the contributors ! @pliard-chromium, @Rondom, @NedyalkoYotov, @woachk, @yin19941005, @marinkobabic , @FixBo and all other who have made this version as it is !!!

1.0.2

23 Jan 08:49
Compare
Choose a tag to compare

This is a minor version.

It fixes a couple of issues faced in 1.0.1 version (Deadlock principally again). There is no breaking api so this version can safely be installed if 1.0.0/1.0.1 was used previously.

See changelog

Thanks to all the contributors ! @Rondom , @Kerbox , @marinkobabic and all other who have made this version as it is !!!

1.0.1

04 Nov 08:22
Compare
Choose a tag to compare

This is a minor version.

It fixes a couple of issues faced in 1.0.0 version (Deadlock principally). There is no breaking api so this version can safely be installed if 1.0.0 was used previously 👍

See changelog

Thanks to all the contributors ! @taruti , @js69 , @Rondom , @marinkobabic , @Kerbox and all other who have made this version as it is !!!

N.B: The version of files are 1.0.1.0000 because I forgot the update the version before the build but the installer has the right version (1.0.1.1000) 👎

1.0.0

20 Sep 15:31
Compare
Choose a tag to compare

This is a major version.

It focus on viability of different versions of Dokan on the same system, stability and reliability.
This is production ready as other dokan stable release. It has been well tested by the community.

It has been signed for Windows 10 version 1607 Desktop (x86/x64) and Windows server 2016 x64.
Thanks to Keybase and Seafile for making this possible !

See changelog

Thanks to all the contributors ! @accorp , @x1596357 , @matepek , @Rondom, @taruti , @tomato3107 , @js69 , @bailey27 , @marinkobabic, @zanderz and all other who have made this version as it is !!!

0.8.0

10 Dec 13:54
Compare
Choose a tag to compare

This is a major version. It break compatibility with older userland code.

A lot of work has been made on this version to bring the most stable and featured version of dokan.
We are proud to say that this version is the most stable version of dokan we have ever made.
I would like to thank everyone who have helped make Dokan better !
🏆

See changelog

To move your userland code:

  • Change win32 errors to NTSTATUS. (More info: #65)
  • Remove the KeepAlive option that no longer exist.
  • Add Mounted & Unmouted DokanOperation
  • Use new CreateFile -> ZwCreateFile

Thanks to all the contributors ! @billziss-gh , @canardos , @Corillian , @ufoczek , @c-klapaucius, @x1596357 , @nmlgc , @justanotheranonymoususer, @c-klapaucius, @accorp and others....

0.7.4

21 Aug 15:21
Compare
Choose a tag to compare

v0.7.3-RC2

10 Jul 20:27
Compare
Choose a tag to compare
v0.7.3-RC2 Pre-release
Pre-release
  • Remember FILE_DELETE_ON_CLOSE for Win8 compatibility
  • Get volume name instead simple letter on network provider
  • Better handling in case no memory is available
  • VC++ 2013 prerequisite check at Dokan installation
  • Correctly complete IRP requests
  • Stop EventNotification and Check threads on a queue work item
  • Check if device is mounted before performing Device Control
  • Add missing break; when DeviceObject is invalid in DokanDispatchFileSystemControl

v0.7.3-RC

12 Jun 14:20
Compare
Choose a tag to compare
v0.7.3-RC Pre-release
Pre-release
  • Fix Dokan Sys Windows 8.1 DeleteOnClose #18
  • Fix Exported function names for x86/x64 library #23

v0.7.3-beta

23 May 21:20
Compare
Choose a tag to compare
v0.7.3-beta Pre-release
Pre-release
  • Add Dokan Library x64 dll / lib files
  • Add Dokan Fuse static library

v0.7.2

12 May 11:55
Compare
Choose a tag to compare