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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.3.0.0] - 2025-04-26
10
+
- Library - `IDokanFileInfo.DeleteOnClose` was renamed `IDokanFileInfo.DeletePending`. Same expectation (remove the object) but is set when last handle on the object is being closed. See [here](https://github.com/dokan-dev/dokany/issues/883).
11
+
9
12
## [2.2.1.0] - 2025-03-29
10
13
11
14
### Added
@@ -221,7 +224,8 @@ See the [release note](http://web.archive.org/web/20150416102451/http://dokan-de
221
224
-``DokanOptions.Version``, ``DokanOptions.RemovableDrive`` and ``DokanOptions.MountPoint``
0 commit comments