Skip to content

Commit

Permalink
Bump v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Apr 2, 2020
1 parent 202c6fd commit d2b373b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]
## [Sabaki v0.51.0][v0.51.0] (2020-04-02)

**Added**

- Ability to hide heat map in analysis mode (#649)
- Ability to show score lead on board in analysis mode (#589)
- Ability to show score lead on board in analysis mode for engines that support it, e.g. KataGo (#589)
- Multilanguage support thanks to [our translators](https://github.com/SabakiHQ/sabaki-i18n/graphs/contributors) (#647)

**Fixed**

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sabaki",
"productName": "Sabaki",
"version": "0.50.1",
"version": "0.51.0",
"description": "An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.",
"author": "Yichuan Shen <[email protected]>",
"homepage": "http://sabaki.yichuanshen.de",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@sabaki/deadstones": "^2.1.2",
"@sabaki/go-board": "^1.4.1",
"@sabaki/gtp": "^3.0.0",
"@sabaki/i18n": "0.50.1-3",
"@sabaki/i18n": "0.51.0-0",
"@sabaki/immutable-gametree": "^1.9.2",
"@sabaki/influence": "^1.2.2",
"@sabaki/sgf": "^3.4.7",
Expand All @@ -100,22 +100,22 @@
"preact": "^10.3.4",
"react-markdown": "^3.6.0",
"recursive-copy": "^2.0.10",
"remark-breaks": "^1.0.3",
"remark-breaks": "^1.0.5",
"rimraf": "^3.0.2",
"uuid": "^7.0.2",
"uuid": "^7.0.3",
"winston": "^3.2.1"
},
"devDependencies": {
"concurrently": "^5.1.0",
"electron": "^8.1.1",
"electron": "^8.2.0",
"electron-builder": "^22.4.1",
"esm": "^3.2.25",
"mocha": "^7.1.1",
"onchange": "^6.1.0",
"prettier": "1.19.1",
"react": "^16.13.0",
"react": "^16.13.1",
"tmp": "^0.1.0",
"webpack": "^4.42.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
Expand Down

0 comments on commit d2b373b

Please sign in to comment.