Skip to content

Commit

Permalink
bump version to 0.8.0-pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Aug 25, 2024
1 parent 09ba969 commit 54486be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE = 240811a
RELEASE = 240825a

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
13 changes: 13 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

# Release notes

## LizGoban 0.8.0-pre7

An experimental strategy called "spar" has been added to the "match vs. AI" mode. Intended for practice, it's not focused on winning but on creating skill-testing situations for players of specific DAN or KYU ranks. Let's knock it out!

To test it:

1. Download the all-in-one package (`LizGoban-*_win_*.zip`), unzip it, and double-click `LizGoban *.exe`.
2. From "Preset" menu, choose "Human-like Play". ("Human-like Analysis" is also ok.)
3. From "File" menu, choose "Match vs. AI".
4. Select "spar" in "vs." pulldown menu.
5. Adjust the profile slider. (20k-9d)
6. Click the board to place the first black stone, or click "start AI's turn" button to let the AI play black.

## LizGoban 0.8.0-pre6

This is just a temporary release for a debug feature on the asymmetric rank humanSL profile. This feature will be excluded from the next release.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LizGoban",
"version": "0.8.0-pre6",
"version": "0.8.0-pre7",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <kakkokakko@gmail.com>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 54486be

Please sign in to comment.