cola.commands: Update status tree when amending commits
[git-cola.git] / share / doc / git-cola / relnotes / git-cola-1.3.6.rst
blobb1e37d8a06a9232cde580fca8d334f7b7f878a27
1 git-cola v1.3.6 Release Notes
2 =============================
4 Subsystems
5 ----------
6 * Support Kompare in git-difftool
7 * Add a unique configuration namespace for git-difftool
8 * The diff.tool git-config value defines the default diff tool
10 Usability, bells and whistles
11 -----------------------------
12 * The stash dialog allows passing the --keep-index option
13 * Warn when amending a published commit
14 * Simplify the file-across-revisions comparison dialog
15 * Select 'origin' by default in fetch/push/pull
16 * Remove the search field from the log widget
17 * The log window moved into a drawer widget at the bottom of the UI
18 * Log window display can be configured with cola.showoutput = {never, always, errors}. 'errors' is the default
20 Developer
21 ---------
22 * Improve nose unittest usage
24 Packaging
25 ---------
26 * Add a Windows/msysGit installer
27 * Include private versions of simplejson and jsonpickle for ease of installation and development