doc: update v2.5 release notes draft
[git-cola.git] / share / doc / git-cola / relnotes / v1.7.3.rst
blob6c144686be1b921c87d262515f31c6b8f8d210d0
1 .. _v1.7.3:
3 git-cola v1.7.3
4 ===============
5 Usability, bells and whistles
6 -----------------------------
7 * `git cola` learned a few new sub commands:
9 .. sourcecode:: sh
11     git cola dag
12     git cola branch
13     git cola search
15 * `Return` in the summary field jumps to the extended description.
17 * `Ctrl+Return` is now a shortcut for 'Commit'.
19 * Better French translation for 'Sign-off'.
21 * The 'Search' widget now has a much simpler and streamlined
22   user interface.
24 * vim-style `h,j,k,l` navigation shortcuts were added to the DAG widget.
26 * `git dag` no longer prompts for files when diffing commits if the
27   text field contains paths.
29 * General user interface and performance improvements.
31 Fixes
32 -----
33 * The diff viewer no longer changes font size when holding `Control`
34   while scrolling with the mouse wheel.
36 * Files with a typechange (e.g. symlinks that become files, etc.)
37   are now correctly identified as being modified.
39 Packaging
40 ---------
41 * The `cola.controllers` and `cola.views` packages were removed.