mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-26 16:13:43 +01:00
Version: 22621.1413.54.3
This commit is contained in:
parent
27a8fd9a6b
commit
4e55feefc3
10
CHANGELOG.md
10
CHANGELOG.md
@ -12,11 +12,19 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
|
||||
##### 1
|
||||
|
||||
* Windows 10 taskbar: Fixed a bug that made the following functionalities have issues or stop working: Task View button, `Win-Tab`, `Alt-Tab` after pressing `Win-Tab`, flyouts alignment, notification center alignment, `Win` key shortcuts (thanks @CthRio for the heads up). (0ad140c)
|
||||
* Windows 10 taskbar: Fixed a bug that made the following functionalities have issues or stop working: Task View button, `Win-Tab`, `Alt-Tab` after pressing `Win-Tab`, flyouts alignment, notification center alignment, `Win` key shortcuts on OS build 22621.1413+ (thanks @CthRio for the heads up). (0ad140c)
|
||||
* Setup: Fixed a bug that prevented File Explorer from starting automatically after servicing the application if the installer run using different credentials than the logged on user (thanks @Abestanis). (1738b45)
|
||||
* Weather: Fixed widget icons when using Microsoft icon pack. (2a1aad2)
|
||||
* Implemented a mechanism to stop repeated crashes. (d7e5b7d)
|
||||
|
||||
##### 2
|
||||
|
||||
* Weather: Fixed a bug that prevented the widget from displaying correctly. (a5e5287)
|
||||
|
||||
##### 3
|
||||
|
||||
* Windows 11 Start menu: Better enforcement for disabling the "Recommended" section. (27a8fd9)
|
||||
|
||||
## 22621.1344.53
|
||||
|
||||
Tested on OS builds 22621.1344, 22000.1574, and 19044.1466.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22621
|
||||
#define VER_MINOR 1413
|
||||
#define VER_BUILD_HI 54
|
||||
#define VER_BUILD_LO 1
|
||||
#define VER_BUILD_LO 3
|
||||
#define VER_FLAGS VS_FF_PRERELEASE
|
||||
|
||||
|
||||
@ -12,5 +12,5 @@
|
||||
#define VER_STR(arg) #arg
|
||||
|
||||
// The String form of the version numbers
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.1"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.1"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user