diff --git a/build_with/release.md b/build_with/release.md index a3c12d33..e2f6e59f 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -2,25 +2,35 @@ # Release notes -## LizGoban 0.7.0-pre3 +## LizGoban 0.7.0-pre4 -* 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). +* Tune the behavior of "AI persona". +* Officially support [movesOwnership](https://github.com/lightvector/KataGo/issues/608) in KataGo 1.11.0. +* Add auto-adjustment for [[SGF from Image]](http://kaorahi.github.io/lizgoban/src/sgf_from_image/sgf_from_image.html). +* Add items to the pull down menu of AI strategy and delete the corresponding keyboard shortcuts "1" to "9" instead. + * "pass": AI plays "pass" if there is room. + * "swap n": AI swaps engines for black and white randomly with probability 10n%. (You need to set engines with different configurations, e.g. LZ38 and LZ157, for black and white beforehand from "Engine" menu or "Preset" menu.) +* Use change of ownership in addition to ownership itself for facial stones. +* (Remove [3n opening method for handicap games](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. +1. Click "File > Match vs. AI". +2. Click the pull down menu beside "vs." and select "persona". +3. 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. +## 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). + Incompatibilities: * Upgrade libraries (Electron 17, etc.). So you may need to do "npm install" again. diff --git a/package.json b/package.json index 56518621..5b4cf4b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LizGoban", - "version": "0.7.0-pre3", + "version": "0.7.0-pre4", "description": "An analysis tool of the game Go with Leela Zero and KataGo", "author": "kaorahi ", "license": "GPL-3.0",