Skip to content

Releases: rojo-rbx/rokit

0.0.2

02 Apr 15:43
6ecef4f
Compare
Choose a tag to compare

Breaking Changes

Tools are now stored in a case-insensitive manner to prevent unnecessary downloading and linking of duplicate tool specifications. This means that tools in manifests that are not all lowercase may no longer work on case-sensitive filesystems. To fix this, remove the ~/.rokit/tool-storage directory, and Rokit will re-download and install tools next time you run rokit install.

Fixed

  • Fixed tool aliases being case-sensitive
  • Fixed Rokit process being killed during self-update
  • Fixed common tool name shortcuts in the CLI being case-sensitive
  • Fixed tool storage and tool trust cache being case-sensitive

0.0.1

31 Mar 12:27
6769dfd
Compare
Choose a tag to compare

Added

  • Added new authenticate subcommand to add auth tokens for GitHub and future artifact providers.

Fixed

  • Fixed self-install failing to add Rokit to $PATH if some shell configuration files don't exist. (#2)

0.0.0

29 Mar 12:18
8587440
Compare
Choose a tag to compare

Third testing release