Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Jan 12, 2022
1 parent 3175908 commit 2ee1a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arknights_mower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
__cli__ = not (__pyinstall__ and not sys.argv[1:])

__system__ = platform.system().lower()
__version__ = '1.4.0'
__version__ = '1.4.1'
3 changes: 2 additions & 1 deletion doc/CHANGELOG-1.4.0.txt → doc/CHANGELOG-1.4.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- feat: 增加配置文件功能
- feat: 增加计划任务功能
- fix: 更新了 OCR 识别错误库
- fix: 若上一次是剿灭作战或切换作战关卡则清空等待时长记录
- fix: 若上一次是剿灭作战或切换作战关卡则清空等待时长记录
- fix: 将打包插件 papeloto/action-zip@v1 更换成 vimtor/action-zip@v1

0 comments on commit 2ee1a12

Please sign in to comment.