From 8e1e0d6f7f7b2ba8cc2e7e2df322acfbf4f4ab36 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 31 Mar 2024 22:20:11 +0800 Subject: [PATCH] Sanmill v4.1.0 (3942) Official release version of Sanmill v4.1.0 --- fastlane/metadata/android/en-US/changelogs/3942.txt | 3 +++ fastlane/metadata/android/zh-CN/changelogs/3942.txt | 3 +++ snap/gui/mill.desktop | 2 +- snap/snapcraft.yaml | 2 +- src/ui/flutter_app/debian/debian.yaml | 2 +- src/ui/flutter_app/pubspec.yaml | 2 +- src/ui/qt/mill-pro.rc | 8 ++++---- 7 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3942.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/3942.txt diff --git a/fastlane/metadata/android/en-US/changelogs/3942.txt b/fastlane/metadata/android/en-US/changelogs/3942.txt new file mode 100644 index 000000000..0e2434609 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3942.txt @@ -0,0 +1,3 @@ +v4.1.0 + +* Fix Random algorithm didn't work with Perfect Database disabled. diff --git a/fastlane/metadata/android/zh-CN/changelogs/3942.txt b/fastlane/metadata/android/zh-CN/changelogs/3942.txt new file mode 100644 index 000000000..3635c9f2b --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/3942.txt @@ -0,0 +1,3 @@ +v4.1.0 + +* 修复当完美数据库禁用时,Random 算法不能使用的问题。 diff --git a/snap/gui/mill.desktop b/snap/gui/mill.desktop index 620f08fed..611d21756 100644 --- a/snap/gui/mill.desktop +++ b/snap/gui/mill.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=4.0.10 +Version=4.1.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 f81e45bf3..845e13006 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mill -version: 4.0.10 +version: 4.1.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 1b4460fd8..152280323 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.0.10 + Version: 4.1.0 Architecture: amd64 Priority: optional Depends: diff --git a/src/ui/flutter_app/pubspec.yaml b/src/ui/flutter_app/pubspec.yaml index 51958f8c8..5ed35578c 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.0.10+3937 +version: 4.1.0+3942 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 a9e216323..3117e3f43 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.0.10.0 - PRODUCTVERSION 4.0.10.0 + FILEVERSION 4.1.0.0 + PRODUCTVERSION 4.1.0.0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -39,12 +39,12 @@ BEGIN BEGIN VALUE "CompanyName", "Calcitem" VALUE "FileDescription", "Mill Pro" - VALUE "FileVersion", "4.0.10.0" + VALUE "FileVersion", "4.1.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.0.10.0" + VALUE "ProductVersion", "4.1.0.0" END END BLOCK "VarFileInfo"