Commit 04c8704b authored by fallenstardust's avatar fallenstardust

3.8.9 LOG-O

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