Releases: anna-singleton/runfast
Releases · anna-singleton/runfast
"0.5.3"
"0.5.2"
feat: bump skim to avoid terminal bug (#46)
0.5.2
ci: replace the last bits of tps references (#45)
Latest Linux Build (UNSTABLE)
v0.4.1
- Stop
runfastfrom inserting a\nafter an argument, which caused arguments in the middle of commands to break things.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- add asciinema demo link to readme by @anna-singleton in #22
- doc, ci changes for stopping doing stupid main/dev/feat dance by @anna-singleton in #25
- Variables with the same name now get chosen once only by @anna-singleton in #26
- use regex for find and replace on arguments by @anna-singleton in #27
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
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
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:
- Run cmd by @anna-singleton in #4
- Load runners by @anna-singleton in #5
- cache the last runner used in a directory by @anna-singleton in #7
- correctly handle the case of ~/.config/runfast/ not existing by @anna-singleton in #8
- add -f flag, recognisable by the program by @anna-singleton in #9
- improve docs by @anna-singleton in #10
Full Changelog: https://github.com/anna-singleton/runfast/commits/v0.1.0