Releases: rojo-rbx/rokit
Releases · rojo-rbx/rokit
0.1.4
Fixed
rokit self-update
will no longer encounter an OS error on Windows systems (#33)
0.1.3
Changed
- Overhauled the
rokit list
subcommand to be more useful and distinct from rokit system-info
- Improved the formatting of Rokit manifests created using
rokit init
Fixed
- Fixed the "restart terminal" hint being shown after a
rokit self-install
, even if restarting isn't necessary for Rokit to function
0.1.2
Fixed
- Fixed
tarmac
not installing correctly on non-arm systems due to its name containing arm
(#26)
- Fixed OS permission errors during
rokit install
for tools that are currently running (#27)
- Fixed
tarmac
not installing correctly on non-mac systems due to its name containing mac
(#28)
0.1.1
Fixed
- Fixed nested processes (processes spawned by processes spawned by rokit) hanging on macOS
0.1.0
Added
- Added an automatic retry mechanism for network requests, making installation more robust (#24)
Changed
- Rokit now falls through to system-wide installations of tools when a tool is not managed using a Rokit manifest (#25)
Fixed
- Fixed zombie processes being left around on Windows (#23)
0.0.7
Added
- Added warnings when tool aliases and specs fail to parse
0.0.6
Fixed
- Fixed issues with UNC paths on Windows
0.0.5
Fixed
- Fixed error messages being written to stdout instead of stderr (#14)
0.0.4
Fixed
- Fixed panics for manifests with a missing tools section (#15)
- Fixed panics when running
rokit install
or rokit add
(#16)
- Fixed tool links missing executable extensions on Windows (#18)
0.0.3
Fixed
- Fixed tools installed by Rokit not being usable on Windows (#10)