Skip to content

Commit

Permalink
Sanmill v3.5.0 (3467)
Browse files Browse the repository at this point in the history
Official release version of Sanmill v3.5.0

Signed-off-by: Calcitem <calcitem@outlook.com>
Change-Id: Ie8966d5866329257bb724232042fe306eb277133
  • Loading branch information
calcitem committed May 3, 2023
1 parent 6ff8357 commit 9712eee
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 7 deletions.
11 changes: 11 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/3467.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v3.5.0

Neue Funktionen:

* MCTS-Algorithmus hinzugefügt.
* Neues Farbschema GoldenJade eingeführt.

Verbesserungen:

* Farbtafelauswahl-Stil in den Einstellungen zu Farbschieberauswahl geändert.
* Verbesserte Leistung, insbesondere in der Flugphase.
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3467.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v3.5.0

New Features:

* Added MCTS algorithm.
* Introduced new GoldenJade color theme.

Improvements:

* Changed Color Panel Picker style to Color Slide Picker in settings.
* Enhanced performance, especially in the flying phase.
11 changes: 11 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/3467.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v3.5.0

新功能:

* 新增 MCTS 算法。
* 新增金玉色彩主题。

改进:

* 在设置中将颜色面板选择器样式更改为颜色滑动选择器。
* 提高了在飞棋阶段的性能表现。
2 changes: 1 addition & 1 deletion snap/gui/mill.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=3.4.2
Version=3.5.0
Encoding=UTF-8
Name=Mill
Comment=A Mill Game which supports many rule variants.
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mill
version: 3.4.2
version: 3.5.0
summary: A Mill Game which supports many rule variants.
description: |
Nine men's morris is a strategy board game for two players
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 3.4.2+3419
version: 3.5.0+3467

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions src/ui/qt/mill-pro.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "Mill.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3.4.2.0
PRODUCTVERSION 3.4.2.0
FILEVERSION 3.5.0.0
PRODUCTVERSION 3.5.0.0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -39,12 +39,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Pro"
VALUE "FileVersion", "3.4.2.0"
VALUE "FileVersion", "3.5.0.0"
VALUE "InternalName", "Sanmill Pro"
VALUE "LegalCopyright", "(C) 2019-2023 Calcitem Studio and Sanmill Developers"
VALUE "OriginalFilename", "mill-pro.exe"
VALUE "ProductName", "Mill Pro"
VALUE "ProductVersion", "3.4.2.0"
VALUE "ProductVersion", "3.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 9712eee

Please sign in to comment.