SubConv
34 subscribers
10 links
GitHub: https://github.com/SubConv
We aim to improve your online experience.
Download Telegram
Channel created
Channel photo updated
👋
Now we have our own channel😂
Please open Telegram to view this post
VIEW IN TELEGRAM
最近会放弃对原版clash的支持,后续的开发会根据 虚空终端 的文档进行。如需使用请尽快更换为虚空终端
已使用mihomo的dns配置,不再支持原版clash
We have used dns configuration of mihomo. Original clash core is no longer supported.
众所周知clash-verge为提供rpm包,我用alien把deb包重新打包成了rpm,并解决了依赖问题
https://github.com/SubConv/clash-verge-rpm

clash-verge doesn't provide package of RPM format. I used alien to convert deb package into RPM package and solve the dependency problems.
https://github.com/SubConv/clash-verge-rpm
https://github.com/SubConv/SubConv/releases/tag/v1.0.0

v1.0.0 发布了!

不兼容更改:
移除了配置文件的region_dict字段,因为其功能完全可以用regex字段实现

改变:
使用rule-provider

功能:
支持代理rule-provider的链接


v1.0.0 released!

Breaking Changes:
Remove region_dict in config file because it duplicates the function of regex field.

Changes
Use rule-provider

Features
Support proxy of the url of rule sets
This media is not supported in your browser
VIEW IN TELEGRAM
https://github.com/SubConv/SubConv/releases/tag/v2.0.0

v2.0.0发布了!

不兼容更改:
- 使用yaml格式的配置文件

功能:
- 支持docker,二进制文件部署
- 支持cli命令生成默认配置文件

v2.0.0 released!

Breaking Changes:

- use config file of YAML format

Features:

- Support deploy with docker or binary executable file
- Support using cli command to generate default config file
https://github.com/SubConv/SubConv/releases/tag/v2.1.0

上次发版忘记在这儿发了

v2.1.0(早就)发布了!

破坏性更改:
- 默认端口由443改为8080,所以docker用户更新之后要更改端口映射的配置

修复:
- 源订阅链接重定向导致无法获取订阅

v2.1.0 released!

Breaking Changes:
- default port is changed from 443 to 8080. If you're using docker and updating from an older version, you should pay attention to port mapping.

Fixes:
- can't get subscription info if the original subscription link is redirected.
https://github.com/SubConv/SubConv/releases/tag/v2.1.2

v2.1.2 发布了!

修复:
- 重新支持 v1.5.1 以下的 clash meta 内核
- 修复前端网页的标题
- 修复因编码导致无法生成默认配置文件的问题
- 修复配置文件不存在或为空时的错误处理

v2.1.2 released!

Fixes:
- add back support for clash meta <= v1.15.1
- fix title of the web page
- fix the problem of not able to generate default config file
- fix error handling while the config file is empty of not exists
🥰2💯1
注意到cloudflare部分支持了python,且恰好支持了fastapi和httpx,我们可能考虑支持在cloudflare worker部署
👀3
https://github.com/SubConv/SubConv/releases/tag/v2.1.3

v2.1.3 发布了!

此版本开始Docker镜像会在DockerHub发布,请原先的Docker用户将docker-compose.yml里面的image字段从ghcr.io/subconv/subconv:latest改为wouisb/subconv:latest

修复:
- 修复了Vercel无法部署的问题

v2.1.3 released!

From this version, docker image is published on DockerHub, so you should modify image field in docker-compose.yml from ghcr.io/subconv/subconv:latest to wouisb/subconv:latest

Fixes:
- make Vercel happy
注意到ios有sing-box,已经尝试在写一个比较草的订阅转换了
SubConv
注意到ios有sing-box,已经尝试在写一个比较草的订阅转换了
https://github.com/SubConv/SubConv-sing-box

功能基本实现了,不过webui是从SubConv复制的,所以只有第一个框和生成、复制按钮是有效的

目前只支持输入支持sing-box的原始链接(已知xboard是支持的,之后会随缘实现mihomo和share link格式的原始订阅(也可能懒得写
https://github.com/SubConv/SubConv/releases/tag/v3.0.0

v3.0.0 发布了!
此版本进行了大版本重构,后端完全重写,分享链接解析逻辑对齐 mihomo 源码,模板系统改为文件式 YAML。
更新:
- 重构后端,分享链接解析完全对齐 mihomo
- 新增 Web UI 模板选择功能
- 修复了路径穿越等安全问题
- 前端包管理从 Yarn 切换为 Bun
- Python 要求升级到 3.13
⚠️ 配置文件有变更,建议对照 config.yaml.example 更新
v3.0.0 released!
This version features a major backend rewrite with share link parsing fully aligned with mihomo source, and template system switched to file-based YAML.
Changes:
- Rewritten backend with share link parsing fully aligned with mihomo
- Added template selector in Web UI
- Fixed security issues including path traversal
- Switched frontend package manager from Yarn to Bun
- Python 3.13 is now required
⚠️ Config file has changed, please update by referencing config.yaml.example
👍1