summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-11 10:16:17 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-11 10:21:53 +1000
commit8d416634bad5927b4f047d9c60062d26d2e283e4 (patch)
tree32d222f2068aabcadce350562557887ae3d8f2a7 /pkg/i18n
parent9f4433d8b55e1878610fd06d39ffd3ffaa623e79 (diff)
update release notes
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go18
1 files changed, 15 insertions, 3 deletions
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 {