doc: update v2.5 release notes draft
[git-cola.git] / share / doc / git-cola / relnotes / v1.4.3.5.rst
blobdcc5081355b0c292c61f3a00bd455efa26c77856
1 .. _v1.4.3.5:
3 git-cola v1.4.3.5
4 =================
5 Usability, bells and whistles
6 -----------------------------
7 * inotify is much snappier and available on Windows
8   thanks to Karl Bielefeldt.
10 * New right-click command to add untracked files to .gitignore
11   thanks to Audrius Karabanovas.
13 * Stash, fetch, push, and pull usability improvements
15 * General usability improvements
17 * stderr is logged when applying partial diffs.
19 Fixes
20 -----
21 * Files can be unstaged when amending.
23   https://github.com/git-cola/git-cola/issues/82
25 * Show the configured remote.$remote.pushurl in the GUI
27   https://github.com/git-cola/git-cola/issues/83
29 * Removed usage of the "user" module.
31   https://github.com/git-cola/git-cola/issues/86
33 * Avoids an extra `git update-index` call during startup.