v0.1.0
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
- @davidbarnhart made their first contribution in #2
Full Changelog: https://github.com/davidbarnhart/flashpod/commits/v0.1.0