Fulltclash

Latest version: v0.1.0

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

3.5.5

🚗🐛改善代码质量,修复一些bug

3.5.4

⚠️重要,此版本为改动较大版本
✨ 重构测试框架。从之前的clash core 的restful api改为clash动态链接库,具体使用有所变动,请往下看。
🚗 优化双栈检测。 mlmmlm
✨ 全新进度条。高度自由化,可在配置文件中修改进度条文本。
✨ 新增 /clash 指令用于在bot用户端启动clash core。
✨ 新增 /killme 指令用于杀死自身bot进程。
🐛 修复许多因测试框架改变带来的一系列bug。
🚗 优化OpenAI检测项。意大利更改为不受支持的地区。

3.5.3

⚠️ emoji: True 配置写法更改为:
emoji:
enable: true
emoji-source: 'TwemojiLocalSource' 本地源
✨ 支持自定义测试文本, 详见config.yaml.example:bot:
✨ 支持本地emoji pr: [ouyangyiluo ](https://github.com/AirportR/FullTclash/commit/79a9d7e3eaf84315cf271b705c67f65cf8429c9e)。使用方法详见 config.yaml.example 。设置本地源后,启动bot即可自动下载导入。
✨ 拓扑测试中添加IP双栈检测。pr: [mlmmlm](https://github.com/AirportR/FullTclash/commit/ddabcceb318d49196ec6d01adca0e27baa7fd993)
✨ 支持 /grant、/ungrant 通过 /grant UID1 UID2 ... 的参数方式授权/解除用户。
➕ 联通性绘图的行间距从40到60。并优化了一定的色彩,增加几个绘图标签 pr: [mlmmlm](https://github.com/AirportR/FullTclash/commit/35a2f436d12fb648a2fc527a160a4c71f8e92b4c)
🖼 支持自定义绘图背景颜色。pr: [mlmmlm](https://github.com/AirportR/FullTclash/commit/33bf4a393b77d95568628b3981faaa40cd2d5361)
➕ 新增是否允许缓存订阅配置项。暂不生效。
🚗 优化了很多代码。[详见](https://github.com/AirportR/FullTclash/commit/4bd47d5cf6afff93c777de1164be60d02f27881f)
🚗 优化绘图水印。pr: [ouyangyiluo](https://github.com/AirportR/FullTclash/commit/40f7ab31c3371cb254b7b463481414a8b8896484)
🚗 优化双栈检测。pr: [mlmmlm](https://github.com/AirportR/FullTclash/commit/9d52fec83613c1c5c4a61a056fd4aef6938a2e0f)
🐛 修复权限验证问题。[详见](https://github.com/AirportR/FullTclash/commit/d96201e840b81c90b8ba6f290911289d7279ae0d)
✨ bot发送文件到TG时会出现正在发送文件的提示。
📖 新增许多代码注释。
📖 新增关于对代码贡献提交请求的说明 pr: [Kuroshimacat ](https://github.com/AirportR/FullTclash/commit/76f96450b7c34ff6b77fcf9ba39dcbac3d95adcd)

3.5.2

✨ 移除内置的Primevideo流媒体检测项,以Spotify代替。
✨ 新增两个geoip的api地址,域名为 ipleak.net ipdata.co,其中ipdata.co需要配置geoip-key才能正常使用。[kogekiplay 的pr](https://github.com/AirportR/FullTclash/tree/8a11b791c9e0920ef04e76f47d0c00bbf3b927a1) [mlmmlm的pr](https://github.com/AirportR/FullTclash/tree/cc226c7a00f569abe67a489331fff5b00a16d66f)
✨ 支持bot重启,输入 /restart 即可重启bot。 [cpploveme的pr](https://github.com/AirportR/FullTclash/tree/bce9dd06c81b19c70acb5457986e39b804b9c6fe)
🚗 /sub 指令用户可列出自己的订阅。[kogekiplay 的pr](https://github.com/AirportR/FullTclash/tree/5af6ac05b8c8ff340c8b13b5dd9c12ba6b45a460)
🚗 优化bot启动提示。

3.5.1

✨ 新增Dockerfile文件。用以支持docker平台启动。
🚗 新增一键三连测指令 /fulltest。[Avwwww 的pr](https://github.com/AirportR/FullTclash/tree/081ce53fa1d9d804932c34f56aa18b17550e6400)
🚗 安装脚本将支持自动翻页预览脚本源代码。从自动安装改为手动确认安装。
🐛 修复速度变化的颜色快超出绘图范围问题。
✨ 新增从配置文件读取api_id、api_hash、bot_token。前往配置样例模板查看使用方法。(⚠️注意,此方式对于已生成的session文件无法覆盖。如果需要从配置生成文件,请先删除之前的。)
✨ 新增从配置文件设置速度测试的节点数量限制。[kogekiplay 的pr](https://github.com/AirportR/FullTclash/tree/3b0d68f3047e8a6402e021cfab40a31a3231a1cb)
✨ 支持绘图水印。前往配置样例模板查看配置方法。
✨ 支持Docker启动。但需要您自行通过Dockerfile文件生成可以镜像。如果有此方面需求,请联系我或在群里反馈。
🐛 修复速度测试偶现绘图问题。[欧阳逸洛 的pr](https://github.com/AirportR/FullTclash/tree/ae9f9e66dc31b71e0fb7da7c329cf7da03c16c54)
🐛 修复subinfo指令部分可能问题。[kogekiplay 的pr](https://github.com/AirportR/FullTclash/tree/d8316dc461953731e754c342c2866f7ad8c19fd0)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.