Skip to content

Releases: anna-singleton/runfast

"0.5.3"

26 Jul 14:07

Choose a tag to compare

chore: bump package version

"0.5.2"

26 Jul 14:06
2291a9b

Choose a tag to compare

feat: bump skim to avoid terminal bug (#46)

0.5.2

23 Nov 15:05
51f78f2

Choose a tag to compare

ci: replace the last bits of tps references (#45)

Latest Linux Build (UNSTABLE)

10 May 10:06
be7fead

Choose a tag to compare

Pre-release

Commits

  • ff71506: fix the arguments, refactor how the replace happens (anna-singleton) #41
  • be7fead: fix the arguments for choose-time (anna) #41

v0.4.1

07 Mar 21:12

Choose a tag to compare

  • Stop runfast from inserting a \n after an argument, which caused arguments in the middle of commands to break things.
    Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Mar 14:16

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Dec 20:35
907ced9

Choose a tag to compare

What's Changed

  • add dev-unstable CI
  • add clean-cache and reset-cache options
  • cleaned up the architecture a bit

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 Nov 18:55
fdd13b0

Choose a tag to compare

What's Changed

  • Misc. Cleanup incl. comments, dead code, clippy warnings, moving defaults string by @anna-singleton in #11
  • [FEATURE] Config file as argument by @leon3s in #18
  • add choose-time arguments / variables by @anna-singleton in #19
  • merge dev into main for release v0.2.0 by @anna-singleton in #20

New Contributors

  • @leon3s made their first contribution in #18

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 Oct 11:31
fab5d9e

Choose a tag to compare

Initial release of runfast, a minimum viable product. Features:

  • Select a runner from a list of predefined and user-defined options
  • Remember the last runner used in a directory, and re-use it
  • Use a defined runner to execute a specific command
  • Reset the runner for a specific directory, with a cli flag

Commit-by-Commit changes:

Full Changelog: https://github.com/anna-singleton/runfast/commits/v0.1.0