diff --git a/build_with/release.md b/build_with/release.md index ce0386f2..bfb6eb9a 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -2,6 +2,11 @@ # Release notes +## LizGoban 0.7.0-pre2 + +* Upgrade KataGo to [1.10.0](https://github.com/lightvector/KataGo/releases/tag/v1.10.0). +* Support the new feature ["ownershipStdev"](https://github.com/lightvector/KataGo/pull/500) in KataGo 1.10.0 (red backgrounds in the subboard), that looks like a heatmap of "KataGo's eye tracking". + ## LizGoban 0.7.0-pre1 * Add "Auto overview" into Tool menu so that one can turn it off. diff --git a/package.json b/package.json index f73ff1d7..3c33acde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LizGoban", - "version": "0.7.0-pre1", + "version": "0.7.0-pre2", "description": "An analysis tool of the game Go with Leela Zero and KataGo", "author": "kaorahi ", "license": "GPL-3.0",