Skip to content

Commit 6919b04

Browse files
committed
fixup! Add ability to configure branch color patterns
1 parent f54f671 commit 6919b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/i18n/english.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,6 +2006,8 @@ keybinding:
20062006
gui:
20072007
filterMode: 'fuzzy'
20082008
`,
2009+
"0.44.0": `- The gui.branchColors config option is deprecated; it will be removed in a future version. Please use gui.branchColorPatterns instead.
2010+
- The automatic coloring of branches starting with "feature/", "bugfix/", or "hotfix/" has been removed; if you want this, it's easy to set up using the new gui.branchColorPatterns option.`,
20092011
},
20102012
}
20112013
}

0 commit comments

Comments
 (0)