From 7444c7cb52c41a8f74aca2412a999cc6a464711d Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Wed, 24 Jul 2024 16:27:18 +0700 Subject: [PATCH] Version: 22621.3880.66.3 (pre-release) --- CHANGELOG.md | 9 +++++++++ ExplorerPatcher-L10N | 2 +- README.md | 12 ++++++++---- version.h | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9193a6a68..9850447f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ Tested on OS builds 19045.4598, 22621.3296, 22621.3810, 26120.961, and 26244.500 * If you want to use the new taskbar implementation, you can download the appropriate DLL for your system from the [Releases](https://github.com/ExplorerPatcher/ep_taskbar_releases/releases/latest) page of its releases repository, and then manually putting it in `C:\Program Files\ExplorerPatcher` without the architecture specifier. * For example, for 226xx builds on x64-based systems, download `ep_taskbar.2.amd64.dll`, rename to `ep_taskbar.2.dll`, and lastly put it in `C:\Program Files\ExplorerPatcher`. +##### 3 + +* Introduced support for ARM64 devices. (992b3a6, 2e4e4f5, b76c0e4, c9884b2, 57f63ad, 78788ec, 4799b4b, 5d0d218) + * These builds are only tested on and made to work with 24H2 ARM64 builds. Older ARM64 Windows versions than 24H2 may not work as expected. + * An ARM64 device to support the making and testing of ARM64 builds is not cheap, so please consider [donating @Amrsatrio via Ko-fi](https://ko-fi.com/amrsatrio) to recoup the costs. +* Added an "Update now" button into update notifications for easier updating. (2b9c747, 8c16a9a) +* Revised how files are packed in ep_setup for smaller size and easier maintenance. (30579b0, b253625, 04fd2b7, db54ce9, 126c024, c0201ff) +* ⚠️ **Note for users with the pre-release versions enabled:** Versions before this one will not be able to update to this version or later versions due to the updater code of previous versions not supporting multiple binaries in one GitHub release. Please manually update by downloading the appropriate binary from this page. + ## 22621.3527.65 Tested on OS builds 22621.3296, 22621.3447, 22621.3527, 22635.3566, 26058.1000, 26120.461, and 26200.5001. (Note: 22621 and 22631 share the same OS files) diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index b099ad615..0d154eba1 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit b099ad61561b9463eb69ce86c4d8d2977bd16903 +Subproject commit 0d154eba13317cd33530968224b39ba94260e20b diff --git a/README.md b/README.md index 160753b26..678a5a876 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # ExplorerPatcher -[![Join on Discord](https://discordapp.com/api/guilds/1155912047897350204/widget.png?style=shield)](https://discord.gg/gsPcfqHTD2) - This project aims to enhance the working environment on Windows. ## How to? -1. Download the [latest version of the setup program](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe). +1. Download the latest version of the setup program [for x64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) or [for ARM64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.arm64.exe). 2. Run the installer. It will automatically prompt for elevation, after which it will install the necessary files. 3. When done, you will be greeted with the familiar Windows 10 taskbar. To customize the options offered by the program, right click the taskbar and choose "Properties". @@ -22,10 +20,16 @@ That's it. It's that simple. ## Updating * The program features built-in updates: go to "Properties" - "Updates" to configure, check for and install the latest updates. Learn more [here](https://github.com/valinet/ExplorerPatcher/wiki/Configure-updates). -* Download the [latest version's setup file](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) and simply run it. +* Download the latest version's [setup file for x64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe) or [setup file for ARM64](https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.arm64.exe) and simply run it. ## Donate If you find this project essential to your daily life, please consider donating to support the development through the [Sponsor](https://github.com/valinet/ExplorerPatcher?sponsor) button at the top of this page, so that we can continue to keep supporting newer Windows builds. +## Discord Server + +Join our Discord server if you need support, want to chat regarding this project, or just want to hang out with us! + +[![Join on Discord](https://discordapp.com/api/guilds/1155912047897350204/widget.png?style=shield)](https://discord.gg/gsPcfqHTD2) + [Read more](https://github.com/valinet/ExplorerPatcher/wiki) diff --git a/version.h b/version.h index f63f8ff87..c578290e7 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 3880 #define VER_BUILD_HI 66 -#define VER_BUILD_LO 2 +#define VER_BUILD_LO 3 #define VER_FLAGS VS_FF_PRERELEASE