diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbb2ce..c86237a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ Please make sure you are connected to the Internet while installing, the applica * Support for OS builds 22621+. Read more [here](https://github.com/valinet/ExplorerPatcher/issues/1082#issuecomment-1206690333). * Added an option to shrink address bar height in File Explorer windows (thanks @krlvm). +##### 2 + +* Support for disabling the modern search bar in 32-bit applications as well (thanks @krlvm). +* Fixed a bug that could prevent deleting registry keys when the application was supposed to (for example, when uninstalling or toggling certain settings). + ## 22000.795.48 Tested on OS build 22000.795. diff --git a/version.h b/version.h index 7388887..5930ef5 100644 --- a/version.h +++ b/version.h @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.1" +#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.2"