doc: update v2.5 release notes draft
[git-cola.git] / share / doc / git-cola / relnotes / unreleased.rst
blobe0b52fa9466e75ee073fe307acc0afa5fbe0368f
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