From 8d416634bad5927b4f047d9c60062d26d2e283e4 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 11 Apr 2021 10:16:17 +1000 Subject: [PATCH] update release notes --- pkg/gui/gui.go | 2 +- pkg/i18n/english.go | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 6955b52b1..fc85ca9e4 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -44,7 +44,7 @@ const ( SCREEN_FULL ) -const StartupPopupVersion = 3 +const StartupPopupVersion = 4 // OverlappingEdges determines if panel edges overlap var OverlappingEdges = false diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 3b9ce3377..8abd881c1 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -445,7 +445,19 @@ type TranslationSet struct { ErrRepositoryMovedOrDeleted string } -const englishReleaseNotes = `lazygit 0.27 Release Notes +const englishReleaseNotes = `lazygit 0.27.1-0.27.4 Release notes + +Version 0.27 was quite ambitious so a few bugs were introduced. Lesson learnt, +release features gradually! All the newly introduced bugs should now be fixed, +except for https://github.com/jesseduffield/lazygit/issues/1233 which looks to +be a limitation of the new rendering library, tcell. + +You can also now open 'git mergetool' by pressing shift+M in the files panel or +merge panel. + +Otherwise, these releases contained minor bug fixes and improvements. + +lazygit 0.27 Release Notes Holy Moly, this is a big one. @@ -644,8 +656,8 @@ Thanks for using lazygit! Three things to share with you: Or even just star the repo cos we're not far from 20k stars! 3) You can now read through the release notes by navigating to the status panel. - Version 0.23 has a LOT of new stuff so check it out. Also configs are now - case-sensitive so run ` + "`" + `lazygit --config` + "`" + ` for comparison. + Version 0.27 introduces a file tree view, better rendering, tab/shift+tab + keybindings, and more ` func englishTranslationSet() TranslationSet {