Releases: rojo-rbx/rokit
Releases · rojo-rbx/rokit
Release list
1.2.0
1.1.1
Changed
- Prebuilt binaries for Rokit now use an older Ubuntu version (22.04) for better GLIBC compatibility
1.1.0
It's been almost a year since Rokit 1.0.0 - this maintenance release adds compatibility with more tooling versions and artifacts, and updates Rokit's internal dependencies.
It's also the first Rokit release with native ARM64 support across all major platforms. Otherwise, nothing has changed. Rokit 1.0.0 and above remain as stable as ever.
To update to this version, run rokit self-update. 🚀
Added
- Added support for GitHub releases that use an
x.yversioning scheme such as the Luau CLI (#86) - Added an extra hint for ensuring PATH is up to date, and that tools are runnable, after
rokit install(#92)
Changed
- Improved artifact extraction for forked tools in specific circumstances (#82)
- Clarified messaging for subcommands when running
rokit --help
1.0.0
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
0.2.5
Added
- Added support for tool artifacts compressed using gzip (
.gz) (#73)
Changed
- Changed instructions in
self-installcommand on Windows to tell the user to restart their computer instead of their terminal (#71)
Fixed
- Fixed a regression in the
self-updatecommand that prevented tool links from being updated
0.2.4
0.2.3
0.2.2
Added
- Added a
--skip-parseflag torokit authenticateto skip token formatting checks
Fixed
- Fixed
rokit authenticatenot correctly verifying certain GitHub tokens (#60)
0.2.1
Added
- Added a new self-install mechanism to automatically install Rokit on Windows, if Rokit is launched by clicking it in the File Explorer or similar locations (#52)