mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 1.4.0
This commit is contained in:
parent
e20cc82872
commit
4db5ee02eb
|
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.4.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue