Sanmill v1.1.23 (2086)

Official release version of Sanmill v1.1.23

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-07-30 00:22:50 +08:00
parent c9735a000a
commit 78f39d5144
No known key found for this signature in database
GPG Key ID: F2F7C29E054CFB80
7 changed files with 23 additions and 7 deletions

View File

@ -0,0 +1,4 @@
v1.1.23
* Setze die Textfarbe der nicht platzierten Teile auf die Farbe der Brettlinie.
* Schweizerdeutsche Übersetzung (WIP) hinzufügen.

View File

@ -0,0 +1,4 @@
v1.1.23
* Set count of unplaced pieces' text color to board line color
* Add Swiss German translation (WIP)

View File

@ -0,0 +1,4 @@
v1.1.23
* Establecer el recuento del color del texto de las piezas no colocadas en el color de la línea del tablero.
* Agregue la traducción al alemán suizo (WIP).

View File

@ -0,0 +1,4 @@
v1.1.23
* 将未放置到棋盘上的棋子计数器文本颜色设置为和棋盘线条颜色相同。
* 添加瑞士德语翻译 (实验性)。

View File

@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,22,0
PRODUCTVERSION 1,1,22,0
FILEVERSION 1,1,23,0
PRODUCTVERSION 1,1,23,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -39,12 +39,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Game"
VALUE "FileVersion", "1.1.22.0"
VALUE "FileVersion", "1.1.23.0"
VALUE "InternalName", "Sanmill"
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
VALUE "OriginalFilename", "MillGame.exe"
VALUE "ProductName", "MillGame"
VALUE "ProductVersion", "1.1.22.0"
VALUE "ProductVersion", "1.1.23.0"
END
END
BLOCK "VarFileInfo"

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.1.22+2079
version: 1.1.23+2086
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,1,22
#define VERSION_AS_NUMBER 1,1,23
#endif
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.1.22"
#define VERSION_AS_STRING "1.1.23"
#endif
VS_VERSION_INFO VERSIONINFO