From 3df0a9f1322c5bb0e76967ee4b6ec3507ec41894 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 12 Oct 2020 09:08:47 +1100 Subject: [PATCH] update in-app release notes --- pkg/i18n/english.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index abc40c1a1..98d15574e 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -429,7 +429,14 @@ type TranslationSet struct { NavigationTitle string } -const englishReleaseNotes = `## lazygit 0.23 Release Notes +const englishReleaseNotes = `## 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 +- Fixed bug where lazygit failed upon attempting to create a config file in a + read-only filesystem + +## lazygit 0.23 Release Notes Custom Commands: - You can now create your own custom commands complete with menus and prompts