diff --git a/fastlane/metadata/android/de-DE/changelogs/1998.txt b/fastlane/metadata/android/de-DE/changelogs/1998.txt new file mode 100644 index 00000000..198bbd9a --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/1998.txt @@ -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. diff --git a/fastlane/metadata/android/en-US/changelogs/1998.txt b/fastlane/metadata/android/en-US/changelogs/1998.txt new file mode 100644 index 00000000..3d411597 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1998.txt @@ -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. + diff --git a/fastlane/metadata/android/zh-CN/changelogs/1998.txt b/fastlane/metadata/android/zh-CN/changelogs/1998.txt new file mode 100644 index 00000000..32109b63 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/1998.txt @@ -0,0 +1,5 @@ +v1.1.9 + +* 部分改进波斯语的翻译。 +* 修复波斯语、阿拉伯语等从右向左书写布局中选项箭头和导航按钮的显示顺序问题。 +* 修复当语言环境为阿拉伯语时,动画图标位置太高的问题。 diff --git a/millgame.rc b/millgame.rc index 281f775c..741ecef5 100644 --- a/millgame.rc +++ b/millgame.rc @@ -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 diff --git a/src/ui/flutter_app/pubspec.yaml b/src/ui/flutter_app/pubspec.yaml index 015342f8..2a4c69c0 100644 --- a/src/ui/flutter_app/pubspec.yaml +++ b/src/ui/flutter_app/pubspec.yaml @@ -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' diff --git a/src/ui/flutter_app/windows/runner/Runner.rc b/src/ui/flutter_app/windows/runner/Runner.rc index 768c19ee..58a2e0fb 100644 --- a/src/ui/flutter_app/windows/runner/Runner.rc +++ b/src/ui/flutter_app/windows/runner/Runner.rc @@ -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