Browse Source

Version: 22621.2861.62.2

pull/2661/head 22621.2861.62.2_702b2a7
Amrsatrio 2 years ago
parent
commit
702b2a76d9
  1. 4
      CHANGELOG.md
  2. 2
      ExplorerPatcher-L10N
  3. 2
      version.h

4
CHANGELOG.md

@ -18,6 +18,10 @@ Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, @@ -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

2
ExplorerPatcher-L10N

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 101692022f3e3b21c425e2239feb365d34ffc712
Subproject commit 5fae9fa7db51ed2a2ffccb8714ac571e6bc68c41

2
version.h

@ -1,7 +1,7 @@ @@ -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

Loading…
Cancel
Save