Releases: Maplespe/explorerTool
1.1.0
更新日志(UpdateLog)
增加了自定义图片文件夹的配置选项 (详情请看Config)
修复了在外部程序首次打开文件选择对话框时不显示背景的问题
2023-5-10: 更新附件,修复了问题 #16
Added configuration options for custom image folders (see Config for details).
Fixed the issue of not showing the background when the file dialog is first opened by an external program.
2023-5-10: Updated attachment, fixed issue #16
1.0.9
新增支持了文件对话框 通过配置文件开启! folderExt
true时启用文件对话框支持 #8
新增配置选项 可以决定出现错误时是否弹出错误弹窗 noerror
true时不弹出
完整配置请看ReadMe
Added support for file dialogs Enabled via config file! Enable file dialog support when folderExt
true. #8
New configuration option to decide whether to pop up error popup when error occurs, noerror
does not pop up when true.
See ReadMe for the full configuration.
[load]
folderExt=true
noerror=false
1.0.8
1.0.7
1.0.6-beta
修改和增加了图片定位方式
4=居中 5=缩放 6=缩放并填充
注意上一版本4=缩放并填充
默认为右下角
1.0.5-beta
优化了代码和效率
增加了缩放并填充
定位方式 posType=4
即可启用
1.0.4-beta
修复了部分版本win10系统重启后第一次打开文件资源管理器会崩溃的bug #4
1.0.3-beta
修复了重启系统加载扩展可能HOOK无效 而导致没有效果的问题
添加了按住ESC键打开文件资源管理器不会加载设置和禁用HOOK的功能
(如果您添加了不支持图像或者一些其他原因导致文件资源管理器无限重启 请按住ESC键禁用此扩展)
1.0.2-beta
改用Shell方式实现 而无需再使用注入器
这解决了通过命令行和其他方式打开文件资源管理器无效的问题
config.ini添加了新的字段imgAlpha用于指定图片的的不透明度
1.0.1-beta
修复了路径包含空格或其他语言导致无法加载
删除了C#的相关程序 改用C++实现
Fixed path containing spaces or other languages that could not be loaded
C #'s related programs are deleted and implemented in C + +