Skip to content

v0.2.0

Choose a tag to compare

@tutosrive tutosrive released this 26 Dec 21:32
· 4 commits to main since this release
870527b
image Download Init-Venv

Release Summary

Important

This executable is not the installer; I will come back and upload the installer with an update. For now, this is the actual programme itself, which means you must add it to the system PATH (in Windows) if you want to avoid using the full path every time you run it. I will upload this update in the coming weeks.

This release introduces major improvements focused on Linux compatibility and cross-platform stability. Linux support has been added after multiple testing and refinement iterations, ensuring reliable behaviour alongside existing Windows functionality.

The tool now recognises several commonly used virtual environment names (such as venv, .venv, env, and .env), improving flexibility across different development setups.

In addition, the codebase was cleaned up and refined by removing unnecessary comments, fixing previously broken or removed command methods, and improving platform-specific handling. Project configuration files were updated to explicitly include Linux support.

This release consolidates multiple development commits into a stable merge. For a detailed breakdown of changes, please refer to the individual commits and the merged pull request.

Execution Linux-x64

test-linux-x64.mp4

What's Changed

Full Changelog: v0.1.0-beta...v0.2.0