From 4db5ee02eba9fd9d89c0ee007ae5d750c6e03365 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 8 Feb 2012 16:45:48 -0800 Subject: [PATCH] Release 1.4.0 --- History.md | 7 +++++++ bin/git-extras | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ba70fb901..078fcd39f 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 bce8c367b..9f95e8016 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