Skip to content

Commit

Permalink
bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed May 8, 2021
1 parent 80b4f2b commit 71907d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ with lots of original gimmicks.
* Save/load analyses to/from SGF in Lizzie-compatible format
* Restriction of analysis region like KaTrain
* Free editing of stones in the middle of a game
* Import stone positions from diagram images like [img2sgf](https://github.com/hanysz/img2sgf)
* [Experimental] Use your favorite images for the board and the stones

### Original features
Expand Down Expand Up @@ -279,6 +280,7 @@ Please note that this feature is experimental and API etc. may be changed in fut
* Slightly improve Tsumego frame (boundary, analysis region).
* Insert/delete moves in the middle of the game by Ctrl+Shift+click.
* Insert a black (white) stone by b(w)+click.
* 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)
* Add pair Go to "File" menu and `preset` in `config.json`.
* Add "resize to 19x19" into "Flip..." in "Edit" menu.
* Copy SGF comments to the clipboard when they are clicked.
Expand Down
12 changes: 12 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# Release notes

## LizGoban 0.6.1

* Add import of diagram images.

You can copy a diagram image and paste it onto LizGoban by Ctrl+V (Edit > Paste) or drag & drop to import the positions of the stones.

This is very low-tech. You may need parameter tuning or manual correction for photographic/reflective images and marked/numbered/glossy stones. But it is still usable for many tsumego pictures on the Internet and many YouTube screenshots. You can also try [[Online version of "SGF from Image"]](http://kaorahi.github.io/lizgoban/src/sgf_from_image/sgf_from_image.html).

* Fix minor bugs.

# (Previous versions)

## LizGoban 0.6.0

* Upgrade KataGo to [1.8.1](https://github.com/lightvector/KataGo/releases/tag/v1.8.1).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LizGoban",
"version": "0.6.0",
"version": "0.6.1",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <khi@users.osdn.me>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 71907d7

Please sign in to comment.