Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bootleq committed May 8, 2016
1 parent fe5193a commit 54e1d6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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 <n>` shortcuts.
Expand Down
2 changes: 1 addition & 1 deletion bin/gitdiffall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'optparse'
require 'pathname'
Version = '1.0.0'
Version = '1.1.0'

config_path = [
'~/gitdiffall/config.rb',
Expand Down
2 changes: 1 addition & 1 deletion doc/gitdiffall.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*gitdiffall.txt* View git diff in Vim tabs

Version: 1.0.0
Version: 1.1.0
Author: bootleq <[email protected]>
License: Public Domain
Repository: https://github.com/bootleq/vim-gitdiffall
Expand Down

0 comments on commit 54e1d6c

Please sign in to comment.