Sanmill v1.1.9 (1998)
Official release version of Sanmill v1.1.9 Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
parent
0b856cd825
commit
c8ac37c0c0
|
@ -0,0 +1,5 @@
|
|||
v1.1.9
|
||||
|
||||
* Verbessern Sie die Übersetzung von Farsi (persische Sprache) (WIP).
|
||||
* Behebung von Problemen mit Optionspfeilen und Navigationsschaltflächen in RTL-Sprachen.
|
||||
* Das Fix-Animationssymbol ist zu hoch, wenn das Gebietsschema arabisch ist.
|
|
@ -0,0 +1,6 @@
|
|||
v1.1.9
|
||||
|
||||
* Improve Farsi (Persian language) translation (WIP).
|
||||
* Fix options arrows and navigation buttons issues in RTL languages.
|
||||
* Fix animation icon is too high when the locale is Arabic.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
v1.1.9
|
||||
|
||||
* 部分改进波斯语的翻译。
|
||||
* 修复波斯语、阿拉伯语等从右向左书写布局中选项箭头和导航按钮的显示顺序问题。
|
||||
* 修复当语言环境为阿拉伯语时,动画图标位置太高的问题。
|
|
@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1.1.8.1
|
||||
PRODUCTVERSION 1.1.8.1
|
||||
FILEVERSION 1.1.9.1
|
||||
PRODUCTVERSION 1.1.9.1
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
|
@ -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.8+1994
|
||||
version: 1.1.9+1998
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
|
@ -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,8
|
||||
#define VERSION_AS_NUMBER 1,1,9
|
||||
#endif
|
||||
|
||||
#ifdef FLUTTER_BUILD_NAME
|
||||
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
|
||||
#else
|
||||
#define VERSION_AS_STRING "1.1.8"
|
||||
#define VERSION_AS_STRING "1.1.9"
|
||||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
|
Loading…
Reference in New Issue