Releases: kevgo/run-that-app
Releases · kevgo/run-that-app
v0.8.0
- list of apps is now displayed via the
--apps
(for a complete list) or -a
(for the app names only) switch
- apps: tikibase
v0.7.1
Bug Fixes
- finds the mdbook executable in a subfolder after installation from source
v0.7.0
New Features
- apps: govulncheck, staticcheck
v0.6.1
- fix bug when compiling ghokin from source
- improve CLI output format
- massively more robust code without possibilities for crashes and panics
v0.6.0
New Features
- apps: exhaustruct, ireturn
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.
v0.4.1
Bug Fixes
- fixed installation of
scc
from source
v0.4.0
New Features
- can now execute in subfolders of the folder that contains the
.tools-versions
file
--error-on-output
option
- print available versions using
--versions
and --versions=<amount>
- apps: go, goda, gofmt, npx, mdBook
v0.3.0
BREAKING CHANGES
- renames the executable from
run-that-app
to rta
- renames
--show-path
to --which
New Features
- prints the name of the app being installed
- apps: Node.js, npm, deadcode
v0.2.1
Bug Fixes
- updates to the release marked as latest on GitHub