Skip to content

Commit

Permalink
bump version to 0.7.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Mar 27, 2022
1 parent bc65e99 commit 7b8334e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

# Release notes

## LizGoban 0.7.0-pre3

* Upgrade KataGo to [1.11.0](https://github.com/lightvector/KataGo/releases/tag/v1.11.0).
* Show the preferred moves by "AIs for handicap games" as the stronger/weaker side. (small blue up/down triangles on the board, sharpness of the triangles in the winrate bar)
* Add "Preferences" into Edit menu for convenience.
* Slightly improve ladder continuation.
* (Bonus) [3n opening method for handicap games](https://www.reddit.com/r/baduk/comments/sublre/i_have_created_an_opening_method_to_make_handicap/) in Tool > Experimental. This is just a temporary trial and will be removed in the next release. See [#75](https://github.com/kaorahi/lizgoban/issues/75).

If you are willing to help developments, please try new weak bots for matches vs. AI (work in progress). This is a step toward ideal bots that have a wide variety of playing styles and auto-adjusted strength without unnaturally stupid moves.

1. Enable "Edit > Preferences > Ownerships per move".
2. Click "File > Match vs. AI".
3. Click the pull down menu beside "vs." and select "(persona)" at the bottom.
4. Click the board to play a game.

You can play against bots with randomly generated characteristics from "..." button. You can also adjust "sanity" slider anytime, or check "auto" for auto-adjusting.

In addition, there is a new system of virtual opponent characters. When you input any name from "..." button, LizGoban generates a bot with the parameters based on its name. For example, "jowa" prefers to capture stones, "alex" likes positional plays, etc. Try various names to find your favorite opponents. Note that unreasonable strategies are still tough if you set high "sanity" because the moves are selected only in major suggestions by AI.

Incompatibilities:

* Upgrade libraries (Electron 17, etc.). So you may need to do "npm install" again.

## LizGoban 0.7.0-pre2

* Upgrade KataGo to [1.10.0](https://github.com/lightvector/KataGo/releases/tag/v1.10.0).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LizGoban",
"version": "0.7.0-pre2",
"version": "0.7.0-pre3",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <khi@users.osdn.me>",
"license": "GPL-3.0",
Expand All @@ -17,8 +17,8 @@
"xyz2sgf": "^0.1.0"
},
"devDependencies": {
"electron": "^17.0.0",
"electron-builder": "^22.14.5"
"electron": "^17.1.2",
"electron-builder": "^22.14.13"
},
"build": {
"files": [
Expand Down

0 comments on commit 7b8334e

Please sign in to comment.