cola.commands: Update status tree when amending commits
[git-cola.git] / share / doc / git-cola / relnotes / git-cola-1.3.7.rst
blobfae733f37b55e62ffc1d0f880f3b434a88403a72
1 git-cola v1.3.7 Release Notes
2 =============================
4 Subsystems
5 ----------
6 * git-difftool is now an official git command as of git-v1.6.3.
7 * git-difftool learned --no-prompt / -y and a corresponding difftool.prompt configuration variable
9 Usability, bells and whistles
10 -----------------------------
11 * Warn when non-ffwd is used for push/pull
12 * Allow Ctrl+C to exit cola when run from the command line
14 Fixes
15 -----
16 * Support Unicode fonts
17 * Handle interrupted system calls
19 Developer
20 ---------
21 * PEP-8-ify more of the cola code base
22 * Added more tests
24 Packaging
25 ---------
26 * All resources are installed into $prefix/share/git-cola. Closes Debian bug #5199972