Skip to content

Commit

Permalink
Update Changelog and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jreybert committed Mar 15, 2016
1 parent b17ba03 commit b0aabad
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Release 1.6.0
=============

New feature *jump* is really awesome, you must try it!

Features
--------

* From a hunk in the magit buffer, press *E* and *jump* the corresponding file
at the diff position. If this file is already opened in a window, cursor move
to this window.
* Add events at key points in magit buffer. User can plug commands to these
events. This new feature brings the two next features:
* If vim-gitgutter is installed, auto update its signs when git status is
updated.
* You can find in help a tip to enter in commit mode in insert mode.
* User can set its own git exec binary with g:magit_git_cmd variable.

Fixes
-----

* Commit message is preserved when the magit buffer is refreshed (fix #57)
* It is now possible to unstage by selection (fix #32)
* When opening a magit session, if a magit buffer for this git repository is
already open, jump to this buffer.
* Inline help shows mapped key instead of default (fix #72)
* Fix peculiar folding behavior when magit buffer is refreshing.

Release 1.5.2
=============

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Take a look at [TL;DR](#tldr) to start using it immediatly.
* [x] Stage part of hunks, by visual select, lines or selecting bunch of lines with marks.
* [x] Start to write the commit message in one key press, commit also in one key press.
* [x] Modify in line the content just before staging it.
* [x] Jump to the file containing the hunk at cursor position.
* [x] From a hunk in magit buffer, jump to the file at the diff position.
* [x] Move easily through hunks in the magit buffer.
* [x] Handle multiple git repositories within one vim instance.
* [x] Add file to .gitignore file.
* [x] Update vim-gitgutter signs at each git status changes.
* [x] Update vim-gitgutter signs when git status is updated.
* [ ] Chase all corner cases. Please remember that vimagit is at an early development stage. If you try vimagit and nothing is working, please don't throw it, fill an [issue](https://github.com/jreybert/vimagit/issues/new) on github :heart: !

More to come:
Expand Down

0 comments on commit b0aabad

Please sign in to comment.