Skip to content

0.2.0

Compare
Choose a tag to compare
@nathanhi nathanhi released this 07 Apr 17:06
· 85 commits to master since this release

Added

  • readinto method to directly read into a bytearray
  • Write support for FAT12

Fixed

  • Lower required minimum version of PyFilesystem2 to 2.4.0
  • Do not fail with RemoveRootError on removetree("/")
  • openbin now sets the b mode on file open
  • Support non-standard Linux formatted filesystems (i.e. FAT32 with less than 65525 clusters)
    • Emits a warning when such a filesystem is encountered
  • Remove check for boot signature version