summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-12-24 13:52:29 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-12-24 13:52:29 +1100
commitcaf208b0a40df0b3845b8f474ea5d651835d6f26 (patch)
tree0ab9c69a824f4f2e5e2aedefe7ea3992402706dc
parent13b9a8bc9a1d0c98469ba39888e71d1c79dc7cc1 (diff)
v24 release notesv0.24
-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