Releases: JPHutchins/envr
Releases · JPHutchins/envr
0.5.9
Fixes
- Fixes a regression in 0.5.8 that would cause the Python venv not to activate
Full Changelog: 0.5.8...0.5.9
0.5.8
Full Changelog: 0.5.7...0.5.8
0.5.7
What's Changed
- ps: fix: add script scope to alias functions by @JPHutchins in #25
Full Changelog: 0.5.6...0.5.7
0.5.6
What's Changed
- Fix/remove envr project option vars on deactivation by @JPHutchins in #24
Full Changelog: 0.5.5...0.5.6
0.5.5
What's Changed
- Fix/windows aliases run from script by @JPHutchins in #21
Full Changelog: 0.5.4...0.5.5
0.5.4
What's Changed
- fix: correct ANSI escapes for ZSH prompt by @JPHutchins in #19
Full Changelog: 0.5.3...0.5.4
0.5.3
Simplifies aliases in PowerShell and allows use of &&
in PowerShell 7 aliases.
Full Changelog: 0.5.1...0.5.3
0.5.2
Fixes an issue in PowerShell where anything after =
in a value would be cut from the value.
Full Changelog: 0.5.1...0.5.2
v0.5.1
Fixes bash
ANSI escapes unescaped in PS1
(prompt) causes misaligned cursor in terminal.
Full Changelog: 0.5.0...0.5.1
v0.5.0
Adds expansion of variables from [VARIABLES] in the [ADD_TO_PATH] section.