From e868031eb00697e39a230db15ff1666ff9f643e3 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 15 Dec 2021 04:52:29 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 3 ++- version.h | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f08ef..5277d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.h b/version.h index b84cfd7..7f972a8 100644 --- a/version.h +++ b/version.h @@ -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"