From 9b6e5993ba9d5268162f1098526e5906c8806f8a Mon Sep 17 00:00:00 2001 From: megachweng Date: Mon, 18 Jul 2022 11:20:20 +0800 Subject: [PATCH] Bumpversion v6.1.6 --- README.md | 4 ++++ addon/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15781ff..a62291c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ **Dict2Anki** 是一款方便[有道词典](http://cidian.youdao.com/multi.html)、[欧陆词典](https://www.eudic.net/)用户同步生成单词本卡片至[Anki](https://apps.ankiweb.net/#download)的插件 ### Change log +* v6.1.6 + * 修复ARM Mac启动日志出错的问题 THX to @xbot +* v6.1.5 + * 更新有道词典API,解决首次登录无法唤出登陆页的问题 * v6.1.4 * 修复Anki 2.1.4版本同步失败的问题 THX to @YLongo * 修复Anki 2.1.4版本首次同步默认到Default Deck的问题 diff --git a/addon/constants.py b/addon/constants.py index ba99f76..0a835ce 100644 --- a/addon/constants.py +++ b/addon/constants.py @@ -1,4 +1,4 @@ -VERSION = 'v6.1.5' +VERSION = 'v6.1.6' RELEASE_URL = 'https://github.com/megachweng/Dict2Anki' VERSION_CHECK_API = 'https://api.github.com/repos/megachweng/Dict2Anki/releases/latest' MODEL_NAME = f'Dict2Anki-{VERSION}'