Release Notes - v0.4.2
🐛 Bug Fixes
- Fixed project apply persistence issue: Environment variables set by envx project apply are now properly stored permanently to the system. Previously, variables were only set in the current session and would be lost after restart.
Technical Details
The project apply command now correctly persists environment variables to the user's environment, ensuring they remain available across sessions and system restarts.
Upgrading
# Update to the latest version
cargo install envx --locked