diff --git a/CHANGES.md b/CHANGES.md index 0187ea0..5a1f0cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ CHANGES ======= +## 1.1.0 (2016-05-08) + +* Restore window layout after close `DiffInfo` preview. +* View commit in other branch, stash is also supported. +* Fix script compatibility problems on Mac (BSD based). + ## 1.0.0 (2014-10-04) * **CHANGE** meaning of "_previous_" commit for `gitdiffall @{commit}`, `gitdiffall ` shortcuts. diff --git a/bin/gitdiffall.rb b/bin/gitdiffall.rb index c9e143d..02afce6 100755 --- a/bin/gitdiffall.rb +++ b/bin/gitdiffall.rb @@ -2,7 +2,7 @@ require 'optparse' require 'pathname' -Version = '1.0.0' +Version = '1.1.0' config_path = [ '~/gitdiffall/config.rb', diff --git a/doc/gitdiffall.txt b/doc/gitdiffall.txt index 8932d04..3dd3df2 100644 --- a/doc/gitdiffall.txt +++ b/doc/gitdiffall.txt @@ -1,6 +1,6 @@ *gitdiffall.txt* View git diff in Vim tabs -Version: 1.0.0 +Version: 1.1.0 Author: bootleq License: Public Domain Repository: https://github.com/bootleq/vim-gitdiffall