Releases: zekroTJA/goup
v1.7.0
v1.6.0
v1.5.0
- Add Nushell support [#9] - by @cptpiepmatz
v1.4.1
- Allow versions passed to commands be prefixed with
vorV(examplev1.22.0).
v1.4.0
-
Updated the
cleancommand:- The command does now remove all installed SDKs instead of the selected one by default.
- Added the
--allflag to remove all SDKs – including the selected one. - Removed the yes-no accept prompt and removed the
--yesflag.
-
Updated the
usecommand:- When no specific
VERSIONparameter is passed to the command and if an unstable instance is installed, the latest unstable instance will be used if available and if the latest version is not a stable one. Otherwise, the latest stable instance is installed.
- When no specific
v1.3.0
-
Implemented a shell abstraction to infer which shell is currently used. This adds support for GitBash on Windows! 🎉
-
Fixed a bug where unstable versions were suggested when checking for new updates with a stable version installed.
-
Added alias
uptousecommand. -
Added version aliases for
usecommand (latestandsforstableandrcforunstable).
v1.2.0
-
Windows with PowerShell is now supported! 🥳
-
The parameter
goup env -p(or long--profile) has now been renamed to-a(long--apply). The old parameter is added as an invisible alias and can still be used.
v1.1.0
-
A new command
checkhas been added which can be used to check for new upstream versions compared to the currently used one.

-
Remote versions are now fetched via the GitHub REST API and
git ls-remote --tagsis only used as fallback. This should improve the performance significantly. [#1] -
A warning is now printed using the commands
ls,currentandusewhen the required environment variables are not set. -
A better about description has been added to the
envcommand when displaying the long help usinghelp envorenv --help.
v1.0.0
- initial release