Skip to content

Commit

Permalink
final tidying up for release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herzbube committed Jan 19, 2019
1 parent d0994f5 commit c2d69be
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Little Go is released under the [Apache License](http://www.apache.org/licenses/

## Changes in this release

This is the Little Go maintenance and bugfix release 1.4.0. A selection of the most important changes are:
This is the Little Go bugfix release 1.4.1. It contains an important fix for a bug in Fuego that could cause Fuego to play a stone during the opening game on an intersection that was already occupied by a handicap or setup stone (#328). In addition, Little Go's error handling is now capable of dealing with such a situation so that user's are not stuck in a seemingly endless "computer is thinking" loop. Thanks to Rob Wildschut and Mark Spurlock for reporting the issue.

The previous release was the Little Go maintenance and bugfix release 1.4.0. A selection of the most important changes are:

* Added support for loading and saving .sgf files that contain stone and/or player setup nodes (#323). This kind of .sgf files is frequently used for sharing board positions that teach how to play best in certain game situations, or that are puzzles to be solved. Notes:
* It was already possible to load these .sgf files before the change, but Little Go would not display the stones specified by the stone setup nodes, and playing after loading such an .sgf file would usually result in the alert message "Your move was rejected by Fuego".
Expand Down
33 changes: 33 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
--------------------------------------------------------------------------------
Version 1.4.1 (January 17 2019)
--------------------------------------------------------------------------------
========
Features
========
- None

========
Bugfixes
========
- Fixed a bug in Fuego that could cause Fuego to play a stone during the opening
game on an intersection that was already occupied by a handicap or setup
stone (#328). In addition, Little Go's error handling is now capable of
dealing with such a situation so that user's are not stuck in a seemingly
endless "computer is thinking" loop.

===========
Regressions
===========
- None

=================
Technical changes
=================
- None

=================
GitHub issue list
=================
A list of all issues closed for this release is available on GitHub:
https://github.com/herzbube/littlego/milestone/16?closed=1

--------------------------------------------------------------------------------
Version 1.4.0 (January 13 2019)
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion resource/html/About.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Fuego, with a few customizations that are available from the
<a href="https://github.com/herzbube/fuego-on-ios">Fuego on iOS</a>
project. The commit used by this version of %applicationName% is
7acc5476e0db672ecb10088c8f10362b213609e1.
09ca868c8018b0943c9af7c28639c822b2d54cc1.
</p>
<p class="section-header">Boost</p>
<p class="section" id="boost-section">
Expand Down
2 changes: 1 addition & 1 deletion resource/html/Credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Norbert Langermann, the folks visiting the
<a href="http://www.lifein19x19.com/">lifein19x19.com</a> forum,
Ben Jackson, David Helfand, Laurent Guanzini, Denis Martynov,
Manuel Braun, ecru86 and dtsudo,
Manuel Braun, ecru86, dtsudo, Rob Wildschut and Mark Spurlock,
for their help with improving this app. No software is free of bugs, and
Little Go woefully is no exception to this rule.
</dd>
Expand Down
4 changes: 2 additions & 2 deletions resource/plist/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>19</string>
<string>20</string>
<key>Fabric</key>
<dict>
<key>Kits</key>
Expand Down

0 comments on commit c2d69be

Please sign in to comment.