Browse Source

Version: 22621.608.51.2

pull/1138/head 22621.608.51.2_f285371
Valentin Radu 3 years ago
parent
commit
f285371de0
  1. 5
      CHANGELOG.md
  2. 6
      version.h

5
CHANGELOG.md

@ -16,6 +16,11 @@ Please make sure you are connected to the Internet while installing, the applica
* Fixed the Windows 10 network and battery flyouts on OS build 22621. * Fixed the Windows 10 network and battery flyouts on OS build 22621.
* Weather: Fixed a bug that displayed the widget contents with incorrect left padding. * Weather: Fixed a bug that displayed the widget contents with incorrect left padding.
##### 2
* sws: Support for changing selection in window list using the mouse wheel (suggestion by andrewz).
* Fix broken "Cascade windows", "Show windows stacked", "Show windows side by side", and "Undo ..." options in taskbar context menu (reported by iamk9008).
## 22622.450.50 ## 22622.450.50
Tested on OS build 22622.450. Tested on OS build 22622.450.

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22621 #define VER_MAJOR 22621
#define VER_MINOR 608 #define VER_MINOR 608
#define VER_BUILD_HI 51 #define VER_BUILD_HI 51
#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.608.51.1" #define VER_FILE_STRING VALUE "FileVersion", "22621.608.51.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.1" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.2"

Loading…
Cancel
Save