Skip to content

Commit

Permalink
Version: 22621.2361.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Sep 25, 2023
1 parent 1977d78 commit 05611dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.

## 22621.2361.58

Tested on OS builds 22000.2416, 22621.1, 22621.2134, 22621.2361, 22631.2338, and 23545.1000.

#### Details

##### 1

* Taskbar10: Fixed Windows 10 taskbar not showing up on Windows 11 builds with "Never combine" on the new taskbar. (bc3bbc7)
* Taskbar10: Fixed pen menu crashing `explorer.exe` on 22621.2134+. (1977d78)
* Taskbar11: Fixed a bug that crashed `explorer.exe` when right clicking the new taskbar on Windows 11 builds with "Never combine" on the new taskbar. (6023718)
* File Explorer: EP now tries to avoid crashes related to the new Windows App SDK views. (b426d2c)
* On OS builds 22621+, fixed a bug that crashed `explorer.exe` when required functions in `twinui.pcshell.dll` (for Win+X and Windows 10 Alt+Tab) could not be found using the fallback method. (6023718)

## 22621.2283.57

Tested on OS build 22621.2283. Installer requires Internet connectivity.
Expand Down
10 changes: 5 additions & 5 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 2283
#define VER_BUILD_HI 57
#define VER_BUILD_LO 2
#define VER_MINOR 2361
#define VER_BUILD_HI 58
#define VER_BUILD_LO 1
#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.2283.57.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2283.57.2"
#define VER_FILE_STRING VALUE "FileVersion", "22621.2361.58.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2361.58.1"

2 comments on commit 05611dd

@valinet
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fork the project, implement and test the change (I think STRINGIFY and STRINGIFY2 as macros are defined in some other header, idk if they conflict or not; you can call the 2 some thing else, like STRINGIFYVER and STRINGIFYVER2 and probably that will work fine), then make a commit and a PR and we will merge the change.

Thanks.

@valinet
Copy link
Owner

@valinet valinet commented on 05611dd Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have integrated this in fbaad56. Thank you.

Please sign in to comment.