From 6b95ffd077bfdd74f44e21ff277bf7c78f0e3b85 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Fri, 19 Jul 2024 01:07:05 +0800 Subject: [PATCH] Sanmill v4.16.5 (4249) Official release version of Sanmill v4.16.5 --- fastlane/metadata/android/en-US/changelogs/4249.txt | 3 +++ fastlane/metadata/android/zh-CN/changelogs/4249.txt | 3 +++ snap/gui/mill.desktop | 2 +- snap/snapcraft.yaml | 2 +- src/ui/flutter_app/debian/debian.yaml | 2 +- src/ui/flutter_app/debian/gui/mill.desktop | 2 +- src/ui/flutter_app/pubspec.yaml | 2 +- src/ui/qt/mill-pro.rc | 8 ++++---- 8 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/4249.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/4249.txt diff --git a/fastlane/metadata/android/en-US/changelogs/4249.txt b/fastlane/metadata/android/en-US/changelogs/4249.txt new file mode 100644 index 000000000..849c7ff49 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4249.txt @@ -0,0 +1,3 @@ +v4.16.5 + +Fix translations. diff --git a/fastlane/metadata/android/zh-CN/changelogs/4249.txt b/fastlane/metadata/android/zh-CN/changelogs/4249.txt new file mode 100644 index 000000000..2f8611e5c --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/4249.txt @@ -0,0 +1,3 @@ +v4.16.5 + +此更新包括各种改进和错误修复,以使本 App 更好用。 diff --git a/snap/gui/mill.desktop b/snap/gui/mill.desktop index 4b76b8297..0f8f0d906 100644 --- a/snap/gui/mill.desktop +++ b/snap/gui/mill.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=4.16.4 +Version=4.16.5 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 05a15bb5a..1c145b836 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mill -version: 4.16.4 +version: 4.16.5 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 b17ba1c93..ff689de2b 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.16.4 + Version: 4.16.5 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 4f11fa82a..6b1c1f410 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.16.4 +Version=4.16.5 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 ab5c45e22..1d2245a33 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.16.4+4247 +version: 4.16.5+4249 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 fe775181d..48c98f79f 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.16.4.0 - PRODUCTVERSION 4.16.4.0 + FILEVERSION 4.16.5.0 + PRODUCTVERSION 4.16.5.0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -39,12 +39,12 @@ BEGIN BEGIN VALUE "CompanyName", "Calcitem" VALUE "FileDescription", "Mill Pro" - VALUE "FileVersion", "4.16.4.0" + VALUE "FileVersion", "4.16.5.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.16.4.0" + VALUE "ProductVersion", "4.16.5.0" END END BLOCK "VarFileInfo"