编辑:更新历史.md

This commit is contained in:
iyuu.cn 2020-08-02 23:09:52 +08:00
parent fdd5475e37
commit 468813a057
2 changed files with 12 additions and 3 deletions

View File

@ -13,7 +13,7 @@ use IYUU\Library\Table;
class AutoReseed
{
// 版本号
const VER = '1.10.3';
const VER = '1.10.4';
// RPC连接
private static $links = [];
// 客户端配置
@ -370,7 +370,7 @@ class AutoReseed
if (in_array($siteName, self::$cookieCheck)) {
// 特殊站点:种子元数据推送给下载器
$reseedPass = false; // 标志:跳过辅种
$cookie = $configALL[$siteName]['cookie'];
$cookie = trim($configALL[$siteName]['cookie']);
$userAgent = $configALL['default']['userAgent'];
switch ($siteName) {
case 'hdchina':
@ -908,7 +908,7 @@ class AutoReseed
// 兼容旧配置
if (isset($configALL[$site]['passkey']) && $configALL[$site]['passkey']) {
if (empty($configALL[$site]['url_replace'])) {
$configALL[$site]['url_replace'] = array('{passkey}' => $configALL[$site]['passkey']);
$configALL[$site]['url_replace'] = array('{passkey}' => trim($configALL[$site]['passkey']));
}
if (empty($configALL[$site]['url_join'])) {
$configALL[$site]['url_join'] = array();

View File

@ -4,6 +4,15 @@
------
### 2020年8月2日
- v1.10.2版本以后的docker每5小时会自动拉取最新代码从此您只需要看公告更新配置就行啦。
- IYUUAutoReseed正式建立了docke镜像自动编译2个版本ARM64【iyuucn/iyuuautoreseed:arm64v8】、AMD64【iyuucn/iyuuautoreseed:latest】使用方法[点击查看](https://gitee.com/ledc/IYUUAutoReseed/tree/master/docker)
- 辅种天空的用户,必须更新至最新版本。
优化了默认流控参数单次最多20个间隔20秒。
天空辅种请配置cookie并配置浏览器UA获取UA请访问[http://demo.iyuu.cn](http://demo.iyuu.cn/)
- v1.10.4版本支持qBittorrent v4.1.5 (小钢炮等)
### 2020年7月3日
1. 优化windows的辅种批处理采用环境变量调用