- Fix an issue where volumes that have features enabled which are incompatible with ExtendFS might mount and show inconsistent data. - The casefold feature is now supported. Directories which have the casefold flag marked by a Linux machine will use case-insensitive lookups for its contents. - A volume marked as needing recovery can now try to mount, but it may show a warning that the disk needs repair. ExtendFS cannot currently repair disks; if you see this warning, use fsck on a Linux machine to repair the disk. - Checksums are now verified on a few data structures. There are plans to expand this in the future. - Some additional ext4 features are supported. Check the README file in the GitHub repo for the current full supported feature list. - Fix an issue where reviews might be requested sooner than expected.
- Fix an issue where a process might not exit for longer than expected if a disk is unmounted uncleanly. - Fix an issue where a process might exit too soon if an unmount is blocked.
- Fix missing limits for file size and extended attribute values, and fix other minor errors with volume metadata reporting. - The app may now ask for a rating after enabling the extension if your settings allow. If you choose to do so, it is appreciated.
IMPORTANT: In some cases, after performing this update, you might need to restart your computer and re-approve the file system extension in System Settings. Most ExtendFS updates shouldn't require you to do all of this, but unfortunately one of the changes below might need you to re-approve it and/or restart your device. If you encounter problems after updating, try that first. - More types of ext2/3/4 volumes, such as those marked as a /var partition on a Linux install, can be automounted. - Fix an issue where information the last block group on the volume might not be fetched, which can lead to some volumes not mounting, some files not appearing, and other issues. - Try to make it more difficult for the app to be updated or deleted while it is being used to mount a disk, which would have caused the disk to abruptly unmount. In addition, after an App Store update, automatically try to remount disks that were unmounted during this process (this is currently only supported for disk images). Unfortunately the update from 1.0.0 to 1.0.1 won't have these improvements, but this change may make future updates smoother. - Improve performance in cases where file data maps are requested at item lookup time. - Fix potential issues and improve performance when working with sparse files in an ext2 or ext3 volume. - Improve error handling in various areas. - Remove some unnecessary code.