Browse Source

Version: 22000.493.42.19

pull/979/head 22000.493.42.19_73154c4
Valentin Radu 4 years ago
parent
commit
73154c4537
  1. 2
      CHANGELOG.md
  2. 6
      version.h

2
CHANGELOG.md

@ -29,6 +29,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Installer sets a Start menu shortcut for the "Properties" window (.11) * Installer sets a Start menu shortcut for the "Properties" window (.11)
* Support for high contrast themes in the "Properties" window and in the weather widget (#885) (.15) * Support for high contrast themes in the "Properties" window and in the weather widget (#885) (.15)
* 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)
#### Fixes #### Fixes
@ -48,6 +49,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Fixed a bug that could prevent the weather widget from launching under certain conditions (.15) * Fixed a bug that could prevent the weather widget from launching under certain conditions (.15)
* Fixed a bug in the Weather widget that could display an erroneous Google search pop-up (thanks @plofhaan) ([#734](https://github.com/valinet/ExplorerPatcher/discussions/734#discussioncomment-2216475)) (.17) * Fixed a bug in the Weather widget that could display an erroneous Google search pop-up (thanks @plofhaan) ([#734](https://github.com/valinet/ExplorerPatcher/discussions/734#discussioncomment-2216475)) (.17)
* Fixed a bug that resulted in an access violation on log off when EP runs alongside 7+TT (#894) (.18) * Fixed a bug that resulted in an access violation on log off when EP runs alongside 7+TT (#894) (.18)
* Fixed a bug that prevented the "Skin menus" setting from working in the `Win`+`X` menu on Windows 10 (.19)
## 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 18 #define VER_BUILD_LO 19
#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.18" #define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.19"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.18" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.19"

Loading…
Cancel
Save