Skip to content

Releases: ShaishavGandhi/fab

0.4.3

06 Jun 19:42
2bfa512
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • Add support for finding diffs by a particular author #72
fab diffs --author=shaishav

0.4.2

26 Apr 19:26
b867464
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

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

26 Apr 19:03
7158bfd
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

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

26 Apr 17:20
34b748c
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

19 Apr 07:10
f34bcc6
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • 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

11 Apr 04:49
ecd72ad
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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

0.1.0

01 Apr 04:40
40d2f7c
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release for Fab