diff --git a/CHANGELOG.md b/CHANGELOG.md index b105eb42f..51e4eb20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,11 @@ Please make sure you are connected to the Internet while installing, the applica ##### 2 -* Windows 10 Start menu: Fixed a bug that prevented non-Win32 apps from showing up in the menu on OS build 22621.1413+. (bd6a13d) (#1108) +* 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 diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index 328e28011..1e1f3a878 100644 Binary files a/ExplorerPatcher/ExplorerPatcher.rc and b/ExplorerPatcher/ExplorerPatcher.rc differ diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index ef601fab3..070f6df42 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -11447,7 +11447,7 @@ int Start_SetWindowRgn(HWND hWnd, HRGN hRgn, BOOL bRedraw) else { LVT_StartDocked_DisableRecommendedSection(hWnd, StartDocked_DisableRecommendedSection, &rc); - StartDocked_DisableRecommendedSectionApply = FALSE; + //StartDocked_DisableRecommendedSectionApply = FALSE; } if (hWndTaskbar) { diff --git a/ep_extra/ep_extra.rc b/ep_extra/ep_extra.rc index 0dca6b07c..37a6bfa31 100644 --- a/ep_extra/ep_extra.rc +++ b/ep_extra/ep_extra.rc @@ -71,7 +71,7 @@ BEGIN VALUE "FileDescription", "ExplorerPatcher Custom Libraries Chainloader" VALUE "FileVersion", "1.0.0.0" VALUE "InternalName", "ep_extra.dll" - VALUE "LegalCopyright", "Copyright (C) 2006-2022 VALINET Solutions SRL. All rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2006-2023 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ep_extra.dll" VALUE "ProductName", "ExplorerPatcher" VALUE "ProductVersion", "1.0.0.0" diff --git a/ep_extra_valinet.win7alttab/Resource.rc b/ep_extra_valinet.win7alttab/Resource.rc index f0951e3a5..66e775499 100644 --- a/ep_extra_valinet.win7alttab/Resource.rc +++ b/ep_extra_valinet.win7alttab/Resource.rc @@ -71,7 +71,7 @@ BEGIN VALUE "FileDescription", "ExplorerPatcher Windows 7 Alt-Tab Module" VALUE "FileVersion", "1.0.0.0" VALUE "InternalName", "ep_extra_valinet.win7alttab" - VALUE "LegalCopyright", "Copyright (C) 2006-2022 VALINET Solutions SRL. All rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2006-2023 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ep_extra_valinet.win7alttab" VALUE "ProductName", "ExplorerPatcher" VALUE "ProductVersion", "1.0.0.0" diff --git a/ep_setup/ep_setup.rc b/ep_setup/ep_setup.rc index bd0933b7f..2324f7a5a 100644 --- a/ep_setup/ep_setup.rc +++ b/ep_setup/ep_setup.rc @@ -72,7 +72,7 @@ BEGIN VALUE "FileDescription", "ExplorerPatcher Setup Program" VER_FILE_STRING VALUE "InternalName", "ep_setup.exe" - VALUE "LegalCopyright", "Copyright (C) 2006-2022 VALINET Solutions SRL. All rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2006-2023 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ep_setup.exe" VALUE "ProductName", "ExplorerPatcher" VER_PRODUCT_STRING diff --git a/ep_setup/ep_setup_debug.rc b/ep_setup/ep_setup_debug.rc index 36b1ab856..871f5d86e 100644 --- a/ep_setup/ep_setup_debug.rc +++ b/ep_setup/ep_setup_debug.rc @@ -72,7 +72,7 @@ BEGIN VALUE "FileDescription", "ExplorerPatcher Setup Program (Debug Build)" VER_FILE_STRING VALUE "InternalName", "ep_setup.exe" - VALUE "LegalCopyright", "Copyright (C) 2006-2022 VALINET Solutions SRL. All rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2006-2023 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ep_setup.exe" VALUE "ProductName", "ExplorerPatcher" VER_PRODUCT_STRING diff --git a/ep_weather_host/ep_weather_host.c b/ep_weather_host/ep_weather_host.c index cf4c5ee7c..53b6d0192 100644 --- a/ep_weather_host/ep_weather_host.c +++ b/ep_weather_host/ep_weather_host.c @@ -572,8 +572,8 @@ HRESULT STDMETHODCALLTYPE ICoreWebView2_NavigationCompleted(GenericObjectWithThi } else { - _epw_Weather_ExecuteDataScript(_this); - //SetTimer(_this->hWnd, EP_WEATHER_TIMER_EXECUTEDATASCRIPT, EP_WEATHER_TIMER_EXECUTEDATASCRIPT_DELAY, NULL); + //_epw_Weather_ExecuteDataScript(_this); + SetTimer(_this->hWnd, EP_WEATHER_TIMER_EXECUTEDATASCRIPT, EP_WEATHER_TIMER_EXECUTEDATASCRIPT_DELAY, NULL); } } else diff --git a/ep_weather_host/ep_weather_host.rc b/ep_weather_host/ep_weather_host.rc index 53e09325e..bb49a9fb8 100644 --- a/ep_weather_host/ep_weather_host.rc +++ b/ep_weather_host/ep_weather_host.rc @@ -71,7 +71,7 @@ BEGIN VALUE "FileDescription", "ExplorerPatcher Weather Host" VALUE "FileVersion", "1.0.0.0" VALUE "InternalName", "ep_weather_host.exe" - VALUE "LegalCopyright", "Copyright (C) 2006-2022 VALINET Solutions SRL. All rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2006-2023 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ep_weather_host.exe" VALUE "ProductName", "ExplorerPatcher" VALUE "ProductVersion", "1.0.0.0" diff --git a/version.h b/version.h index 08f06d4cb..ade730815 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 1413 #define VER_BUILD_HI 54 -#define VER_BUILD_LO 2 +#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.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.2" +#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"