Skip to content

Commit ed948bb

Browse files
committed
doc: Finalize v1.7.6 release notes
Mad props to Uri Okrent for the new DAG feature! Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent 1ba2ebb commit ed948bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cola/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Provide cola's version number"""
33

44
# The current git-cola version
5-
_default_version = '1.7.5'
5+
_default_version = '1.7.6'
66

77

88
import os

share/doc/git-cola/relnotes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ git-cola v1.7.6
22
===============
33
Usability, bells and whistles
44
-----------------------------
5-
* `git dag` learned to color-code node edges.
5+
* `git dag` learned to color-code branchy edges.
6+
The edge colors change when a new branch is detected,
7+
which makes the history much easier to follow.
8+
A huge thanks to Uri Okrent for making it happen.
69

710
* New GUI for editing remote repositories.
811

0 commit comments

Comments
 (0)