Skip to content

v0.0.5

Compare
Choose a tag to compare
@ivanfetch ivanfetch released this 18 Nov 09:08
· 15 commits to main since this release

Changelog

  • 9e5cd7e Add ToolSpec abstraction for providers to "interface" with JKL installation
  • 1e8e1e0 Support osx OS and linux64 combo OS/architecture in Github assets, match a Github tag to a partial version by removing extraneous text from the beginning of the tag, fix listing versions of a managed tool when versions contain extraneous text (TagName-vx.y.z), use Github API to match a pre-release instead of string-matching
  • 2d5b629 The desired version of an installed tool is matched regardless of a leading v, refactor managed-tool code, displayInstalledVersionsOfTool receives a correctly sorted list of versions via managedTool.listInstalledVersions()
  • 5a84a36 Update ReadMe