diff --git a/fastlane/metadata/android/en-US/changelogs/4202.txt b/fastlane/metadata/android/en-US/changelogs/4202.txt new file mode 100644 index 000000000..3588ad9ed --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4202.txt @@ -0,0 +1,5 @@ +v4.14.0 + +* Support Russian rules. +* accessibility: Fix incorrect screen reader outputs for board notations. + diff --git a/fastlane/metadata/android/zh-CN/changelogs/4202.txt b/fastlane/metadata/android/zh-CN/changelogs/4202.txt new file mode 100644 index 000000000..447d2ea4a --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/4202.txt @@ -0,0 +1,5 @@ +v4.14.0 + +* 支持新规则:一次性三连。 +* 修复屏幕阅读器读出的屏幕坐标混乱的问题。 + diff --git a/snap/gui/mill.desktop b/snap/gui/mill.desktop index d0b088220..4482143f1 100644 --- a/snap/gui/mill.desktop +++ b/snap/gui/mill.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=4.13.1 +Version=4.14.0 Encoding=UTF-8 Name=Mill Comment=A Mill Game which supports many rule variants. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0327dff7f..1c5a311af 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mill -version: 4.13.1 +version: 4.14.0 summary: A Mill Game which supports many rule variants. description: | Nine men's morris is a strategy board game for two players diff --git a/src/ui/flutter_app/debian/debian.yaml b/src/ui/flutter_app/debian/debian.yaml index 74bef3907..cd7a55196 100644 --- a/src/ui/flutter_app/debian/debian.yaml +++ b/src/ui/flutter_app/debian/debian.yaml @@ -6,7 +6,7 @@ flutter_app: control: Package: mill - Version: 4.13.1 + Version: 4.14.0 Architecture: amd64 Priority: optional Depends: diff --git a/src/ui/flutter_app/debian/gui/mill.desktop b/src/ui/flutter_app/debian/gui/mill.desktop index 92e545d9e..2c17a5628 100644 --- a/src/ui/flutter_app/debian/gui/mill.desktop +++ b/src/ui/flutter_app/debian/gui/mill.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=4.13.1 +Version=4.14.0 Encoding=UTF-8 Name=Mill Comment=A Mill Game which supports many rule variants. diff --git a/src/ui/flutter_app/pubspec.yaml b/src/ui/flutter_app/pubspec.yaml index c3197ff0d..3ca5bcb15 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. publish_to: none -version: 4.13.1+4191 +version: 4.14.0+4202 environment: sdk: ">=2.17.0 <4.0.0" diff --git a/src/ui/qt/mill-pro.rc b/src/ui/qt/mill-pro.rc index 418cf8fe2..aeced48fc 100644 --- a/src/ui/qt/mill-pro.rc +++ b/src/ui/qt/mill-pro.rc @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "Mill.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4.13.1.0 - PRODUCTVERSION 4.13.1.0 + FILEVERSION 4.14.0.0 + PRODUCTVERSION 4.14.0.0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -39,12 +39,12 @@ BEGIN BEGIN VALUE "CompanyName", "Calcitem" VALUE "FileDescription", "Mill Pro" - VALUE "FileVersion", "4.13.1.0" + VALUE "FileVersion", "4.14.0.0" VALUE "InternalName", "Sanmill Pro" VALUE "LegalCopyright", "(C) 2019-2024 Calcitem Studio and Sanmill Developers" VALUE "OriginalFilename", "mill-pro.exe" VALUE "ProductName", "Mill Pro" - VALUE "ProductVersion", "4.13.1.0" + VALUE "ProductVersion", "4.14.0.0" END END BLOCK "VarFileInfo"