1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

update release notes

This commit is contained in:
Jesse Duffield
2021-04-11 10:16:17 +10:00
parent 9f4433d8b5
commit 8d416634ba
2 changed files with 16 additions and 4 deletions

View File

@ -44,7 +44,7 @@ const (
SCREEN_FULL SCREEN_FULL
) )
const StartupPopupVersion = 3 const StartupPopupVersion = 4
// OverlappingEdges determines if panel edges overlap // OverlappingEdges determines if panel edges overlap
var OverlappingEdges = false var OverlappingEdges = false

View File

@ -445,7 +445,19 @@ type TranslationSet struct {
ErrRepositoryMovedOrDeleted string 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. 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! 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. 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 Version 0.27 introduces a file tree view, better rendering, tab/shift+tab
case-sensitive so run ` + "`" + `lazygit --config` + "`" + ` for comparison. keybindings, and more
` `
func englishTranslationSet() TranslationSet { func englishTranslationSet() TranslationSet {