Skip to content

Commit

Permalink
bump version to 0.8.0-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Dec 28, 2023
1 parent d4e4188 commit 0ec8693
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE = 230714a
RELEASE = 231228a

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
6 changes: 3 additions & 3 deletions build_with/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ $(KATA_DOC): $(KATA_DIR)/README.txt $(DOC)
# katago

KATA_URL_BASE = https://github.com/lightvector/KataGo/releases/download
KATA_URL1 = $(KATA_URL_BASE)/v1.13.0/katago-v1.13.0-eigen-windows-x64.zip
KATA_URL2 = $(KATA_URL_BASE)/v1.13.0/katago-v1.13.0-eigenavx2-windows-x64.zip
KATA_URL3 = $(KATA_URL_BASE)/v1.13.0/katago-v1.13.0-opencl-windows-x64.zip
KATA_URL1 = $(KATA_URL_BASE)/v1.14.0/katago-v1.14.0-eigen-windows-x64.zip
KATA_URL2 = $(KATA_URL_BASE)/v1.14.0/katago-v1.14.0-eigenavx2-windows-x64.zip
KATA_URL3 = $(KATA_URL_BASE)/v1.14.0/katago-v1.14.0-opencl-windows-x64.zip
KATA_MODEL_URL = https://katagoarchive.org/g170/neuralnets/g170e-b15c192-s1672170752-d466197061.bin.gz
KATA_MODEL_D_URL = https://katagoarchive.org/g170/LICENSE.txt

Expand Down
29 changes: 29 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

# Release notes

## LizGoban 0.8.0-pre4

* Upgrade KataGo to [1.14.0](https://github.com/lightvector/KataGo/releases/tag/v1.14.0).
* Add sound feature. (You need to prepare and set sound files by yourself.)
* Replace SOPPO indicator with playing styles indicator.
* Add playing styles indicator to ownership distribution chart.
* Change playing style of persona strategy. This is still being tested and might change in the future.
* Avoid unnatural tenuki in match vs. weakened AI.
* Add "Open recent" to File menu.
* Detect encoding of SGF files etc.
* Support [TamaGo](https://github.com/kobanium/TamaGo). (You need [a patch](https://github.com/kobanium/TamaGo/pull/80) currently on 2023-12-28.)

Minor changes:

* Add "board_size" and "wait_for_startup" to preset in config.json.
* Make `Ctrl-,` key toggle preferences window.
* Enable app.quit() in REPL for external control.
* Add "default preset" to "Engine is down" dialog for SSH disconnection.
* Use entropy as the ambiguity measure.
* Fix bugs.

Incompatibilities:

* Upgrade libraries (Electron 28, etc.). So you may need to do "npm install" again if you use LizGoban from the command line.

Acknowledgement:

* Thanks to [qcgm1978](https://github.com/qcgm1978) for the contributions and suggestions.

## LizGoban 0.8.0-pre3

* Fix bugs. (wrong ruleset, reset of visit count)
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.8.0-pre3",
"version": "0.8.0-pre4",
"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 0ec8693

Please sign in to comment.