From 9a047a976e153e508d2bbf8fd43e3b7e28ca5249 Mon Sep 17 00:00:00 2001 From: liuweilhy Date: Thu, 8 Nov 2018 19:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=94=BB=E7=89=88=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index bd1f6885..9296c117 100644 --- a/History.txt +++ b/History.txt @@ -1,13 +1,16 @@ # 九连棋 NineChess ## 更新历史: +### 2018/11/8 v1.2 + 1. 添加动画功能 + 2. 程序优化及bug修复 -### 2018/9/14 V1.1 +### 2018/9/14 v1.1 1. 添加棋谱及历史纪录浏览功能。 2. 添加棋谱保存与打开功能。 -### 2018/5/19 V1.0 +### 2018/5/19 v1.0 1. Qt5.10.1+MSVC2017重构; 2. 游戏可以正确运行,实现本机对战功能,其它功能待完善。 -### 2015/11/6 V0.1 +### 2015/11/6 v0.1 1. 无算法只有界面的程序。