Releases: robert-mcdermott/uve
UVE Version: 0.1.5
UVE Version 0.1.4
UVE 0.1.4 Release Notes
Overview
UVE 0.1.4 is a bug fix version that fixed a bug with PowerShell shell integration when the Documents folder was mapped to another location other than the default (such as in the OneDrive folder).
What's New
- The "uve-bin.exe init" command on Windows will now detect the correct locations for the PowerShell modules and profile so it gets setup correctly.
UVE Version: 0.1.3
UVE 0.1.3 Release Notes
Overview
UVE 0.1.3 is a bug fix version that fixed a bug with zsh integration script on MacOS.
What's New
- Fixed MacOS shell integration bug
- Updated docs to include instructions unblock execution of 'uve-bin' on MacOS.
UVE Version: 0.1.2
UVE 0.1.2 Release Notes
Overview
UVE 0.1.2 introduces significant improvements to the codebase structure and distribution process, making the tool more maintainable and easier to distribute. This release focuses on technical improvements while maintaining full compatibility with previous versions.
What's New
- New
initSubcommand: Added a newuve-bin initcommand that automatically detects your shell type and sets up the appropriate shell integration. No more manual copying of shell scripts! - Automatic Shell Detection: UVE now automatically detects whether you're using Bash, Zsh, or PowerShell and configures the appropriate integration.
- Simplified Setup Process: The entire installation process is now just: download, place in PATH, run
uve-bin init, and you're ready to go. - Self-contained Binary: Shell integration scripts are now embedded directly into the binary using Go's embed directive, eliminating the need for separate script files during installation.
- Simplified Installation: The new "init" shell interation automatically creates the shell scripts and sets up shell integration for you.
- SHA256 Checksums: Added SHA256 checksums for all distribution packages to enhance security.
- Improved Documentation: Updated installation instructions to reflect the new self-contained binary approach.
- Mark of the Web Handling: Added explicit instructions to unblock downloaded executables on Windows using
Unblock-File.
Compatibility
UVE 0.1.2 is fully compatible with previous versions. No changes to existing environments or workflows are required.
Installation
Download the appropriate package for your platform from the releases page, extract it, and follow the installation instructions in the README.
Quick Installation Steps
- Download and extract the appropriate package for your platform
- Copy the
uve-binexecutable to a directory in your PATH - Run
uve-bin initto set up shell integration - Restart your shell or source your shell configuration file
- Start using UVE with the
uvecommand!
Supported Platforms
- Windows (x86_64)
- macOS (Intel x86_64 and Apple Silicon ARM64)
- Linux (x86_64)
Known Issues
None at this time.
Thank you for using UVE! If you encounter any issues or have suggestions, please submit them on the GitHub repository.
UVE Version: 0.1.1
Added the ability to delete environments (with a bunch of safety and sanity checks). See README.md for usage.
UVE Version: 0.1.0
Initial Release
- version: 0.1.0
Fixed this release so it works in PowerShell on Windows again. I had thought I had committed that fix, but didn't. The windows release should work correctly.