From 31410bac896c0960219a6888dc20338746c59d2c Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Fri, 7 Aug 2020 01:03:13 +0900 Subject: [PATCH] fix minor mistakes in README and release note of 1.5.0-pre3 --- README.md | 7 ++++--- build_with/release.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f88ec437..0a4ae229 100644 --- a/README.md +++ b/README.md @@ -237,11 +237,12 @@ Put your favorite images of board and stones as `external/board.png`, `external/ * 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. + * 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. Incompatibilities: + * Upgrade libraries (Electron 9, etc.). So you may need to do "npm install" again. ### 0.4.0 diff --git a/build_with/release.md b/build_with/release.md index 37e5e2b1..9612cdc1 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -18,6 +18,7 @@ * Fix minor bugs etc. Incompatibilities: + * Upgrade libraries (Electron 9, etc.). So you may need to do "npm install" again. ### Links