Skip to content

Commit

Permalink
bump version to 0.8.0-pre8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Sep 29, 2024
1 parent ee4402b commit 6cdeaa2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE = 240825a
RELEASE = 240929a

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
9 changes: 9 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Release notes

## LizGoban 0.8.0-pre8

* Added stone sounds. You can disable them from the menu `View > Sound` or `Edit > Preferences`.
* Minor fixes, etc.

Incompatibilities:

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

## LizGoban 0.8.0-pre7

An experimental strategy called "spar" has been added to the "match vs. AI" mode. Intended for practice, it's not focused on winning but on creating skill-testing situations for players of specific DAN or KYU ranks. Let's knock it out!
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-pre7",
"version": "0.8.0-pre8",
"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 6cdeaa2

Please sign in to comment.