v1.1.0
-
A new command
check
has 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 --tags
is only used as fallback. This should improve the performance significantly. [#1] -
A warning is now printed using the commands
ls
,current
anduse
when the required environment variables are not set. -
A better about description has been added to the
env
command when displaying the long help usinghelp env
orenv --help
.