From 8288de0c848d0aeeaf7e33d8038c5f4319c46523 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 13 Mar 2021 11:46:48 +1100 Subject: update release notes --- pkg/i18n/english.go | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 537f95ea5..a363fcb9a 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -437,7 +437,34 @@ type TranslationSet struct { LcCopiedToClipboard string } -const englishReleaseNotes = `## lazygit 0.24 Release Notes +const englishReleaseNotes = `## lazygit 0.26 Release Notes + +- Config changes applied after editing from within lazygit, no reload required. + +- LOTS of fixes for rendering filenames with strange characters, escaped + characters, and UI fixes, by the amazing @Ryooooooga! + +- Also thanks to @Isti115 + +## lazygit 0.25 Release Notes + +- Fixes for windows, thanks @murphy66! + +- Allow mapping spaces to dashes when creating a branch, thanks @caquillo07! + +- Allow configuring file refresh and fetch frequency, thanks @Liberatys! + +- Minor security improvement + +- Wide characters supported when entering commit messages, thanks @Ryooooooga! + +- Original branch name appears when renaming, thanks piresrui! + +- Better menus, thanks @1jz! + +- Also thanks to @snipem, @dbast, and @dawidd6 + +## lazygit 0.24 Release Notes - Suggestions now shown when checking out branch by name -- cgit v1.2.3