Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maplespe committed Feb 11, 2024
1 parent 8e50e43 commit 6d746b5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
Binary file modified ExplorerBlurMica/ExplorerBlurMica.aps
Binary file not shown.
8 changes: 4 additions & 4 deletions ExplorerBlurMica/ExplorerBlurMica.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
#清除地址栏背景颜色
Expand All @@ -142,6 +142,8 @@ clearAddress=true
clearBarBg=true
#清除Windows11文件资源管理器的WinUI或XamlIslands部分的工具栏背景色
clearWinUIBg=true
#显示TreeView和DUIView之间的分隔线
showLine=true
[light]
#系统颜色模式为Light(亮色)时的颜色
#RGBA 颜色分量
Expand Down
6 changes: 6 additions & 0 deletions build/x64/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion build/x64/Release/register.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if %errorlevel% == 0 (
regsvr32 "%~dp0ExplorerBlurMica.dll"
echo.
) else (
echo ���Թ���Ա��������!
echo Please run as Administrator
)

Expand Down
1 change: 0 additions & 1 deletion build/x64/Release/uninstall.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if %errorlevel% == 0 (
regsvr32 /u "%~dp0ExplorerBlurMica.dll"
echo.
) else (
echo ���Թ���Ա��������!
echo Please run as Administrator
)

Expand Down

0 comments on commit 6d746b5

Please sign in to comment.