summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-03-13 11:46:48 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-03-13 11:46:48 +1100
commit8288de0c848d0aeeaf7e33d8038c5f4319c46523 (patch)
tree059692505c4a6f7c23fe1be2752eba9688167839
parent1da2afd450891c7c653d1358d2d2a53db37c850f (diff)
update release notesv0.26
-rw-r--r--pkg/i18n/english.go29
1 files changed, 28 insertions, 1 deletions
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