mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Version: 22621.3880.66.3 (pre-release)
This commit is contained in:
parent
c0201ff442
commit
7444c7cb52
@ -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.
|
* 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`.
|
* 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
|
## 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)
|
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)
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b099ad61561b9463eb69ce86c4d8d2977bd16903
|
Subproject commit 0d154eba13317cd33530968224b39ba94260e20b
|
12
README.md
12
README.md
@ -1,12 +1,10 @@
|
|||||||
# ExplorerPatcher
|
# 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.
|
This project aims to enhance the working environment on Windows.
|
||||||
|
|
||||||
## How to?
|
## 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.
|
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".
|
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
|
## 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).
|
* 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
|
## 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.
|
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)
|
[Read more](https://github.com/valinet/ExplorerPatcher/wiki)
|
||||||
|
Loading…
Reference in New Issue
Block a user