Skip to content

Commit

Permalink
v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerJi committed Mar 12, 2022
1 parent fb0efb6 commit 863e74a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,13 @@ CLI版本在MDT v0.2.3版本进行拆分,拆分后对CLI版本只做基础可

## Changelog

*v0.2.13*
* 自定义BGM支持,在选中一张卡牌时,自动播放BGM或召唤词。样例为青眼亚白龙。可以在设置中开启。
* 分词处理。
* 图像模式兼容对手卡组页面。
* 调整断点表。
* 调整UR优先级。基于 NTUCGM 3/3版本。

*v0.2.12*
* 加入图像指纹识别。感谢 md_hover@wangyi041228 的贡献。
* 在图像模式下,支持商店页面和抽卡界面汉化识别。
Expand Down
2 changes: 1 addition & 1 deletion mdt_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def main():
],
]
window = sg.Window(
"MDT v0.2.12 GPLv3",
"MDT v0.2.13 GPLv3",
card_frame,
default_element_size=(12, 1),
font=("Microsoft YaHei", font_size),
Expand Down

0 comments on commit 863e74a

Please sign in to comment.