**Release Date**: 3 OCTOBER 2024
Overview
This release introduces new features and important bug fixes to enhance the usability and stability of **venvat**. We highly recommend updating to this version to take advantage of the latest improvements.
New Features
- **Venvat Global for Linux and macOS only**: **venvat** Supports global activation on Linux and macOS, simplifying the management of virtual environments across different projects.
- To install for Linux/macOS, run:
pip install venvat
- After installation, activate **venvat** with:
venvat
- To apply changes, run the following activation commands:
- For Bash:
source ~/.bashrc
- For Zsh:
source ~/.zshrc
For more information you may read [Readme.md](https://github.com/Kelocker/venvat/tree/main?tab=readme-ov-file#venvat)
How to Update
To update to the latest version of **venvat**, run the following command:
pip install --upgrade venvat
Future Planning
**Venvat Global** is a unique solution specifically designed for Linux and macOS users. Currently, there are no plans to extend this feature to Windows users. This version will undergo a test run for the next 3 months. During this period, we will focus on enhancements, bug fixes, and potentially adding new features based on user feedback.
If no major suggestions or bugs are reported during this test phase, we plan to release a **Release Candidate (RC)** version, followed by the final stable version.
Feedback and Support
We highly value your feedback! If you encounter any issues or have suggestions for future releases, please open a discussion or issue on the [Discussion page](https://github.com/Kelocker/venvat/discussions). Your input will help us improve and shape future versions of **venvat**.
---