summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-12 09:08:47 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-12 09:08:47 +1100
commit3df0a9f1322c5bb0e76967ee4b6ec3507ec41894 (patch)
treeb2ebd08d6b4d33c2e52e8d9f976b60c2a1466a9d
parent1e79ab78dd93c0cd12796c0333fc2455546408ad (diff)
update in-app release notesv0.23.2
-rw-r--r--pkg/i18n/english.go9
1 files changed, 8 insertions, 1 deletions
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