1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Version: 22621.3007.63.1 (pre-release)

This commit is contained in:
Amrsatrio 2024-02-14 06:09:17 +07:00
parent d4f36622c5
commit 982fe56eb3
3 changed files with 19 additions and 4 deletions

View File

@ -2,6 +2,21 @@
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
## 22621.3007.63
Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.3155.
##### 1
* Taskbar10: The Network and Battery flyouts on later 22621 builds onwards and Windows 10 now open instantly without issues. (97fd483)
* Taskbar10: Allowed the use of search box (without highlights) on Windows 11. (0157ecc)
* Start10: Added proper handling when the Windows 10 start menu is not available (e.g. 24H2/Canary builds). (3c8809e)
* Start10: Removed the original method for fixing Jump List (right click) views. (79b0f68)
* File Explorer: The address bar shrinking is now more accurate with pixel-perfect height compared to Windows 7, 8.1, and 10 (without the modern search). (e0b97e2)
* GUI: Added "Uninstall" section containing a button to launch the uninstaller. (0c5021b)
* Setup: There should now be fewer .prev files, and uninstallation should be cleaner as well. (296c6a0)
* Symbols: Added `explorer.exe` symbols for 22621+ and unified the method for Windows 10 Alt+Tab on 22000. (1f2e2c4)
## 22621.2861.62 ## 22621.2861.62
Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, and 23590.1000. Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, and 23590.1000.

@ -1 +1 @@
Subproject commit 6be49caadcd672be19c4fa4ebb5ee6274448af2c Subproject commit 6965327c5ed477a68f71471ef704d7e6ba1dce15

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22621 #define VER_MAJOR 22621
#define VER_MINOR 2861 #define VER_MINOR 3007
#define VER_BUILD_HI 62 #define VER_BUILD_HI 63
#define VER_BUILD_LO 2 #define VER_BUILD_LO 1
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE