Skip to content

Commit

Permalink
Version: 22621.1413.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Mar 19, 2023
1 parent 27a8fd9 commit 4e55fee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ Please make sure you are connected to the Internet while installing, the applica

##### 1

* Windows 10 taskbar: Fixed a bug that made the following functionalities have issues or stop working: Task View button, `Win-Tab`, `Alt-Tab` after pressing `Win-Tab`, flyouts alignment, notification center alignment, `Win` key shortcuts (thanks @CthRio for the heads up). (0ad140c)
* Windows 10 taskbar: Fixed a bug that made the following functionalities have issues or stop working: Task View button, `Win-Tab`, `Alt-Tab` after pressing `Win-Tab`, flyouts alignment, notification center alignment, `Win` key shortcuts on OS build 22621.1413+ (thanks @CthRio for the heads up). (0ad140c)
* Setup: Fixed a bug that prevented File Explorer from starting automatically after servicing the application if the installer run using different credentials than the logged on user (thanks @Abestanis). (1738b45)
* Weather: Fixed widget icons when using Microsoft icon pack. (2a1aad2)
* Implemented a mechanism to stop repeated crashes. (d7e5b7d)

##### 2

* 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

Tested on OS builds 22621.1344, 22000.1574, and 19044.1466.
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 1
#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.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.1"
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"

0 comments on commit 4e55fee

Please sign in to comment.