v0.1.6
Fix ModuleNotFoundError: No module named 'flashpod' when flashpod ls (and other disk-reading subcommands) re-exec under sudo from a pip install --user install.
sudo re-runs the console script as root and resets HOME to /root, dropping the invoking user's ~/.local/.../site-packages from sys.path. The elevated child now receives the package directory via PYTHONPATH, so the import survives elevation. (#29)
What's Changed
- Add raw-device iPod management (read + write, no OS mount) by @davidbarnhart in #26
- Overhaul the README: user-focused rewrite by @davidbarnhart in #27
- Package for PyPI + Trusted Publishing by @davidbarnhart in #28
- Fix ModuleNotFoundError when re-exec'ing under sudo from a --user install by @davidbarnhart in #29
Full Changelog: v0.1.5...v0.1.6