Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 02:16
· 62 commits to main since this release
3b8c9d4

What's Changed

  • Pure-Python FAT32 formatter (drop mkfs.vfat + losetup) by @davidbarnhart in #2
  • Restructure into an installable package with a console entry point by @davidbarnhart in #3
  • Add platform abstraction layer (Linux/macOS/Windows backends) by @davidbarnhart in #4
  • Drop the Mac/HFS+ flash flavor (FAT32/MBR only) by @davidbarnhart in #5
  • Add PyInstaller build + GitHub Actions release pipeline by @davidbarnhart in #6
  • Fix Windows crash in flash root-check (os.geteuid) by @davidbarnhart in #7

New Contributors

Full Changelog: https://github.com/davidbarnhart/flashpod/commits/v0.1.0