Browse Source

Version: 22621.1413.54.2

22621.1413.54.2_e7e3abc
Valentin Radu 3 years ago
parent
commit
e7e3abc2fa
  1. 6
      CHANGELOG.md
  2. 6
      version.h

6
CHANGELOG.md

@ -12,11 +12,15 @@ Please make sure you are connected to the Internet while installing, the applica @@ -12,11 +12,15 @@ 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)
## 22621.1344.53
Tested on OS builds 22621.1344, 22000.1574, and 19044.1466.

6
version.h

@ -1,7 +1,7 @@ @@ -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 2
#define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@ @@ -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.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.2"

Loading…
Cancel
Save