Skip to content

Releases: dokan-dev/dokan-dotnet

2.3.0.3

Choose a tag to compare

@Liryna Liryna released this 22 Oct 22:26

This version is compatible with 2.3.0.1000 and above (latest Dokany is best as always).

This is a minor version but actually fix a long-standing mapping DokanOptions issue since v2.

Thanks a lot to @epa for raising the issue and @LTRData for fixing it!

Where is 2.3.0.2 you are going to ask? Well, it wasn't released properly and had to disappear

2.3.0.1

Choose a tag to compare

@Liryna Liryna released this 11 May 14:27
15b9cd9

This version is compatible with 2.3.0.1000 and above (latest Dokany is best as always).

Even if the semantic version says it is just a 2.3.0.0 patched version, it actually includes a very welcome (optional) deep rewrite of IDokanOperations into IDokanOperations2. Please see the changelog and #354 for more context. Any feedback would be VERY welcome!

Thanks a lot to @LTRData for this amazing work!

2.3.0.0

Choose a tag to compare

@Liryna Liryna released this 26 Apr 19:13

This is compatible with 2.3.0.1000 and above (latest Dokany is best as always).

See changelog to learn what changed!

2.2.1.0

Choose a tag to compare

@Liryna Liryna released this 29 Mar 18:15

This is compatible with 2.1.0.1000 and above (latest Dokany is best as always).

See changelog to learn what changed!

2.1.0.0

Choose a tag to compare

@Liryna Liryna released this 23 Dec 01:36

This is the first release compatible with 2.1.0.1000 and above.

Thanks to the work of @LTRData, we now have a new async API that for filesystem to unmount.

See changelog

2.0.5.2

Choose a tag to compare

@Liryna Liryna released this 28 Sep 18:50

The release is still for 2.0.5.1000 and above like the previous dokan-donet release 2.0.5.1

Thanks again for the help of all the community including @FrankRodelli, @LTRData, @Dwedit and @lostmsu

See changelog

2.0.5.1

Choose a tag to compare

@Liryna Liryna released this 04 Jul 14:09

Release for Dokany 2.0.5.1000 and above.

It is now again possible to return NotImplemented for FindFilesWithPattern to force FindFiles usage instead. See here

See changelog

2.0.4.1

Choose a tag to compare

@Liryna Liryna released this 30 Apr 21:37

Release for Dokany 2.0.4.1000 and above.

This version has a fix from uholzer and TrabacchinLuigi that modernize the library! Thanks again for their contribution!

See changelog

2.0.1.1

Choose a tag to compare

@Liryna Liryna released this 20 Feb 15:12

Release for Dokany 2.0.1.1000 and above.

See the previous package release for the v2 changes in detail. This version has a fix from uholzer and LTRData that prevents the GC to free the delegates when using the Mount function. Thanks again for their contribution!

See changelog

2.0.1.0

Choose a tag to compare

@Liryna Liryna released this 24 Jan 03:58

Release for Dokany 2.0.1.1000 stable https://github.com/dokan-dev/dokany/releases/tag/v2.0.1.1000

A lot was added in Dokan v2 with amazing performances as detailed in the release notes.
This is the first package that supports Dokan v2. See changelog
You can see here how the public API changed natively.