diff --git a/Changelog b/Changelog index 380b599..46dbd22 100644 --- a/Changelog +++ b/Changelog @@ -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 ============= diff --git a/README.md b/README.md index ac3110f..38a81a0 100644 --- a/README.md +++ b/README.md @@ -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: