Browse Source

Version: 22000.493.42.22

22000.493.42.22_4a954cf
Valentin Radu 4 years ago
parent
commit
4a954cfc3a
  1. 3
      CHANGELOG.md
  2. 6
      version.h

3
CHANGELOG.md

@ -31,6 +31,8 @@ Please make sure you are connected to the Internet while installing, the applica
* Enabling the weather widget will automatically download and install the Microsoft WebView2 Runtime on computers where it is not installed (.16) * Enabling the weather widget will automatically download and install the Microsoft WebView2 Runtime on computers where it is not installed (.16)
* Option to enable dev tools for weather widget debugging (#934) (.19, .20) * Option to enable dev tools for weather widget debugging (#934) (.19, .20)
* Pinning items to the Windows 10 Start menu works from File Explorer windows (.21) * Pinning items to the Windows 10 Start menu works from File Explorer windows (.21)
* Added option to disable the "Recommended" section on the Windows 11 Start menu (.22)
* Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22)
#### Fixes #### Fixes
@ -53,6 +55,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Fixed a bug that prevented the "Skin menus" setting from working in the `Win`+`X` menu on Windows 10 (.19) * Fixed a bug that prevented the "Skin menus" setting from working in the `Win`+`X` menu on Windows 10 (.19)
* Fixed a bug that would display an information banner that obscured the weather widget in some occasions when displaying the widget in German (#934) (thanks @frederic2de) (.20) * Fixed a bug that would display an information banner that obscured the weather widget in some occasions when displaying the widget in German (#934) (thanks @frederic2de) (.20)
* Fixed program windows in older 22000-based OS builds (.21) * Fixed program windows in older 22000-based OS builds (.21)
* Fixed a bug that prevented correct displaying of the weather widget contents when using a right-to-left language (#954) (.22)
## 22000.469.41 ## 22000.469.41

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22000 #define VER_MAJOR 22000
#define VER_MINOR 493 #define VER_MINOR 493
#define VER_BUILD_HI 42 #define VER_BUILD_HI 42
#define VER_BUILD_LO 21 #define VER_BUILD_LO 22
#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", "22000.493.42.21" #define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.22"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.21" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.22"

Loading…
Cancel
Save