mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-18 16:54:13 +01:00
Updated CHANGELOG
This commit is contained in:
parent
03cc65f491
commit
e868031eb0
@ -25,7 +25,7 @@ Tested on OS build 22000.376.
|
||||
* Fixed solution to properly produce a debug setup program
|
||||
* Possibility to uninstall by renaming `ep_setup.exe` to `ep_uninstall.exe` and running that (.4)
|
||||
* Fixed a bug that crashed the "Properties" GUI when toggling certain settings (#527) (.6)
|
||||
* File Explorer is restarted unelevated when servicing the application (#528) (.7)
|
||||
* The "Properties" window is restarted unelevated if it was open when application servicing was performed (#528) (.7, .13)
|
||||
* Reliability improvements for File Explorer restarts (#529) (.7)
|
||||
* When changing the main taskbar position and restarting File Explorer, the new position is now correctly saved and applied when File Explorer restarts (#523) (.7)
|
||||
* Mitigation for the issue described in #416 (.7)
|
||||
@ -34,6 +34,7 @@ Tested on OS build 22000.376.
|
||||
* Ability to choose look of Snap Assist (window list when snapping a window): Windows 11 or Windows 10 style (.11)
|
||||
* Fixed a bug that prevented the correct set up of "DisplayVersion" registry entry in the uninstall information registry key (.11)
|
||||
* Secondary taskbars' context menu is displayed similarly to the primary taskbar's context menu for Windows 10 style (.12)
|
||||
* Safeguards to prevent malicious executions on update mechanism hijacks for systems where User Account Control is disabled (#567) (.13)
|
||||
|
||||
#### Simple Window Switcher
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 376
|
||||
#define VER_BUILD_HI 40
|
||||
#define VER_BUILD_LO 12
|
||||
#define VER_BUILD_LO 13
|
||||
#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", "22000.376.40.12"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.376.40.12"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.376.40.13"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.376.40.13"
|
||||
|
Loading…
x
Reference in New Issue
Block a user