Skip to content

Latest commit

 

History

History
105 lines (87 loc) · 6.53 KB

CHANGELOG.md

File metadata and controls

105 lines (87 loc) · 6.53 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Support for .NET Standard 1.3

Fixed

  • Proper use of timeout when mounting (See #144)

1.1.0.3 - 2017-03-29

Added

1.1.0.1 - 2016-11-01

Added

  • Update documentation for Delete functions according to Dokany changes.

Fixed

  • SetFileTimeProxy could throw without return a proper error.

1.1.0.0 - 2016-09-21

Added

  • This CHANGELOG.md.
  • Support for .NET Framework 4.6
  • XML comments in code.
  • A website with the documentation.
  • Possibility to redirect log output using the new interface ILogger.
  • Localized error messages for German, French and Swedish.
  • Support to specify UNC name used for network volume using Dokan.Mount.
  • Support to specify allocation Unit Size of the volume Dokan.Mount.
  • Support to specify sector Size of the volume Dokan.Mount.
  • Support for IDokanOperations.FindFilesWithPattern.
  • Enum DokanOptions get following new values: WriteProtection, MountManager, CurrentSession and UserModeLock.
  • Enum NtStatus get following new value: NotADirectory.
  • Enum FileAccess get following new values: DeleteChild, AccessSystemSecurity, MaximumAllowed and GenericAll.

Changed

Deprecated

1.0.8 - 2015-12-09

Added

Changed

Removed

1.0.6 - 2011-01-12

Latest Dokan version from Hiroki Asakawa. See the release note and source code.

Added

  • DokanOptions.Version, DokanOptions.RemovableDrive and DokanOptions.MountPoint
  • DokanRemoveMountPoint