Skip to content

Releases: Kelocker/venvat

v1.0.0

02 Dec 16:58
4a5cf94
Compare
Choose a tag to compare

🎉 Venvat v1.0.0 - Official Release 🎉

Release Date: 3 DECEMBER 2024

We’re thrilled to introduce the first stable release of Venvat!

Are you tired of typing long commands to activate your Python virtual environments? With Venvat, activating virtual environments is now faster, easier, and more intuitive than ever!

Venvat

venvat-logo

venvat-available-windows

Venvat Global

venvat-global-officials-version

global-venvat-officials-version now available for Linux and macOS

Difference between Venvat and Venvat Global

Feature Venvat Venvat Global
Downloads Downloads every time in a venv Download once globally
Supported Platform Windows only Linux and macOS

🆕 How to Update

Keep your Venvat up-to-date with the latest features and improvements. Run:

pip install --upgrade venvat

🛠️ Patch and Bug Fix Policy

Starting with version 1.0.0, we will only provide patches and bug fixes for version 1.x.x and above. If you’re using an earlier version, we encourage you to update to ensure the best experience and continued support.


🛠️ Feedback and Support

Your feedback is invaluable to us!

If you encounter any issues or have suggestions for future releases, feel free to share your thoughts:

We’re committed to making Venvat even better with your input. Let us know what you think! 😊

v0.3.23

03 Oct 14:50
90d3534
Compare
Choose a tag to compare
v0.3.23 Pre-release
Pre-release

venvat-global
linux macOS

venvat Release Notes - Version 0.3.23

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

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. Your input will help us improve and shape future versions of venvat.


v0.2.18

26 Aug 17:08
Compare
Choose a tag to compare
v0.2.18 Pre-release
Pre-release

venvat v0.2.18 Pre-Release Notes

Release Date: 27 AUGUST 2024

We are excited to announce the pre-release of venvat v0.2.18! This version is a significant step towards our official v1.0.0 release. While this pre-release version is feature-complete, it is intended for testing purposes, and we encourage users to experiment and provide feedback to help us refine the final release.

Key Features and Improvements

  • Custom Virtual Environment Support:

    • You can now specify and save custom virtual environment names using the --venv flag, allowing seamless activation across different projects.
    • Example: venvat --venv myenv.
  • Reset Configuration:

    • Added the --reset flag to allow users to easily reset the saved environment configuration.
    • Example: venvat --reset.
  • Enhanced Error Handling:

    • Improved error messages and handling for common issues such as missing virtual environment scripts or incorrect configuration files.
  • Improved Documentation:

    • Updated and expanded the documentation, including a detailed Setup Guide and Usage Guide, to help users get started quickly.

Known Issues

  • Limited Testing on Non-Windows Platforms:

    • While venvat is primarily designed for Windows environments, we are still gathering feedback on its performance across other platforms.
  • Configuration Persistence:

    • In some cases, users might need to manually delete the venvat.config file if configuration issues persist after using the --reset command.

Installation

To install the pre-release version:

pip install venvat==0.2.18

Feedback and Reporting Issues

Your feedback is invaluable in helping us finalize the v1.0.0 release. Please report any issues or bugs through the GitHub issues page.

Contributing

If you’d like to contribute to venvat, please check out our Contributing Guidelines and Code of Conduct.

What’s Next?

We are actively working on the following enhancements for the final v1.0.0 release:

  • Cross-Platform Compatibility: Expanding support to macOS and Linux.
  • Additional Configuration Options: Providing more customization options for power users.

Thank you for your continued support and participation in making venvat a valuable tool for the Python community. We look forward to your feedback on this pre-release!