Skip to content

Commit b043b89

Browse files
committed
final tidying up for release 2.0.0
1 parent 5dd7700 commit b043b89

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

Little Go.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4917,13 +4917,13 @@
49174917
CODE_SIGN_ENTITLEMENTS = resource/plist/Entitlements.plist;
49184918
CODE_SIGN_IDENTITY = "iPhone Developer";
49194919
CODE_SIGN_STYLE = Automatic;
4920-
CURRENT_PROJECT_VERSION = 27;
4920+
CURRENT_PROJECT_VERSION = 28;
49214921
DEVELOPMENT_TEAM = P7NZKNP5L2;
49224922
EXCLUDED_SOURCE_FILE_NAMES = "GoogleService-Info.plist";
49234923
GCC_PRECOMPILE_PREFIX_HEADER = YES;
49244924
GCC_PREFIX_HEADER = src/main/Prefix.pch;
49254925
INFOPLIST_FILE = resource/plist/Info.plist;
4926-
MARKETING_VERSION = 2.0.0;
4926+
MARKETING_VERSION = 2.0.1;
49274927
PRODUCT_BUNDLE_IDENTIFIER = ch.herzbube.littlego;
49284928
PRODUCT_NAME = "Little Go";
49294929
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -4940,12 +4940,12 @@
49404940
CODE_SIGN_ENTITLEMENTS = resource/plist/Entitlements.plist;
49414941
CODE_SIGN_IDENTITY = "iPhone Developer";
49424942
CODE_SIGN_STYLE = Automatic;
4943-
CURRENT_PROJECT_VERSION = 27;
4943+
CURRENT_PROJECT_VERSION = 28;
49444944
DEVELOPMENT_TEAM = P7NZKNP5L2;
49454945
GCC_PRECOMPILE_PREFIX_HEADER = YES;
49464946
GCC_PREFIX_HEADER = src/main/Prefix.pch;
49474947
INFOPLIST_FILE = resource/plist/Info.plist;
4948-
MARKETING_VERSION = 2.0.0;
4948+
MARKETING_VERSION = 2.0.1;
49494949
PRODUCT_BUNDLE_IDENTIFIER = ch.herzbube.littlego;
49504950
PRODUCT_NAME = "Little Go";
49514951
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5143,12 +5143,12 @@
51435143
CODE_SIGN_ENTITLEMENTS = resource/plist/Entitlements.plist;
51445144
CODE_SIGN_IDENTITY = "iPhone Developer";
51455145
CODE_SIGN_STYLE = Automatic;
5146-
CURRENT_PROJECT_VERSION = 27;
5146+
CURRENT_PROJECT_VERSION = 28;
51475147
DEVELOPMENT_TEAM = P7NZKNP5L2;
51485148
GCC_PRECOMPILE_PREFIX_HEADER = YES;
51495149
GCC_PREFIX_HEADER = src/main/Prefix.pch;
51505150
INFOPLIST_FILE = resource/plist/Info.plist;
5151-
MARKETING_VERSION = 2.0.0;
5151+
MARKETING_VERSION = 2.0.1;
51525152
PRODUCT_BUNDLE_IDENTIFIER = ch.herzbube.littlego;
51535153
PRODUCT_NAME = "Little Go";
51545154
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5482,12 +5482,12 @@
54825482
CODE_SIGN_ENTITLEMENTS = resource/plist/Entitlements.plist;
54835483
CODE_SIGN_IDENTITY = "iPhone Developer";
54845484
CODE_SIGN_STYLE = Automatic;
5485-
CURRENT_PROJECT_VERSION = 27;
5485+
CURRENT_PROJECT_VERSION = 28;
54865486
DEVELOPMENT_TEAM = P7NZKNP5L2;
54875487
GCC_PRECOMPILE_PREFIX_HEADER = YES;
54885488
GCC_PREFIX_HEADER = src/main/Prefix.pch;
54895489
INFOPLIST_FILE = resource/plist/Info.plist;
5490-
MARKETING_VERSION = 2.0.0;
5490+
MARKETING_VERSION = 2.0.1;
54915491
PRODUCT_BUNDLE_IDENTIFIER = ch.herzbube.littlego;
54925492
PRODUCT_NAME = "Little Go";
54935493
PROVISIONING_PROFILE_SPECIFIER = "";

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Little Go is released under the [Apache License](http://www.apache.org/licenses/
99

1010
## Changes in this release
1111

12-
This is the Little Go feature release 2.0.0. A selection of the most important changes are:
12+
This is the Little Go bugfix release 2.0.1. It contains a fix for a bug that caused the app and Fuego to become out of sync when a game with handicap was started, or when a game with black or white setup stones was loaded from the archive (#430).
13+
14+
The previous release was the Little Go feature release 2.0.0. A selection of the most important changes are:
1315

1416
- The app now has support for game variations (#380). A new tree view was added at the bottom of the Play tab that displays the tree of nodes formed by all variations of the game. New game variations can be created by going back to an older node and playing a move - the app will automatically insert a new game variation. Finally, a number of new settings were added under "Settings > Tree view" and "Settings > Game variation".
1517
- The user manual has been rewritten from scratch, complete with icons, illustrations, a few animatons and hyperlinks. Besides the in-app version of the user manual there is now also an identical [online version](https://littlego-usermanual.herzbube.ch/). Many thanks go to Andreas Fischlin who gave me the impetus to take on this long overdue task.

doc/ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
--------------------------------------------------------------------------------
2+
Version 2.0.1 (2024-05-11)
3+
--------------------------------------------------------------------------------
4+
========
5+
Features
6+
========
7+
- None
8+
9+
========
10+
Bugfixes
11+
========
12+
- None
13+
14+
===========
15+
Regressions
16+
===========
17+
- Fixed a bug that caused the app and Fuego to become out of sync when a game
18+
with handicap was started, or when a game with black or white setup stones
19+
was loaded from the archive (#430).
20+
21+
=================
22+
Technical changes
23+
=================
24+
- None
25+
26+
=================
27+
GitHub issue list
28+
=================
29+
A list of all issues closed for this release is available on GitHub:
30+
https://github.com/herzbube/littlego/milestone/24?closed=1
31+
132
--------------------------------------------------------------------------------
233
Version 2.0.0 (2024-05-09)
334
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)