Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Oct 24, 2022
1 parent 2cf2931 commit 3fb8790
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions AcrylicMenus/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions AcrylicMenusLoader/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3fb8790

Please sign in to comment.