From 3fb879094fa30305bf02490a27f938c58cc47aa7 Mon Sep 17 00:00:00 2001 From: krlvm <51774833+krlvm@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:24:43 +0300 Subject: [PATCH] Bump version to 1.0.7 --- AcrylicMenus/Resource.rc | 8 ++++---- AcrylicMenusLoader/Resource.rc | 4 ++-- README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AcrylicMenus/Resource.rc b/AcrylicMenus/Resource.rc index 863c8d0..d8e6c2e 100644 --- a/AcrylicMenus/Resource.rc +++ b/AcrylicMenus/Resource.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,6,0 - PRODUCTVERSION 1,0,6,0 + FILEVERSION 1,0,7,0 + PRODUCTVERSION 1,0,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,12 +43,12 @@ BEGIN BEGIN VALUE "CompanyName", "ALTaleX531, Maplespe, krlvm" VALUE "FileDescription", "AcrylicMenus Hook DLL" - VALUE "FileVersion", "1.0.6.0" + VALUE "FileVersion", "1.0.7.0" VALUE "InternalName", "AcrylicMenus.dll" VALUE "LegalCopyright", "Copyright (C) ALTaleX531, Maplespe, 2022, krlvm 2021-2022" VALUE "OriginalFilename", "AcrylicMenus.dll" VALUE "ProductName", "AcrylicMenus" - VALUE "ProductVersion", "1.0.6.0" + VALUE "ProductVersion", "1.0.7.0" END END BLOCK "VarFileInfo" diff --git a/AcrylicMenusLoader/Resource.rc b/AcrylicMenusLoader/Resource.rc index 3db0a84..d9da4e2 100644 --- a/AcrylicMenusLoader/Resource.rc +++ b/AcrylicMenusLoader/Resource.rc @@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0 - PRODUCTVERSION 1,0,6,0 + PRODUCTVERSION 1,0,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -48,7 +48,7 @@ BEGIN VALUE "LegalCopyright", "Copyright (C) ALTaleX531, Maplespe, 2022, krlvm 2021-2022" VALUE "OriginalFilename", "AcrylicMenusLoader.exe" VALUE "ProductName", "AcrylicMenus" - VALUE "ProductVersion", "1.0.6.0" + VALUE "ProductVersion", "1.0.7.0" END END BLOCK "VarFileInfo" diff --git a/README.md b/README.md index 84ad2fa..e995e9a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Technically, AcrylicMenus supports all Win32 applications, excluding legacy and In dark theme, Windows 10 menus have very ugly white borders. It is not possible to prevent them from being painted because they are in the non-client area, but it is possible to override them after some delay, which is already done in light theme, however, doing this to the dark menu causes much more eye attention and looks unpleasant. -So, this functionality is disabled by default, but can be optionally toggled by adding DWORD registry key `RedrawDarkThemeBorders` to `HKEY_CURRENT_USER\SOFTWARE\AcrylicMenus` with value `1`. If you want to disable the transition animation, add the key `RedrawDarkThemeBordersNoAnimation` with value `0` there as well. +So, this functionality is disabled by default, but can be optionally toggled by adding DWORD registry key `RedrawDarkThemeBorders` to `HKEY_CURRENT_USER\SOFTWARE\AcrylicMenus` with value `1`. You can do this from command line: