Skip to content

Releases: kevgo/run-that-app

v0.8.1

19 Oct 22:00
385c753
Compare
Choose a tag to compare
  • apps: node-prune

v0.8.0

19 Oct 20:51
671d2ff
Compare
Choose a tag to compare
  • 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

15 Sep 21:34
568a7df
Compare
Choose a tag to compare

Bug Fixes

  • finds the mdbook executable in a subfolder after installation from source

v0.7.0

15 Sep 20:14
25516dc
Compare
Choose a tag to compare

New Features

  • apps: govulncheck, staticcheck

v0.6.1

31 May 18:54
9f53dd1
Compare
Choose a tag to compare
  • fix bug when compiling ghokin from source
  • improve CLI output format
  • massively more robust code without possibilities for crashes and panics

v0.6.0

05 May 22:40
d660d72
Compare
Choose a tag to compare

New Features

  • apps: exhaustruct, ireturn

v0.5.0

15 Mar 02:42
b24507c
Compare
Choose a tag to compare

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

01 Mar 03:04
b82d52d
Compare
Choose a tag to compare

Bug Fixes

  • fixed installation of scc from source

v0.4.0

11 Feb 13:44
659bc6c
Compare
Choose a tag to compare

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

19 Dec 00:17
4cb9369
Compare
Choose a tag to compare

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