Sanmill v1.0.17

Official release version of Sanmill v1.0.17

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-06-03 01:13:06 +08:00
parent 0b48028810
commit b108537cc4
6 changed files with 17 additions and 5 deletions

View File

@ -0,0 +1,4 @@
v1.0.17
* Unterstützt die Einstellung der Schriftgröße (Wird nach dem Neustart der App wirksam).
* Beim Zurücknehmen stumm sein (konfigurierbar).

View File

@ -0,0 +1,4 @@
v1.0.17
* Support setting font size (Take effect after restarting the App).
* Keep mute when taking back (configurable).

View File

@ -0,0 +1,4 @@
v1.0.17
* 支持设置字体大小 (重启 App 后生效)。
* 默认情况下,当悔棋时保持静音。

View File

@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,16,0
PRODUCTVERSION 1,0,16,0
FILEVERSION 1,0,17,0
PRODUCTVERSION 1,0,17,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@ -1,7 +1,7 @@
name: sanmill
description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program.
version: 1.0.16+1869
version: 1.0.17+1874
environment:
sdk: '>=2.12.0 <3.0.0'

View File

@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,0,16
#define VERSION_AS_NUMBER 1,0,17
#endif
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.16"
#define VERSION_AS_STRING "1.0.17"
#endif
VS_VERSION_INFO VERSIONINFO