completion: prefer normalized signal names
[git-cola.git] / share / doc / git-cola / relnotes / v1.7.2.rst
blobecc8af5d050633bdb64438acb1fd8cdbc4a62dbb
1 .. _v1.7.2:
3 git-cola v1.7.2
4 ===============
5 Usability, bells and whistles
6 -----------------------------
7 * `git cola` can now launch sub commands, e.g.:
9 .. sourcecode:: sh
11     git cola classic
12     git cola stash
13     git cola fetch
14     git cola push
15     git cola pull
16     git cola tag
18 * `git dag` is more responsive when gathering auto-completions.
20 * Keyboard shortcuts are displayed when the '?' key is pressed.
22 * Various keyboard shortcuts were added for improved usability.
24 * The status widget now lists unmerged files before modified files.
26 * vim-style `h,j,k,l` navigation shortcuts were added to the status widget.
28 * A 'Recently Modified Files...' tool was added.
30 * Tools can now be hidden with `Alt + #` (where `#` is a keyboard number)
31   and focused with `Shift + Alt + #`.
33 * The syntax highlighting colors for diffs was made less intrusive.
35 * The commit message editor was redesigned to have a more compact
36   and keyboard-convenient user interface.
37   
38 * Keyboard shortcuts for adding a Signed-off-by (`Ctrl + i`)
39   and creating a commit (`Ctrl + m`) were added.
41 * The status widget was adjusted to use less screen real-estate.
43 Fixes
44 -----
45 * Avoid updating the index when responding to inotify events.
46   This avoids interfering with operations such as `git rebase --interactive`.
48   https://github.com/git-cola/git-cola/issues/99
50 Packaging
51 ---------
52 * Create `git-dag.pyw` in the win32 installer.
54 * win32 shortcuts now contain explicit calls to `pythonw.exe` instead of
55   calling the `.pyw` file directly.
57 Deprecated Features
58 -------------------
59 * The 'Apply Changes from Branch...' feature was removed.
60   `git dag`'s 'Grab File...' feature used alongside the index/worktree editor
61   is a simpler alternative.