You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
9
-
## [2.0.0.0] - 2022-01-01
10
-
- Support dokany 2.0.0.
9
+
## [2.0.1.0] - 2022-01-01
10
+
11
+
### Added
12
+
- Support dokany 2.1.0 and the new async mount API.
11
13
12
14
## [1.5.0.0] - 2021-05-30
15
+
13
16
### Added
14
17
- Add `ILogger.DebugEnabled` to reduce memory allocation produce by logs like `BufferPool`.
15
18
16
19
## [1.4.0.0] - 2020-06-02
20
+
17
21
### Added
18
22
- Replace `DokanOptions` of dokany 1.4.0 `OptimizeSingleNameSearch` to `EnableFCBGC`.
19
23
- Support for .NET Standard 2.0
20
24
21
25
## [1.3.0.0] - 2019-10-09
26
+
22
27
### Added
23
28
- Support dokany 1.3.0 `DokanNotify` feature in `Dokan.Notify` class.
24
29
- New `DokanOptions` of dokany 1.3.0 `DisableOplocks` and `OptimizeSingleNameSearch`.
@@ -33,10 +38,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
38
- Avoid `ConsoleLogger` to switch color and never go back to the original due to multi threading.
34
39
35
40
## [1.1.2.1] - 2018-12-20
41
+
36
42
### Changed
37
43
- Improve Buffer Handling to Reduce GC Pressure.
38
44
39
45
## [1.1.2.0] - 2018-08-10
46
+
40
47
### Added
41
48
- Included a strongly typed error code in ``DokanException`` to better communicate the reason why mounting failed.
42
49
-[``NotADirectory``][1.1.2.0-NotADirectory] enum value to ``DokanResult``.
@@ -53,6 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
53
60
-``DokanMain`` throw wrongly when success
54
61
55
62
## [1.1.1.1] - 2018-04-25
63
+
56
64
### Added
57
65
- Enum value [``FileAccess.None``][1.1.1.1-FileAccess.None].
58
66
- Handle unknown errors from Dokan.
@@ -63,6 +71,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
63
71
- Make ``MaximumComponentLength`` param available for ``GetVolumeInformation``.
64
72
65
73
## [1.1.1.0] - 2017-12-01
74
+
66
75
### Added
67
76
- Support for .NET Standard 1.3
68
77
@@ -78,20 +87,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
78
87
- Test - Appveyor is now Green !
79
88
80
89
## [1.1.0.3] - 2017-03-29
90
+
81
91
### Added
82
92
-[``DokanHelper.DokanIsNameInExpression``][1.1.0.3-DokanIsNameInExpression] to help [``IDokanOperations.FindFilesWithPatter``][1.1.0.3-FindFilesWithPatter] filter the list of possible files.
0 commit comments