1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00

Version: 22000.493.42.26

This commit is contained in:
Valentin Radu 2022-03-03 07:22:42 +02:00
parent eb1d960bcc
commit 0539a4236a
2 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Implemented Weather widget for the classic taskbar, similar to what is available in the more recent updates to Windows 10. Read more about it [here](https://github.com/valinet/ExplorerPatcher/wiki/Weather). * Implemented Weather widget for the classic taskbar, similar to what is available in the more recent updates to Windows 10. Read more about it [here](https://github.com/valinet/ExplorerPatcher/wiki/Weather).
* Implemented 2 features that help in replacing the functionality of the quick launch toolbar with pinned taskbar items. Read more about it [here](https://github.com/valinet/ExplorerPatcher/discussions/819) (.7). * Implemented 2 features that help in replacing the functionality of the quick launch toolbar with pinned taskbar items. Read more about it [here](https://github.com/valinet/ExplorerPatcher/discussions/819) (.7).
* Implemented option to have the Start menu open on a specific monitor (#821) (.8) * Implemented option to have the Start menu open on a specific monitor (#821) (.8)
* Options to center Windows 10 taskbar (.26)
#### Feature enhancements #### Feature enhancements
@ -60,6 +61,7 @@ Please make sure you are connected to the Internet while installing, the applica
* 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) * Fixed a bug that prevented correct displaying of the weather widget contents when using a right-to-left language (#954) (.22)
* Fixed a bug that prevented the Windows 10 Start menu from working in full screen mode (.23) * Fixed a bug that prevented the Windows 10 Start menu from working in full screen mode (.23)
* Fixed a bug that presented the weather widget with a wrong height when using the taskbar vertically (.26)
## 22000.469.41 ## 22000.469.41

View File

@ -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 25 #define VER_BUILD_LO 26
#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.25" #define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.26"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.25" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.26"