doc: update v2.5 release notes draft
[git-cola.git] / share / doc / git-cola / relnotes / unreleased.rst
blobbc4b3c80cfcaa6acd9dc169c8101ae597234e595
1 .. _unreleased:
3 Latest Release
4 ==============
6 :ref:`v2.4 <v2.4>` is the latest stable release.
8 Development version
9 ===================
11 Clone the git-cola repo to get the latest development version:
13 ``git clone git://github.com/git-cola/git-cola.git``
15 Unreleased Topics
16 =================
18 Usability, bells and whistles
19 -----------------------------
21 * The icon for untracked files was adjusted to better differentiate
22   between files and the "Untracked" header.
24   https://github.com/git-cola/git-cola/issues/509
26 * Ctrl+O was added as a hotkey for opening repositories.
28   https://github.com/git-cola/git-cola/pull/507
30 * `git dag` now uses consistent edge colors across updates.
32   https://github.com/git-cola/git-cola/issues/512
34 * `git cola`'s Bookmarks widget can now be used to set a "Default Repository".
35   Under the hood, we set the `cola.defaultrepo` configuration variable.
36   The default repository is used whenever `git cola` is launched outside of
37   a Git repostiory.  When unset, or when set to a bogus value, `git cola`
38   will prompt for a repository, as it previously did.
40   https://github.com/git-cola/git-cola/issues/513
42 * `git cola`'s Russian and Spanish translations were improved
43   thanks to Vaiz and Zeioth.
45   https://github.com/git-cola/git-cola/pull/514
47   https://github.com/git-cola/git-cola/pull/515
49   https://github.com/git-cola/git-cola/pull/523
51 * `git cola` was translated to Turkish thanks to Barış ÇELİK.
53   https://github.com/git-cola/git-cola/pull/520
55 * The status view now supports launching `git gui blame`.  It can be
56   configured to use a different command by setting `cola.blameviewer`.
58   https://github.com/git-cola/git-cola/pull/521
60 * `git dag` now allows selecting non-contiguous ranges in the log widget.
62   https://github.com/git-cola/git-cola/issues/468