Skip to content

Releases: dokan-dev/dokany

2.0.0-BETA1

21 Sep 08:05

Choose a tag to compare

2.0.0-BETA1 Pre-release
Pre-release

This is a BETA for a major new version.

It focus on Dokan speed 🚀 . A LOT has been rewritten, especially all the library 😄 and write operations for the kernel <->library communication to speed up the process.
This version is again, a BETA, it needs your support to make it happen (bug report, patch, contribution and ...)
There is still a lot of work to do
The FUSE wrapper is included but has not been tested and there is still warning on the build if some people can help !

BETA is not signed for window server 2016 (long process to do it).

See changelog

Real big thanks to @corilian and all other who have made this version as it is !!!

1.0.5

19 Sep 15:47

Choose a tag to compare

This is a minor version.

This version fix some test of IFSTest fixes and also an issue on Win10 server 2016 signature.
See changelog

Thanks to all the contributors ! @sgraves66 and all other who have made this version as it is !!!

1.0.4

31 Aug 12:07

Choose a tag to compare

This is a minor version.

It fixes a couple of issues faced in 1.0.3 version, Windows 10 16232 changes , IFSTest fixes.
See changelog

Thanks to all the contributors ! @bailey27, @Rondom , @marinkobabic , @yin19941005 , @FixBo , @benpye , Safai Tandoğan and all other who have made this version as it is !!!

1.0.3

24 Mar 16:26

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

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

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

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

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

Choose a tag to compare

v0.7.3-RC2

10 Jul 20:27

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