Skip to content

1.1.0

Choose a tag to compare

@kthchew kthchew released this 06 Jan 19:17
· 5 commits to main since this release
v1.1.0
c8bc94b
  • 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. (App Store only)