Skip to content

Commit

Permalink
fixup! Add ability to configure branch color patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaller committed Jan 5, 2025
1 parent f54f671 commit 6919b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/i18n/english.go
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,8 @@ keybinding:
gui:
filterMode: 'fuzzy'
`,
"0.44.0": `- The gui.branchColors config option is deprecated; it will be removed in a future version. Please use gui.branchColorPatterns instead.
- 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.`,
},
}
}

0 comments on commit 6919b04

Please sign in to comment.