Skip to content

1.0.7

Compare
Choose a tag to compare
@Maplespe Maplespe released this 10 Aug 18:13
· 23 commits to main since this release

增加新的配置文件选项:

  • clearAddress : 清除地址栏背景颜色
    (注意:如果你使用了StartAllBack 请将"右侧经典搜索栏"选项关掉 否则它会覆盖本程序的效果)
  • clearBarBg : 清除滚动条背景颜色
    (注意:由于系统滚动条本身不透明 因此为了去除背景色 滚动条是由本程序自绘的 它可能和系统样式有所差别)
  • effect=3 : 将effect设置为3 则启用Blur(Clear)效果 这是一个没有任何着色的纯模糊效果 #42

配置文件变更(系统颜色自适应支持#32):
原来的[blend]配置改为[light][dark]分别配置 请注意修改! 详情见config.ini

bug修复:
修复了Windows 11多标签页 打开新的标签页后 旧的标签页showLine效果失效
修复了DPI更改时和切换显示器时 丢失窗口效果的问题 #46
修复了文件资源管理器的"属性"页面和文件对话框的渲染问题 #35
修复了控制面板从"属性"页面打开时渲染错误 #48 (2023-8-11 1:58 追加)
修复了和优化了部分渲染问题

Add new feature settings:

  • clearAddress : Clear the background of the address bar.
    (Note: If you use StartAllBack, you must close the "Classic search box", otherwise it overrides the effect of this program).
  • clearBarBg : Clear the background color of the scrollbar.
    (Note: Since the system scrollbar itself has a background color that cannot be removed,
    when this option is turned on, the scrollbar is drawn by the program and the style may be different from the system).
  • effect=3 : Set effect to 3 to enable the Blur(Clear) effect This is a pure blur effect without any coloring #42

Configuration file changes (system color adaptation support #32):
The original [blend] configuration has been changed to [light] and [dark] separately Please note the changes! See config.ini for details.

Bug fixes:
Fixed Windows 11 multi-tabbing issue where the showLine effect on old tabs is not working when opening new tabs.
Fixed missing window effects when changing DPI and switching monitors #46.
Fixed a rendering issue with the File Explorer Properties page and the File dialog #35.
Fixed a rendering error when the Control Panel is opened from the Properties page #48 (Added August 11, 2023 at 1:58 p.m.)
Fixed and optimized some rendering issues.