Skip to content

Commit

Permalink
Version: 22621.3007.63.1 (pre-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Feb 13, 2024
1 parent d4f3662 commit 982fe56
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, and 23590.1000.
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 2861
#define VER_BUILD_HI 62
#define VER_BUILD_LO 2
#define VER_MINOR 3007
#define VER_BUILD_HI 63
#define VER_BUILD_LO 1
#define VER_FLAGS VS_FF_PRERELEASE


Expand Down

0 comments on commit 982fe56

Please sign in to comment.