Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Releases: Maplespe/explorerTool

1.1.0

04 May 06:54
af7689a
Compare
Choose a tag to compare

更新日志(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

02 May 09:05
3a71e93
Compare
Choose a tag to compare

新增支持了文件对话框 通过配置文件开启! 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

26 Oct 12:47
Compare
Choose a tag to compare

修复Windows 11 22H2 多标签页问题 #9

Fix Windows 11 22H2 multi tab issues. #9

1.0.7

24 Oct 15:28
1ed8503
Compare
Choose a tag to compare

新增可单独设置打开指定文件夹显示指定图片的功能 #8

Add the function of opening the specified folder to display the specified pictures #8

1.0.6-beta

12 Jun 06:59
2ac1704
Compare
Choose a tag to compare
1.0.6-beta Pre-release
Pre-release

修改和增加了图片定位方式
4=居中 5=缩放 6=缩放并填充
注意上一版本4=缩放并填充
默认为右下角

1.0.5-beta

07 Jun 10:08
5e65c6c
Compare
Choose a tag to compare
1.0.5-beta Pre-release
Pre-release

优化了代码和效率
增加了缩放并填充 定位方式 posType=4 即可启用

1.0.4-beta

03 Mar 13:03
42ee9c7
Compare
Choose a tag to compare
1.0.4-beta Pre-release
Pre-release

修复了部分版本win10系统重启后第一次打开文件资源管理器会崩溃的bug #4

1.0.3-beta

01 Feb 14:11
6e895de
Compare
Choose a tag to compare
1.0.3-beta Pre-release
Pre-release

修复了重启系统加载扩展可能HOOK无效 而导致没有效果的问题
添加了按住ESC键打开文件资源管理器不会加载设置和禁用HOOK的功能
(如果您添加了不支持图像或者一些其他原因导致文件资源管理器无限重启 请按住ESC键禁用此扩展)

1.0.2-beta

31 Jan 09:31
8ab6c56
Compare
Choose a tag to compare
1.0.2-beta Pre-release
Pre-release

改用Shell方式实现 而无需再使用注入器
这解决了通过命令行和其他方式打开文件资源管理器无效的问题
config.ini添加了新的字段imgAlpha用于指定图片的的不透明度

1.0.1-beta

10 Jan 19:30
ea6ebaa
Compare
Choose a tag to compare
1.0.1-beta Pre-release
Pre-release

修复了路径包含空格或其他语言导致无法加载
删除了C#的相关程序 改用C++实现
Fixed path containing spaces or other languages that could not be loaded
C #'s related programs are deleted and implemented in C + +