completion: prefer normalized signal names
[git-cola.git] / share / doc / git-cola / relnotes / v2.0.5.rst
blobde06538d7dec3f2a2b87b2a99f4e8805ffb46bbf
1 .. _v2.0.5:
3 git-cola v2.0.5
4 ===============
5 Usability, bells and whistles
6 -----------------------------
7 * New Brazillian Portuguese translation thanks to Vitor Lobo.
9 * New Indonesian translation thanks to Samsul Ma'arif.
11 * Updated Simplified Chinese translation thanks to Zhang Han.
13 * `Ctrl+Backspace` is now a hotkey for "delete untracked files" in
14   the status widget.
16 * Fetch/Push/Pull dialogs now use the configured remote of the current
17   branch by default.
19   https://github.com/git-cola/git-cola/pull/324
21 Fixes
22 -----
23 * We now use `os.getcwd()` on Python3.
25   https://github.com/git-cola/git-cola/pull/316
27   https://github.com/git-cola/git-cola/pull/326
29 * The `Ctrl+P` hotkey was overloaded to both "push" and "cherry-pick",
30   so "cherry-pick" was moved to `Shift+Ctrl+C`.
32 * Custom GUI tools with mixed-case names are now properly supported.
34 * "Diff Region" is now referred to as "Diff Hunk" for consistency
35   with common terminology from diff/patch tools.
37   https://github.com/git-cola/git-cola/issues/328
39 * git-cola's test suite is now portable to MS Windows.
41   https://github.com/git-cola/git-cola/pull/332