doc: update v2.5 release notes draft
[git-cola.git] / share / doc / git-cola / relnotes / v1.4.3.1.rst
blobf848a4b5e938d7d0babe080fc1b29c8d2cc7216b
1 .. _v1.4.3.1:
3 git-cola v1.4.3.1
4 =================
5 Usability, bells and whistles
6 -----------------------------
7 * The `cola classic` tool can be now configured to be dockable.
9   https://github.com/git-cola/git-cola/issues/56
11 * The `cola classic` tool now uses visual sigils to indicate a file's status.
12   The idea and icons were provided by Uri Okrent.
14 * Include the 'Rescan' button in the 'Actions' widget regardless
15   of whether inotify is installed.
17 Packaging
18 ---------
19 * Fix installation of translations per Fedora
20   This incorporates Fedora's fix for the translations path
21   which originally appeared in cola-1.4.3-translations.patch.
23 * Mac OS X git-cola developers can now generate git-cola.app
24   application bundles using 'make app-bundle'.
26 Fixes
27 -----
28 * Fixed a stacktrace when trying to use "Get Commit Message Template"
29   with an unconfigured "commit.template" git config variable.
31   https://github.com/git-cola/git-cola/issues/72
33   This bug originated in Redhat's bugzilla #675721 via a Fedora user.
35   https://bugzilla.redhat.com/show_bug.cgi?id=675721
37 * Properly raise the main window on Mac OS X.
39 * Properly handle staging a huge numbers of files at once.
41 * Speed up 'git config' usage by fixing cola's caching proxy.
43 * Guard against damaged ~/.cola files.