v0.8.1
Known Issues
- Modifying existing files (as opposed to appending to a file) will cause data corruption unless you only write multiples of 512 bytes and only at offsets that are a multiple of 512 bytes (#188)
What's Changed
- Backport some fixes to 0.8 branch by @thejpster in #164
- Second FAT is now updated, if it is present
- When creating a directory
..
now points at the root directory correctly - The info block containing the free cluster count is now updated when unmounting a FAT32 volume.
Location
This branch was cut from release-v0.8.0
as it was a backport to Release v0.8.0 after a bunch of unreleased changes had hit the develop
branch.
Full Changelog: v0.8.0...v0.8.1