Skip to content

FileBrowsWindowPatch-v1.4

Latest

Choose a tag to compare

@tzdwindows tzdwindows released this 13 Sep 09:22
· 2 commits to master since this release

更新日志 - v1.4

[v1.4] - 2025-9-13

本次更新主要优化了模糊的方法模仿了ExplorerBlurMica的一个默认的模糊风格

已修复

  • 渲染问题:当托拽文件资源管理器时出现的延迟问题和可能会出现的渲染失败的问题
  • 模糊问题:修复了一些模糊的颜色算法

增加/修改

  • 当使用 --efftype=1 时不再使用的是原有的模糊效果而是最新的来自于ExplorerBlurMica的一个默认的模糊效果
  • 要想使用上版本默认风格的模糊请使用 --efftype=2 即可
  • 在windows 7/8/10 分别处理了对应的效果
  • 暂时移除图片渲染内容,因为之前的逻辑渲染的图片有一点不尽人意

未来

  • 将修复图片展示功能

介绍

  • 其实他还有一个其他的模式 --efftype=3 这个模式下背景将不模糊将会变得透明(非常透明)(示例:FileBrowsWindow.exe --efftype=3 --blendcolor=255,255,255,0)awa

Changelog - v1.4

[v1.4] - 2025-9-13

This update the fuzzy optimization method is mainly simulates the [ExplorerBlurMica] (https://github.com/Maplespe/ExplorerBlurMica), a fuzzy default style

Fixed

  • ** Rendering issues ** : Latency issues and possible render failures when dragging File Explorer
  • ** Blurring issues ** : Fixed some ambiguous color algorithms

Add/modify

  • Use --efftype=2 to use the default fuzzing style of the previous version
  • The effect is handled in windows 7/8/10
  • Temporarily remove the image rendering content, as the previous logic rendered the image a bit unsatisfactory

The future

  • Image display will be fixed

Introduction

  • Actually it has another mode --efftype=3 In this mode the background will not be blurred and will become transparent (very transparent) (example: FileBrowsWindow.exe --efftype=3 --blendcolor=255,255,255,0)