Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 19:08
· 75 commits to main since this release
  • 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 and use when the required environment variables are not set.

  • A better about description has been added to the env command when displaying the long help using help env or env --help.