From a0f9c0c7dc972c9012493120eebfca8984c3d216 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sun, 12 Nov 2023 17:12:04 +0700 Subject: [PATCH] Version: 22621.2506.60.1 (Pre-release) --- CHANGELOG.md | 28 +++++++++++++++++++++++++++ ExplorerPatcher-L10N | 2 +- ep_gui/resources/lang/ep_gui.en-US.rc | 2 +- version.h | 4 ++-- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea043af..c81869b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22621.2506.60 + +Tested on OS builds 22000.2416, 22621.2361, 22621.2506, and 23585.1001. + +#### Details + +##### 1 + +* Taskbar10: Partially fixed Windows 11 Start menu and Search positioning on builds 23545+ (Dev). (ac268b1) + * Changing the taskbar alignment requires restarting `explorer.exe` in order to take effect. +* File Explorer: Added option to disable the modern navigation bar of Moment 4. (2dc1340) +* File Explorer: Restored "Apply Mica" functionality on OS builds 22621+. (f62c532) +* Localization: Officially added Japanese translations. (Thanks @creeper-0910, @reindex-ot, and @Rukoto!) +* GUI: Decoupled the Properties window into `ep_gui.dll` from the main DLL in order to reduce the main DLL size and to allow scalable localization. (f6f6d89, 639d7aa) + * `rundll32 C:\Windows\dxgi.dll,ZZGUI` will continue to work as before. + +#### ⚠️ Important notice for translators ⚠️ + +In this update, most if not all user-facing parts of ExplorerPatcher have been made localizable. + +* The English texts have been put together into [here](https://github.com/valinet/ExplorerPatcher/tree/master/ep_gui/resources/lang) and [here](https://github.com/valinet/ExplorerPatcher/tree/master/ep_setup/resources/lang). +* Non-English texts have been designed to be put into [this separate repository](https://github.com/valinet/ExplorerPatcher-L10N). Feel free to make a PR there if you want to contribute to translations. +* Some texts have been updated to be more concise and accurate, so for existing translation fork maintainers, please double check the translations before making a PR to the said repository. +* Also for translation fork maintainers, a large number of conflicts will happen if you decide to continue merging changes from the main repository. +* Please let us know through Issues if there are still user-facing parts of ExplorerPatcher that are not localizable. + +We apologize for the additional work that this change might cause. We hope that this one-time change will make it easier for translators to localize ExplorerPatcher and also easier for both translators and users to keep ExplorerPatcher up to date. + ## 22621.2428.59 Tested on OS builds 22000.2416, 22621.2428, 23555.1000, and 23560.1000. diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 414761f..bbe8bbd 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 414761f62e8bc71f941a2e970432fff682d534eb +Subproject commit bbe8bbda4e6c31ef5866439c57c09067ad0ba3be diff --git a/ep_gui/resources/lang/ep_gui.en-US.rc b/ep_gui/resources/lang/ep_gui.en-US.rc index f253107..d115e80 100644 --- a/ep_gui/resources/lang/ep_gui.en-US.rc +++ b/ep_gui/resources/lang/ep_gui.en-US.rc @@ -421,7 +421,7 @@ BEGIN IDS_ABOUT_OS "Running on %s, OS Build %d.%d." IDS_ABOUT_GITHUB "Visit project GitHub" IDS_ABOUT_WEBSITE "Visit web site" - IDS_ABOUT_DONATE "Donate (using PayPal)" + IDS_ABOUT_DONATE "Donate" IDS_ABOUT_FAQ "Frequently Asked Questions" IDS_ABOUT_SETTINGS "Learn more managing these settings" IDS_ABOUT_IMPORT "Import settings" diff --git a/version.h b/version.h index 9d708d7..e6cd2b2 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define VER_MAJOR 22621 -#define VER_MINOR 2428 -#define VER_BUILD_HI 59 +#define VER_MINOR 2506 +#define VER_BUILD_HI 60 #define VER_BUILD_LO 1 #define VER_FLAGS VS_FF_PRERELEASE