cola.commands: Update status tree when amending commits
[git-cola.git] / share / doc / git-cola / relnotes / git-cola-1.3.9.rst
blob798895ec04e8095f406d946f2917cab65cb2e5fa
1 git-cola v1.3.9 Release Notes
2 =============================
4 Usability, bells and whistles
5 -----------------------------
6 * Add a "classic" view for browsing the entire repository
7 * Handle diff expressions with spaces
8 * Handle renamed files
10 Portability
11 -----------
12 * Handle carat '^' characters in diff expressions on Windows
13 * Workaround a PyQt 4.5/4.6 QThreadPool bug
15 Documentation
16 -------------
17 * Add keyboard shortcut documentation
18 * Add more API documentation
20 Fixes
21 -----
22 * Fix the diff expression used when reviewing branches
23 * Fix a bug when pushing branches
24 * Fix X11 warnings
25 * Fix interrupted system calls on Mac OS X