From 38be888fbf5bd36bc99071086aecf56c554b77aa Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Tue, 26 Oct 2021 20:17:46 +0900 Subject: [PATCH] bump version to 0.7.0-pre2 --- build_with/release.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",