Releases: ShaishavGandhi/fab
Releases · ShaishavGandhi/fab
0.4.3
- Add support for finding diffs by a particular author #72
fab diffs --author=shaishav
0.4.2
This release consolidates the shell completions commands into one command and allows you to pass the shell as a parameter: #67
fab generate-shell-completions --shell=zsh
0.4.1
This release fixes a borked up 0.4.0 release. Please update immediately to fix.
- Fixes BadTomlError introduced in 0.4.0 #66
0.4.0
This release adds support for shell completions scripts! #65
The following shells are supported:
- Bash
- ZSH
- Fish
- Elvish
- Powershell
To generate the script simply run:
fab generate-bash-completions
which will output the script that you can then write to a file and add to your shell profiles.
0.3.0
- Add support for sorting tasks
fab tasks --sort=priority/updated
#61
- Add support for querying by status
fab tasks --status=resolved
#63
- Add support for specifying a default sort order
0.2.0
- Added support for setting your own preferences #47 #50
Simply run fab configure
to start setting preferences. You can reset to default by doing fab configure --reset
- Parallelized
fab summary
call so it's much faster to load