Releases: OreosLab/SSRSpeedN
SSRSpeedN 1.5.2
Guides
See Wiki
Updates
✨ Support more protocols: Vless & Hysteria
✨ 支持更多协议:Vless 和 Hysteria
Records
Full Changelog: v1.4.9...v1.5.2
SSRSpeedN 1.4.9
Guides
See Wiki
Updates
✨ Upload the package to pypi
- Improve code smell
- Adjust log style
- Add command argument for auto download
--download
- Add command argument for specifing working directory
-d
--dir
- Improve log information
- Refactor
✨ 上传包到 pypi
- 改善坏代码
- 调整日志格式
- 新增自动下载命令行参数
--download
- 新增指定工作目录的命令参数
-d
--dir
- 完善日志信息
- 重构
Records
Full Changelog: v1.3.6...v1.4.9
SSRSpeedN 1.3.6
Guides
See Wiki
Updates
🚀 Speed up! Convert sync code to async
- Refactor speed_test.py and Add two test modes:
default
,stream
- Set default speedtest method to
ST_ASYNC
- Set default test mode to
DEFAULT
- Add fastSpeed mode
- Fix Netflix unlock test
- Fix all speedtest methods
- Hide untested results for specific test modes
- Add command line arg
max-connections
support - Remove
bs4
andpynat
libs - Support emoji for results
Group
andRemarks
output
🚀 加速!将同步代码转换为异步
- 重构 speed_test.py 并新增两个测试模式:
default
和stream
- 设置默认测速模式为
ST_ASYNC
- 设置默认测试模式为
DEFAULT
- 新增极速模式
- 修复 Netflix 解锁测试
- 修复所有测速方法
- 隐藏特定测试模式未测试结果
- 新增命令行参数
max-connections
支持 - 移除
bs4
和pynat
库 - 支持
Group
和Remarks
结果输出 emoji
Records
Full Changelog: v1.2.3...v1.3.6
SSRSpeedN 1.2.3
Guides
See Wiki
Updates
🚀 Speed up! Convert sync code to async
- Increase the number of client subprocesses
- Change get_ip_inbound method from requesting api.ip.sb to querying local GeoIP2 databases
- Add one-key script for macOS and Linux amd64.
🚀 加速!将同步代码转换为异步
- 增加客户端子进程的数量
- 改变 get_ip_inbound 方法:从请求 api.ip.sb 改为查询本地 GeoIP2 数据库
- 新增 macOS 和 Linux amd64 一键脚本
Records
Full Changelog: v1.1.1...v1.2.2
SSRSpeedN 1.1.1
说明 / Instructions
Updates / 更新内容
- 修改流媒体测试同步为异步,减少测试时间
- 修改默认 proxy 配置,默认关闭
- 修改输出图标题信息
- 修复 bat 换行符问题
Assemble the source code and clients / 组装源码和客户端
You need to download the Source code and clients_xxx.zip, unzip them, and then move the clients folder from clients_xxx.zip into the resources folder.
你需要先下载 Source code 和 clients_xxx.zip,再解压它们,然后把从 clients_xxx.zip 中解压出来的 clients 文件夹移入 resources 文件夹中。
Windows advanced usage / Windows 进阶用法
Add the bin folder path of your own to the environment variable PATH, then type ssrspeed
on the command line to run the program.
将你自己的 bin 文件夹所在目录路径加入环境变量 PATH 中,然后命令行输入 ssrspeed
即可运行程序。