Bugfixes
- Fix crash in the FUSE driver on Windows when tools like Notepad++ try to access a file like a directory (presumably because this works in cases where the file is an archive). This is a Windows-only issue because the Linux FUSE driver uses the inode-based API, whereas the Windows driver uses the string-based API. While parsing a path in the string-based API, there was no check whether a path component was a directory before trying to descend further.
Other
- The universal binaries have been compressed using a different compression level (
-9instead of--best --ultra-brute) inupx. The compression ratio is slightly worse, but the decompression speed is significantly faster.