From 6d746b5124236de402740102c71c05b40a1b3e25 Mon Sep 17 00:00:00 2001 From: Maplespe <43676879+Maplespe@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:16:07 +0800 Subject: [PATCH] update --- ExplorerBlurMica/ExplorerBlurMica.aps | Bin 2832 -> 2832 bytes ExplorerBlurMica/ExplorerBlurMica.rc | 8 ++++---- README.md | 4 +++- README_ZH.md | 4 +++- build/x64/ReadMe.txt | 6 ++++++ build/x64/Release/register.cmd | 1 - build/x64/Release/uninstall.cmd | 1 - 7 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ExplorerBlurMica/ExplorerBlurMica.aps b/ExplorerBlurMica/ExplorerBlurMica.aps index 0606354445a317bc94093ab474e63bae43a238a5..934277e2c137af97385aa8d3c1ae9ad37bb09301 100644 GIT binary patch delta 36 ocmbOrHbHDd87n6v0|NsS5HoJBXZ2)cG~9fWtsX>qavWy@0FIFeIRF3v delta 36 lcmbOrHbHDd87n6P5HNv=&GoFFjEn}GPqNj6C{K>#OaP8f2sHoz diff --git a/ExplorerBlurMica/ExplorerBlurMica.rc b/ExplorerBlurMica/ExplorerBlurMica.rc index 4acd57e..dc72e0c 100644 --- a/ExplorerBlurMica/ExplorerBlurMica.rc +++ b/ExplorerBlurMica/ExplorerBlurMica.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,0,0 - PRODUCTVERSION 2,0,0,0 + FILEVERSION 2,0,1,0 + PRODUCTVERSION 2,0,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,12 +43,12 @@ BEGIN BEGIN VALUE "CompanyName", "ExplorerBlurMica" VALUE "FileDescription", "https://github.com/Maplespe/ExplorerBlurMica/" - VALUE "FileVersion", "2.0.0.0" + VALUE "FileVersion", "2.0.1.0" VALUE "InternalName", "ExplorerBlurMica.dll" VALUE "LegalCopyright", "Copyright (C) Maplespe 2022-2024" VALUE "OriginalFilename", "ExplorerBlurMica.dll" VALUE "ProductName", "ExplorerBlurMica" - VALUE "ProductVersion", "2.0.0.0" + VALUE "ProductVersion", "2.0.1.0" END END BLOCK "VarFileInfo" diff --git a/README.md b/README.md index 1cf558c..b14b09c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Note: If something happens that crashes Explorer, press and hold the `ESC` key t ## Config ``` ini [config] -#Effect type 0=Blur 1=Acrylic 2=Mica 3=Blur(Clear) +#Effect type 0=Blur 1=Acrylic 2=Mica 3=Blur(Clear) 4=MicaAlt #Blur is only available until win11 22h2, Blur (Clear) is available in both win10 and win11, Mica is win11 only. effect=1 #Clear the background of the address bar. @@ -143,6 +143,8 @@ clearAddress=true clearBarBg=true #Remove the toolbar background color from the WinUI or XamlIslands section of Windows 11. clearWinUIBg=true +#Show split line between TreeView and DUIView. +showLine=true [light] #The system color scheme is the color in Light mode. #RGBA component of background blend color diff --git a/README_ZH.md b/README_ZH.md index 8c7664b..6a5fe28 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -132,7 +132,7 @@ cmd: `regsvr32 /u "你的路径/ExplorerBlurMica.dll"` ## 配置文件 ``` ini [config] -#效果类型: 0=Blur 1=Acrylic 2=Mica 3=Blur(Clear) +#效果类型: 0=Blur 1=Acrylic 2=Mica 3=Blur(Clear) 4=MicaAlt #Blur仅在win11 22H2之前版本可用; Blur(Clear)在win10和win11都可用; Mica仅限win11可用 effect=1 #清除地址栏背景颜色 @@ -142,6 +142,8 @@ clearAddress=true clearBarBg=true #清除Windows11文件资源管理器的WinUI或XamlIslands部分的工具栏背景色 clearWinUIBg=true +#显示TreeView和DUIView之间的分隔线 +showLine=true [light] #系统颜色模式为Light(亮色)时的颜色 #RGBA 颜色分量 diff --git a/build/x64/ReadMe.txt b/build/x64/ReadMe.txt index cf0d5b1..759d08e 100644 --- a/build/x64/ReadMe.txt +++ b/build/x64/ReadMe.txt @@ -11,12 +11,18 @@ https://github.com/Maplespe/ExplorerBlurMica 增加了MicaAlt效果选项 使用'effect=4'来启用 现在'effect=2'为普通Mica效果 恢复了'showLine'选项 现在可以通过'showLine=true'来隐藏TreeView与DUI视图之间的分割线 +更新了和优化注册和卸载脚本 +感谢: OnCloud125252 + Compatible with Windows 11 Preview Canary 23H2 26040 and 24H2 26052. Optimized compatibility with StartAllBack. Fixed the opaque color of the title bar when opening it for the first time after reboot using the Mica effect. Added MicaAlt effect option Use 'effect=4' to enable now 'effect=2' for normal Mica effect. The 'showLine' option has been restored It is now possible to hide the split line between the TreeView and the DUI view with 'showLine=true'. +Updated and optimized registration and uninstall scripts +Thanks to: OnCloud125252. + 2.0.0 2024-1-1 此版本我们重构了整个项目 从0开始全部重写 着重优化了稳定性和性能 #34 diff --git a/build/x64/Release/register.cmd b/build/x64/Release/register.cmd index 7cd04df..d662f7a 100644 --- a/build/x64/Release/register.cmd +++ b/build/x64/Release/register.cmd @@ -17,7 +17,6 @@ if %errorlevel% == 0 ( regsvr32 "%~dp0ExplorerBlurMica.dll" echo. ) else ( - echo ���Թ���Ա��������! echo Please run as Administrator ) diff --git a/build/x64/Release/uninstall.cmd b/build/x64/Release/uninstall.cmd index b496711..4559ae3 100644 --- a/build/x64/Release/uninstall.cmd +++ b/build/x64/Release/uninstall.cmd @@ -16,7 +16,6 @@ if %errorlevel% == 0 ( regsvr32 /u "%~dp0ExplorerBlurMica.dll" echo. ) else ( - echo ���Թ���Ա��������! echo Please run as Administrator )