Commit 04c8704b authored by fallenstardust's avatar fallenstardust

3.8.9 LOG-O

parent 4a2c6106
......@@ -16,23 +16,26 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre>
<ul>
<li style="color:#ffff00">3.8.8</li>
<li style="color:#ffff00">3.8.9</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡SR12+T1105+DBGC+VJ;
3.升级ygopro版本号为1035.3;
4.卡池添加简中归属分类;
5.先行卡补丁可以在列表中选择删除;
6.查看大卡图时长按支持分享那张卡图;
7.分享卡组时支持分享ydk文件;
2.新卡WPP2+VJ;
3.关键词搜索不再分两个,而改为空格隔开多关键词;
4.支持减号过滤不需要的关键词;
5.添加2021.10OCG禁卡表;
6.添加2021.10TCG禁卡表;
7.支持瀑布屏手机调整游戏底边位置;
8.测试新的点击校准算法;
9.我太帅了新增一个卡组;
变更:
1.修正相同玩家ID的录像只能提取一方的问题;
2.退出ygopro时如果mobile进程被杀则重新唤醒;
3.修正不通过本软件替换数据库而导致的卡组编辑闪退问题;
4.卡组编辑增加一些新手引导;
5.ygopro的禁卡表设置从卡组管理移到设置。
1.默认开启决斗助手;
2.移除决斗助手关键词查询卡片功能;
3.卡组码优化支持更多场景;
4.卡组码可打开在线卡组预览;
5.卡组码在线预览支持跳转到本地打开为卡组;
6.卡图下载优化;
</pre>
<h3 style="color:#ff0000">注意</h3>
<pre>
......
......@@ -9,8 +9,8 @@ android {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 380800907
versionName "3.8.8"
versionCode 380901001
versionName "3.8.9"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
ndk {
......@@ -40,7 +40,6 @@ android {
buildTypes {
debug {
debuggable false
applicationIdSuffix ".debug"
buildConfigField 'boolean', 'DEBUG_MODE', 'true'
}
release {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment