We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba2ebb commit ed948bbCopy full SHA for ed948bb
cola/version.py
@@ -2,7 +2,7 @@
2
"""Provide cola's version number"""
3
4
# The current git-cola version
5
-_default_version = '1.7.5'
+_default_version = '1.7.6'
6
7
8
import os
share/doc/git-cola/relnotes.rst
@@ -2,7 +2,10 @@ git-cola v1.7.6
===============
Usability, bells and whistles
-----------------------------
-* `git dag` learned to color-code node edges.
+* `git dag` learned to color-code branchy edges.
+ The edge colors change when a new branch is detected,
+ which makes the history much easier to follow.
+ A huge thanks to Uri Okrent for making it happen.
9
10
* New GUI for editing remote repositories.
11
0 commit comments