diff --git a/History.md b/History.md index ba70fb9..078fcd3 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.4.0 / 2012-02-08 +================== + + * Added: allow files to be passed to `git-effort(1)`. Closes #71 + * Added: hide/show cursor for `git-effort(1)` + * Changed: color `git-effort(1)` commits / active days independently + 1.3.0 / 2012-02-08 ================== diff --git a/bin/git-extras b/bin/git-extras index bce8c36..9f95e80 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.3.0" +VERSION="1.4.0" update() { local orig=$PWD