Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 15:38
a303faf

Given that Rokit is already used in production by many Roblox developers, and many months have passed with no new major issues, it is time to release version 1.0.0.

This comes with a couple guarantees:

  • We will not be making any breaking changes to Rokit in the foreseeable future, and if we do, we will release a new major version.
  • Rokit's tool storage & tool artifact selection algorithms are stable, and safe to rely on in production environments.
  • New features and subcommands may still be added, as long as they do not break existing functionality.

As always, run rokit self-update to update to the latest version of Rokit! 🚀

Changed

  • Changed tool downloading to prefer compressed artifacts over uncompressed ones for quicker downloads (#76)

Fixed

  • Fixed Rokit not being recognized as in PATH for system-info and self-install commands, unnecessarily prompting the user to restart (#74)
  • Fixed tools such as lefthook, with compatible and incompatible artifacts within the same release, not installing correctly (#76)