From c216388b5cc2e75d19b0417dace27cfaf572fb71 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Mon, 28 Jul 2025 18:15:05 +0200 Subject: [PATCH] Add breaking changes notice about hunk mode being the default now --- pkg/i18n/english.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index b7e245fac..09d298873 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2134,7 +2134,13 @@ If, on the other hand, you want this even for feature branches, you can set it t git: localBranchSortOrder: recency - remoteBranchSortOrder: alphabetical`, + remoteBranchSortOrder: alphabetical + +- The default selection mode in the staging and custom patch building views has been changed to hunk mode. This is the more useful mode in most cases, as it usually saves a lot of keystrokes. If you want to switch back to the old line mode default, you can do so by adding the following to your config: + +gui: + useHunkSelectionMode: false +`, }, } }