Browse Source

Version: 22621.819.52.2

pull/1138/head 22621.819.52.2_7c4567a
Valentin Radu 3 years ago
parent
commit
7c4567ac79
  1. 4
      CHANGELOG.md
  2. 6
      version.h

4
CHANGELOG.md

@ -16,6 +16,10 @@ Please make sure you are connected to the Internet while installing, the applica
* Windows 11 taskbar: Option to use the stock taskbar context menu. (451db3c) * Windows 11 taskbar: Option to use the stock taskbar context menu. (451db3c)
* Fixed a bug that could display the Start menu on a wrong monitor or outside the screen when the taskbar was moved to the top of the screen and the previous setting was at the right edge of the screen. (53fad19) * Fixed a bug that could display the Start menu on a wrong monitor or outside the screen when the taskbar was moved to the top of the screen and the previous setting was at the right edge of the screen. (53fad19)
##### 2
* Windows 11 Start menu: Fixed a bug that prevented the disable "Recommended" section feature from working when the scaling level of the screen the Start menu is displayed on is set to 125% (120 DPI). (9f9d43e)
## 22621.608.51 ## 22621.608.51
Tested on OS builds 22621.608 and 22000.1042. Tested on OS builds 22621.608 and 22000.1042.

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22621 #define VER_MAJOR 22621
#define VER_MINOR 819 #define VER_MINOR 819
#define VER_BUILD_HI 52 #define VER_BUILD_HI 52
#define VER_BUILD_LO 1 #define VER_BUILD_LO 2
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22621.819.52.1" #define VER_FILE_STRING VALUE "FileVersion", "22621.819.52.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.819.52.1" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.819.52.2"

Loading…
Cancel
Save