Skip to content

Commit

Permalink
bump version to 0.6.0-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Mar 12, 2021
1 parent 8bf9f5c commit c657dba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ Please note that this feature is experimental and API etc. may be changed in fut
* Insert/delete moves in the middle of the game by Ctrl+Shift+click.
* Insert a black (white) stone by b(w)+click.
* 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.
* Accelerate quick overview.
* Automatically mark ladder breakers as "=" and [show the continuation of the ladder](https://github.com/kaorahi/lizgoban/issues/63) by "=" key (experimental).
* Experimentally support [external control of LizGoban](https://github.com/kaorahi/lizgoban/issues/61) from another program.

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.0-pre2

* Accelerate quick overview.
* Improve ladder detector with liberty check.
* Add pair Go to "File" menu and `preset` in `config.json`.
* Add "resize to 19x19" into "Flip..." in "Edit" menu.
* Show X mark on suggested variations when it is updated in the background.
* Copy SGF comments to the clipboard when they are clicked.
* Fix minor bugs.

# (Previous versions)

## LizGoban 0.6.0-pre1

* Upgrade KataGo to [1.8.0](https://github.com/lightvector/KataGo/releases/tag/v1.8.0).
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-pre1",
"version": "0.6.0-pre2",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <[email protected]>",
"license": "GPL-3.0",
Expand Down

0 comments on commit c657dba

Please sign in to comment.