File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# The current git-cola version
2
- VERSION = '2.0.6 '
2
+ VERSION = '2.0.7 '
Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ Usability, bells and whistles
6
6
7
7
* New hotkey: `Ctrl+R ` refreshes the DAG viewer.
8
8
9
+ https://github.com/git-cola/git-cola/issue/347
10
+
11
+ Fixes
12
+ -----
13
+ * We now use `git config ` to parse the list of remotes
14
+ instead of parsing the output of `git remote `, which
15
+ is a Git porcelain and should not be used by scripts.
16
+
17
+ * Avoid "C++ object has been deleted" errors from PyQt4.
18
+
19
+ https://github.com/git-cola/git-cola/issue/346
20
+
21
+ Packaging
22
+ ---------
23
+ * The `make install ` target now uses `install ` instead of `cp `.
24
+
9
25
git-cola v2.0.6
10
26
===============
11
27
Usability, bells and whistles
You can’t perform that action at this time.
0 commit comments