From fa2cf45ced573fc80e348bcdd889d9147fe8ffcc Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Mon, 26 Oct 2020 20:18:04 +0900 Subject: [PATCH] bump version to 0.5.1 --- README.md | 2 +- build_with/release.md | 56 ++++++++++++++++++++++++------------------- package.json | 2 +- 3 files changed, 33 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index b187c667..ef305ce8 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ Put your favorite images of board and stones as `external/board.png`, `external/ ## Major changes -### 0.5.0 +### 0.5.* * Support ownerships of stones by facial expressions. * Support `*.gib`, `*.ngf`, `*.ugf`, and `*.ugi` in addition to `*.sgf`. diff --git a/build_with/release.md b/build_with/release.md index d932a2e1..6bc364b6 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -2,32 +2,9 @@ # Release notes -## LizGoban 0.5.0 +## LizGoban 0.5.1 -* Support ownerships of stones by facial expressions. -* Support `*.gib`, `*.ngf`, `*.ugf`, and `*.ugi` in addition to `*.sgf`. -* Modify "File" menu slightly for convenience. -* Officially support reuse of analyses like Lizzie. -* Add "Save/Copy SGF with analysis" into menu. (compatible with Lizzie 0.7.2) -* Add more configurations (rules, komi, handicap, stone_style) into `preset` in `config.json`. -* Omit marks for too minor suggestions on the board. -* Automatically start quick overview after reading SGF. -* Experimentally add "Tool > Experimental > Tsumego frame" for solving life & death problems. (See "Tips" section in "Help" menu.) -* Improve display by "c" key + mouse hover on existing stones. -* Stop pondering in match vs. AI if human's move is played in pausing. -* Borrow some ideas from [KaTrain](https://github.com/sanderland/katrain/). - * Show mistakes and actually punished scores on stones. - * Click on a stone to temporarily show the past board. - * Double-click on a stone to jump to the move. - * [Fix wrong komi in Fox SGF.](https://github.com/sanderland/katrain/issues/177) -* Make KataGo aggressive for handicap games automatically in "match vs. AI" or "AI vs. AI". ("!" is appended to the engine names in the title bar.) -* In "AI vs. AI", show the principal variations of both AIs side by side by "1" key (keep holding down) if "Two boards A (main+PV)" is selected from "View" menu. -* Separate estimations for different komi etc. in winrate graph. -* Support HA (handicap) property in SGF. - -Incompatibilities: - -* Upgrade libraries (Electron 10, etc.). So you may need to do "npm install" again. +* Fix: View > Stone > Face did not work from v0.5.0-pre4. ### To use it on 64bit Windows immediately @@ -58,3 +35,32 @@ Note that some external resources are also packaged into *.exe together with Liz * engines and neural networks: [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.5.0 + +* Support ownerships of stones by facial expressions. +* Support `*.gib`, `*.ngf`, `*.ugf`, and `*.ugi` in addition to `*.sgf`. +* Modify "File" menu slightly for convenience. +* Officially support reuse of analyses like Lizzie. +* Add "Save/Copy SGF with analysis" into menu. (compatible with Lizzie 0.7.2) +* Add more configurations (rules, komi, handicap, stone_style) into `preset` in `config.json`. +* Omit marks for too minor suggestions on the board. +* Automatically start quick overview after reading SGF. +* Experimentally add "Tool > Experimental > Tsumego frame" for solving life & death problems. (See "Tips" section in "Help" menu.) +* Improve display by "c" key + mouse hover on existing stones. +* Stop pondering in match vs. AI if human's move is played in pausing. +* Borrow some ideas from [KaTrain](https://github.com/sanderland/katrain/). + * Show mistakes and actually punished scores on stones. + * Click on a stone to temporarily show the past board. + * Double-click on a stone to jump to the move. + * [Fix wrong komi in Fox SGF.](https://github.com/sanderland/katrain/issues/177) +* Make KataGo aggressive for handicap games automatically in "match vs. AI" or "AI vs. AI". ("!" is appended to the engine names in the title bar.) +* In "AI vs. AI", show the principal variations of both AIs side by side by "1" key (keep holding down) if "Two boards A (main+PV)" is selected from "View" menu. +* Separate estimations for different komi etc. in winrate graph. +* Support HA (handicap) property in SGF. + +Incompatibilities: + +* Upgrade libraries (Electron 10, etc.). So you may need to do "npm install" again. diff --git a/package.json b/package.json index 994b8245..765009f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LizGoban", - "version": "0.5.0", + "version": "0.5.1", "description": "An analysis tool of the game Go with Leela Zero and KataGo", "author": "kaorahi ", "license": "GPL-3.0",