Skip to content

Commit

Permalink
Version: 22621.3880.66.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Sep 12, 2024
1 parent 9811810 commit 92fce8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
> <ins>**You are downloading a file flagged as malware by Microsoft and very likely by other major antivirus vendors.**</ins> 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`
Expand All @@ -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) 🙏

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 92fce8c

Please sign in to comment.