completion: prefer normalized signal names
[git-cola.git] / share / doc / git-cola / relnotes / v2.1.0.rst
blobbe8f88896108ecaf2657b39cfe19c6ab61890ad6
1 .. _v2.1.0:
3 git-cola v2.1.0
4 ===============
5 Usability, bells and whistles
6 -----------------------------
7 * `git dag` now forwards all unknown arguments along to `git log`.
9   https://github.com/git-cola/git-cola/issues/389
11 * Line-by-line interactive staging was made more robust.
13   https://github.com/git-cola/git-cola/pull/399
15 * "Bookmarks" was renamed to "Favorites".
17   https://github.com/git-cola/git-cola/issues/392
19 * Untracked files are now displayed using a unique icon.
21   https://github.com/git-cola/git-cola/pull/388
23 Fixes
24 -----
25 * `git dag` was triggering a traceback on Fedora when parsing Git logs.
27   https://bugzilla.redhat.com/show_bug.cgi?id=1181686
29 * inotify expects unicode paths on Python3.
31   https://github.com/git-cola/git-cola/pull/393
33 * Untracked files are now assumed to be utf-8 encoded.
35   https://github.com/git-cola/git-cola/issues/401