v0.3.9
-
Windows support via platform abstraction:
A dedicated Windows platform implementation is in place (includingScripts/,python.exe,pip.exe), and code paths now rely on platform-specific binary locations. -
Better
pyvenv.cfgparsing:
get_confignow parses the file in a key-based manner, normalizes version strings, and usesbase-executableorhometo resolve paths; this stabilizes detection of the Python version, interpreter path, and site-packages mode. -
Requirements generation via subprocess:
Saving requirements now uses the platform-specific Python binary and invokespip freezethroughsubprocess.run, resulting in a more stable and explicitly controlled write process. -
Dependency tree view via
pipdeptreeremoved:
The action is buggy and no longer wired into the venv list detail menus (the menu entry remains commented out) until bugs are fixed.