Skip to content

Commit fa4350a

Browse files
author
Hiraoka
committed
bump version to 0.6.3
1 parent d24e6e3 commit fa4350a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ Please note that this feature is experimental and API etc. may be changed in fut
282282
* Insert a black (white) stone by b(w)+click.
283283
* Add import of diagram images by Ctrl+V ("Paste" in "Edit" menu). [[Solve tsumego pictures (demo)]](https://github.com/kaorahi/lizgoban/issues/68) [[Online version of "SGF from Image"]](http://kaorahi.github.io/lizgoban/src/sgf_from_image/sgf_from_image.html)
284284
* Add pair Go to "File" menu and `preset` in `config.json`.
285+
* Add "Random opening" into Tool menu for AI vs. AI (and "diverse" strategy in Match vs. AI) for more various openings.
286+
* Add "Coordinates" into View menu.
285287
* Add "resize to 19x19" into "Flip..." in "Edit" menu.
286288
* Copy SGF comments to the clipboard when they are clicked.
287289
* Accelerate quick overview.

build_with/release.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
# Release notes
44

5+
## LizGoban 0.6.3
6+
7+
* Add "Coordinates" into View menu.
8+
* Add "Random opening" into Tool menu for AI vs. AI (and "diverse" strategy in Match vs. AI) for more various openings.
9+
10+
# (Previous versions)
11+
512
## LizGoban 0.6.2
613

714
* Upgrade KataGo to [1.9.1](https://github.com/lightvector/KataGo/releases/tag/v1.9.1).
8-
915
* Modify UI of image import very slightly.
1016

11-
# (Previous versions)
12-
1317
## LizGoban 0.6.1
1418

1519
* Add import of diagram images.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LizGoban",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
55
"author": "kaorahi <khi@users.osdn.me>",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)