Releases: kevgo/run-that-app
Releases · kevgo/run-that-app
v0.8.1
v0.8.0
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.0
New Features
The .tool-versions
file can now define multiple versions. RTA tries versions from left to right until it finds one that it can run on your hardware.
The --which
command now returns a non-zero exit code if the given app isn't available on your machine.
All apps now have all-lowercase names. The mdBook
app is now mdbook
.
When running externally installed apps, run-that-app now verifies that the executable it found is actually is the app. It also
determines whether the version of the globally installed application matches version restrictions declared by your code base.
End-to-end tests: run cargo run -- --test
to verify that all installation methods of all apps work for the latest app version. See DEVELOPMENT.md
for details.