What's Changed
- breaking change:
anylinuxfs listnow shows both Linux and Microsoft partitions by default (fixes #88) - log
root_diskinstead ofroot_pathwhen FreeBSD is used (fixes #90) - README updated with a link to the anylinuxfs-gui project (thank you @fenio!)
- fixed permission issue with gvproxy.log
Notes
Behavior of anylinuxfs list was changed to accommodate a case where partitions with Linux filesystems are hidden behind an incorrect Microsoft Basic Data GUID. To make it less confusing, we just list all potentially compatible partitions (both Linux and Microsoft types). The command-line flag -m will still show only Microsoft partitions while a new -l flag lists Linux partitions with the risk of omitting some Linux filesystems with a mismatched partition GUID.
Full Changelog: v0.10.2...v0.11.0