summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go28
1 files changed, 27 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 7bd509301..b08df8d2e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -436,7 +436,33 @@ type TranslationSet struct {
LcCopiedToClipboard string
}
-const englishReleaseNotes = `## lazygit 0.23.2 Release Notes
+const englishReleaseNotes = `## lazygit 0.24 Release Notes
+
+- Suggestions now shown when checking out branch by name
+
+- Minimum OSX version is now officially 10.10
+
+- Pull requests URLs can be copied from the keyboard, thanks @farzadmf!
+
+- Allow --follow-tags flag for git push to be disabled in config,
+ thanks @fishybell!
+
+- Allow quick commit when no files are staged and the user presses 'c',
+ thanks @fluffynuts!
+
+- Lazygit config is now by default created with 'jesseduffield' as the parent
+ folder, thanks @Liberatys!
+
+- You can now configure how lazygit behaves when you open it outside a repo
+ (e.g. skip the prompt and open the most recent repo), thanks @kalvinpearce!
+
+- You can now visualise the commit graph for all branches by pressing 'a' in
+ the status panel - thanks @Yuuki77!
+
+- And thanks to @dawidd6, @sstiglitz, @fargozhu and @nils-a for helping out with
+ CI and documentation!
+
+## lazygit 0.23.2 Release Notes
- Fixed bug where editing a file with spaces did not work
- Fixed formatting issue with delta that rendered '[0;K' to the screen