Skip to content

Commit

Permalink
update: 22621.1413.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukari316 committed Mar 20, 2023
2 parents 286f6bb + 4e55fee commit 6563b0d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified ExplorerPatcher/ExplorerPatcher.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion ep_extra/ep_extra.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ep_extra_valinet.win7alttab/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ep_setup/ep_setup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ep_setup/ep_setup_debug.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ep_weather_host/ep_weather_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ep_weather_host/ep_weather_host.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 1413
#define VER_BUILD_HI 54
#define VER_BUILD_LO 2
#define VER_BUILD_LO 3
#define VER_FLAGS VS_FF_PRERELEASE


Expand All @@ -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"

0 comments on commit 6563b0d

Please sign in to comment.