We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c477c89 commit 3ba034cCopy full SHA for 3ba034c
CHANGES.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## Version 0.7.5 - 2024-01-16
4
+
5
+- (fix) Fix crash in the FUSE driver on Windows when tools like Notepad++
6
+ try to access a file like a directory (presumably because this works in
7
+ cases where the file is an archive). This is a Windows-only issue because
8
+ the Linux FUSE driver uses the inode-based API, whereas the Windows driver
9
+ uses the string-based API. While parsing a path in the string-based API,
10
+ there was no check whether a path component was a directory before trying
11
+ to descend further.
12
13
## Version 0.7.4 - 2023-12-28
14
15
- (fix) Fix regression that broke section index optimization introduced
0 commit comments