From 702b2a76d9cacdbe86f108aaab47bd2821a76c09 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Fri, 22 Dec 2023 20:09:10 +0700 Subject: [PATCH] Version: 22621.2861.62.2 --- CHANGELOG.md | 4 ++++ ExplorerPatcher-L10N | 2 +- version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d069a73a5..a957d9ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, * The properties window has been made slightly wider to accomodate the newly added languages. (#2574) * Localization: Added a language switcher to the About section of Properties window. (7c3be29, a7a3d27) +##### 2 + +* Symbols: Fixed languages with longer strings such as French crashing Explorer when attempting to download symbols. (ce9f973) + **Note:** Due to the breakages as well as frequent changes happening in Canary builds, we strongly do not recommend using ExplorerPatcher on Canary builds for now. ## 22621.2506.60 diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 101692022..5fae9fa7d 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 101692022f3e3b21c425e2239feb365d34ffc712 +Subproject commit 5fae9fa7db51ed2a2ffccb8714ac571e6bc68c41 diff --git a/version.h b/version.h index 974a10a0f..335032b8e 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 2861 #define VER_BUILD_HI 62 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE