Skip to content

2.0.0 !!!

Compare
Choose a tag to compare
@Maplespe Maplespe released this 06 Feb 05:57
· 136 commits to master since this release

重大更新

增加了我们编写的自定义模糊类,用于代替DWM的旧内部模糊,实现高性能、高自定义度且令人惊叹的视觉效果,特别感谢ALTaleX的一系列研究和实现。
之前版本的诸多的问题都是由于DWM内部的旧模糊类引起的,因此 全新的自定义模糊类将解决所有旧模糊类的问题,这里不在详细列出请自行体验!
修改选项"模糊半径(全局)" 为可选项 可自行选则是否修改全局模糊半径
增加了 亮/暗 颜色模式可以单独配置颜色 自适应系统亮暗颜色主题变化

增加了页面"高级":

新增模糊方法选项: 现在可在 自定义模糊、旧模糊、DWMAPI三种方法之间自由切换

  • 自定义模糊 - 可选Blur、Aero、Acrylic、Mica效果 可以自定义绝大部分参数
  • 旧模糊 - 仅Blur效果 (是1.0.4以及之前版本的DWMBlurGlass的模糊方法) 可以自定义部分参数
  • DWMAPI - 使用Window 11的DwmSetWindowAttribute API设置SystemBackdrop效果 可选 Mica、Acrylic、MicaAlt 不可自定义参数

参数设置:

  • 标题栏模糊半径(仅限自定义模糊方法): 如果未勾选修改全局模糊半径 则可以在此处修改仅标题栏的模糊半径
  • 材质亮度透明度(仅限自定义模糊方法): 自定义Acrylic/Mica效果的luminosityOpacity参数

Aero反射效果 现在支持Windows 11(仅限自定义模糊方法)
优化了Aero反射效果,加入了视差效果(仅限自定义模糊方法)
增加了窗口激活和失去焦点之间的过渡动画 使颜色过渡更加优雅!(仅限自定义模糊方法)
优化了窗口最大化/最小化动画表现(仅限自定义模糊方法)

修复了选项"减少标题栏按钮高度 (win7样式)" 在默认主题下和部分不支持DPI缩放的老程序下布局外观异常的问题
修复了配置文件从外部导入后没有立即生效的问题
修复了Windows11 21H2崩溃的问题
优化了旧模糊方法的性能,但我们推荐您使用我们的新自定义模糊方法,它的效率是旧模糊的至少10倍以上!
优化了DWMBlurGlass GUI的部分元素和高DPI显示效果以及部分控件自适应语言文本长度
优化了卸载时系统外观恢复的表现

优化了英文翻译
感谢:ALTaleX

效果的介绍请参见ReadMe.md
我们期待您的反馈!

Major Updates

Added our own custom blur implementation to replace DWM's old internal blur for high performance, better customization and gorgeous visual effects, special thanks to ALTaleX for a series of research and implementation.
Most of the problems in the previous version were caused by the old DWM internal blur class, so the new custom blur class will solve all the problems of the old one, which will not be listed here in detail, so please try it out for yourself!
Modify the option "Blur radius (global)" to optional, you can choose whether to modify the global blur radius or not.
Added Light/Dark color mode to configure the color individually to adapt to the system's light/dark color theme.

Added page "Advanced".

New Blur Method option: You can now switch between Custom Blur, Legacy Blur, and DWMAPI methods.

  • Custom Blur - Blur, Aero, Acrylic, Mica effects are available. Most of the parameters can be customized.
  • Legacy Blur - Blur effect only (blur method of DWMBlurGlass from 1.0.4 and earlier). You can customize some of the parameters.
  • DWMAPI - use Window 11's api DwmSetWindowAttribute to apply SystemBackdrop effect, you can choose Mica, Acrylic, MicaAlt. But parameters cannot be customized.

Parameter Settings.

  • TitleBar Blur Radius (custom blur method only): If the option "Blur radius (global)" is unchecked, you can modify the blur radius of the titlebar here.
  • Luminosity Opacity (custom blur method only): Customize the luminosityOpacity parameter for Acrylic/Mica effects.

Aero reflection effect now supports Windows 11 (custom blur methods only).
Optimized Aero Reflections to include parallax effect (custom blur methods only)
Added transition animation between window activation and loss of focus Makes color transitions more elegant! (Custom blur method only)
Optimized window maximize/minimize animation performance (custom blur method only)

Fixed the issue that the option "Decrease titlebar button height (win7 style)" layout looks abnormal under the default theme and some old programs that don't support DPI scaling.
Fixed the problem that the configuration file did not take effect immediately after importing from an external place.
Fixed Windows 11 21H2 crash issue.
Optimized the performance of the old blur method, but we recommend you to use our new custom blur implementation which is at least 10 times more efficient than the old one!
Optimized some elements of DWMBlurGlass GUI and high DPI appearance as well as adaptive language text length of some controls
Optimized the performance of system appearance recovery during uninstallation

Optimized English translation
Thanks to: @ALTaleX531

See ReadMe.md. for a description of the effect.
We are looking forward to your feedback!