From 92fce8c90267fc9036e816435badc71b12027380 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Thu, 12 Sep 2024 15:04:51 +0700 Subject: [PATCH] Version: 22621.3880.66.6 --- .github/workflows/build.yml | 8 ++++++++ CHANGELOG.md | 13 ++++++++++++- version.h | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f64a3a..a6fb708 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,6 +171,14 @@ jobs: ) exit /b 0 + - name: Delete intermediate files + shell: bash + run: | + rm -rf build/Release/x64/ep_setup_files + rm -f build/Release/x64/ep_setup_files.zip.bin + rm -rf build/Release/ARM64/ep_setup_files + rm -f build/Release/ARM64/ep_setup_files.zip.bin + - name: Upload artifacts uses: actions/upload-artifact@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 678997d..c7a0488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,8 +53,16 @@ With this update, ExplorerPatcher is now officially compatible and supported on * ep_taskbar: Fixed the task band not having a handle when the taskbar is unlocked. * ep_taskbar: Fixed scroll arrows in window list popups (`ExtendedUI`) having weird appearance and behavior. +##### 6 + +* Updates: Fixed a bug where empty UpdateURL registry values would break the updates system. (#3668) (ac14c75) +* Setup: Cleaned some unneeded stuff in the setup binary. (9811810) +* Misc: Restored exported functions for launching/restarting Explorer: `ZZLaunchExplorer`, `ZZLaunchExplorerDelayed`, and `ZZRestartExplorer`. (9811810) + > [!WARNING] -> Please include the following folders in your antivirus' exclusion list to prevent issues due to false positive detections: +> **You are downloading a file flagged as malware by Microsoft and very likely by other major antivirus vendors.** We believe that this false flag indicates Microsoft's hatred against this software, not because this contains a virus or such. +> +> Please include the following files and folders in your antivirus' exclusion list to prevent issues due to antivirus detections: > * `C:\Program Files\ExplorerPatcher` > * `%APPDATA%\ExplorerPatcher` > * `C:\Windows\dxgi.dll` @@ -69,6 +77,9 @@ With this update, ExplorerPatcher is now officially compatible and supported on > Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy" > Add-MpPreference -ExclusionPath "C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy" > ``` +> If you are downloading from this page, please temporarily disable real-time protection or save to a folder excluded from antivirus scans. +> +> Issues related to antivirus detections **will be closed immediately**. Discuss this in #3228. **A little request from us:** Because the development of EP's taskbar implementation took a lot of effort for 8 consecutive months, and that an ARM64 device to support the making and testing of ARM64 builds is not cheap, it would be really, really appreciated if you can [donate @Amrsatrio via Ko-fi](https://ko-fi.com/amrsatrio) 🙏 diff --git a/version.h b/version.h index 68f1a9a..b7d38b9 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 5 +#define VER_BUILD_LO 6 #define VER_FLAGS VS_FF_PRERELEASE