Skip to content

Commit

Permalink
bump version to 0.5.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed May 30, 2020
1 parent c4cf321 commit 35f6229
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Check "Tool > Experimental > Reuse analysis" in the menu. This is expected to be

## Major changes

### (unreleased)
### 0.5.0-pre*

* Support ownerships of stones by facial expressions.
* Support `*.gib`, `*.ngf`, `*.ugf`, and `*.ugi` in addition to `*.sgf`. (You may need to do "npm install" again.)
Expand Down
8 changes: 8 additions & 0 deletions build_with/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
"-override-config",
"analysisPVLen=50, defaultBoardSize=19, logAllGTPCommunication=false, logSearchInfo=false, dynamicPlayoutDoublingAdvantageCapPerOppLead=0.00, playoutDoublingAdvantage=2.00",
"-model", ["built-in", "katanetwork.bin.gz"]]
},
{
"label": "KataGo for wider search",
"accelerator": "F4",
"engine": [["built-in", "katago/katago"], "gtp",
"-override-config",
"analysisPVLen=50, defaultBoardSize=19, logAllGTPCommunication=false, logSearchInfo=false, analysisWideRootNoise=0.03",
"-model", ["built-in", "katanetwork.bin.gz"]]
}
]
}
27 changes: 25 additions & 2 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,40 @@

# Release notes

## LizGoban 0.4.4
## LizGoban 0.5.0-pre1

* Fix minor bugs etc.
Thanks to [Goisisan](https://www.asahi-net.or.jp/~hk6t-itu/igo/goisisan.html) by Tororo, a new stone style is available in the all-in-one package `LizGoban-*_win_*.zip` for 64bit Windows. The ownerships of stones are indicated by their facial expressions in this style. To try it...

1. Select View > Stone > Face.
2. Select Preset > KataGo. The first run of KataGo may take a long time (1 hour or more, for example) for its initial tuning.
3. (Enable View > Ownership if you have disabled it.)

See README if you want to use this style without the all-in-one package.

### Major changes

* Add "KataGo for wider search" into Preset menu in the all-in-one package.
* Support ownerships of stones by facial expressions.
* Support `*.gib`, `*.ngf`, `*.ugf`, and `*.ugi` in addition to `*.sgf`. (You may need to do "npm install" again.)
* Omit marks for too minor suggestions on the board.
* Experimentally add "Tool > Experimental > Tsumego frame1&2" for solving life & death problems. (See "Tips" section in "Help" menu.)

### Links

[Project Home](https://github.com/kaorahi/lizgoban) /
[License (GPL3)](https://github.com/kaorahi/lizgoban/blob/master/LICENSE.txt)

Note that some external resources are also packaged into *.exe together with LizGoban itself. The license of LizGoban is not applied to them, of course.

* engines and neural networks: [Leela Zero](https://github.com/leela-zero/leela-zero/releases/tag/v0.17), [KataGo](https://github.com/lightvector/KataGo/)
* facial stone images: [Goisisan](https://www.asahi-net.or.jp/~hk6t-itu/igo/goisisan.html)

# (Previous versions)

## LizGoban 0.4.4

* Fix minor bugs etc.

## LizGoban 0.4.3

* Upgrade the built-in engine of the all-in-one package to [KataGo 1.4.2](https://github.com/lightvector/KataGo/releases/tag/v1.4.2) (OpenCL).
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.4.4",
"version": "0.5.0-pre1",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <[email protected]>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 35f6229

Please sign in to comment.