Skip to content

Commit 3fb8790

Browse files
committed
Bump version to 1.0.7
1 parent 2cf2931 commit 3fb8790

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

AcrylicMenus/Resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 1,0,6,0
29-
PRODUCTVERSION 1,0,6,0
28+
FILEVERSION 1,0,7,0
29+
PRODUCTVERSION 1,0,7,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
4343
BEGIN
4444
VALUE "CompanyName", "ALTaleX531, Maplespe, krlvm"
4545
VALUE "FileDescription", "AcrylicMenus Hook DLL"
46-
VALUE "FileVersion", "1.0.6.0"
46+
VALUE "FileVersion", "1.0.7.0"
4747
VALUE "InternalName", "AcrylicMenus.dll"
4848
VALUE "LegalCopyright", "Copyright (C) ALTaleX531, Maplespe, 2022, krlvm 2021-2022"
4949
VALUE "OriginalFilename", "AcrylicMenus.dll"
5050
VALUE "ProductName", "AcrylicMenus"
51-
VALUE "ProductVersion", "1.0.6.0"
51+
VALUE "ProductVersion", "1.0.7.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

AcrylicMenusLoader/Resource.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2626

2727
VS_VERSION_INFO VERSIONINFO
2828
FILEVERSION 1,0,0,0
29-
PRODUCTVERSION 1,0,6,0
29+
PRODUCTVERSION 1,0,7,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -48,7 +48,7 @@ BEGIN
4848
VALUE "LegalCopyright", "Copyright (C) ALTaleX531, Maplespe, 2022, krlvm 2021-2022"
4949
VALUE "OriginalFilename", "AcrylicMenusLoader.exe"
5050
VALUE "ProductName", "AcrylicMenus"
51-
VALUE "ProductVersion", "1.0.6.0"
51+
VALUE "ProductVersion", "1.0.7.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Technically, AcrylicMenus supports all Win32 applications, excluding legacy and
2222

2323
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.
2424

25-
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.
25+
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`.
2626

2727
You can do this from command line:
2828

0 commit comments

Comments
 (0)