This commit is contained in:
pppscn 2021-03-31 09:21:41 +08:00
parent 0a98ad77dc
commit dd5899612f
4 changed files with 6 additions and 5 deletions

View File

@ -210,6 +210,7 @@
+ [v1.7.0](app/release/SmsForwarder_release_20210318_1.7.0.apk) 新增转发到其他手机短信 & 避免热插卡时FC & 规则展示优化 & 获取多卡信息&获取卡槽备注优化 & 新增恢复初始化配置
+ [v1.7.1](app/release/SmsForwarder_release_20210321_1.7.1.apk) 新增转发记录的转发状态(成功/失败&应答信息)
+ [v1.7.2](app/release/SmsForwarder_release_20210325_1.7.2.apk) 新增V1版证书签名避免部分低版本系统(Android 6.x)无证书错误 & 发送方邮箱允许自定义发件人昵称
+ [v1.7.3](app/release/SmsForwarder_release_20210331_1.7.3.apk) 修复“设置匹配模式”默认选择BUG & 转发到webhook时返回http状态200即为成功 & 转发到其他手机短信支持长短信合并
--------

Binary file not shown.

View File

@ -10,9 +10,9 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 23,
"versionName": "1.7.2",
"outputFile": "SmsForwarder_release_20210325_1.7.2.apk"
"versionCode": 24,
"versionName": "1.7.3",
"outputFile": "SmsForwarder_release_20210331_1.7.3.apk"
}
]
}

View File

@ -1,4 +1,4 @@
ext {
appVersionCode = 23
appVersionName = "1.7.2"
appVersionCode = 24
appVersionName = "1.7.3"
}