Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Jul 12, 2015
1 parent e95daf3 commit 5cec16e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [Unreleased][unreleased]
## [Goban v0.2.0][v0.2.0]

**Added**
* Game graph
Expand All @@ -11,11 +11,8 @@ All notable changes to this project will be documented in this file.
**Changed**
* Update to latest Electron version

**Fixed**
* Fix SGF comments problem

## Goban v0.1.0

First release

[unreleased]: https://github.com/yishn/Goban/compare/v0.1.0...master
[v0.2.0]: https://github.com/yishn/Goban/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "goban",
"productName": "Goban",
"version": "0.1.0",
"version": "0.2.0",
"description": "Eventually the best virtual Go board.",
"author": "Yichuan Shen",
"main": "main.js",
Expand Down
3 changes: 1 addition & 2 deletions view/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ function setShowSidebar(show) {
if (show) {
// Create game graph
setGraphMatrix(sgf.tree2matrix(getRootTree()))
var node = getCurrentGraphNode()
centerGraphCameraAt(node)
centerGraphCameraAt(getCurrentGraphNode())
}

// Resize window
Expand Down

0 comments on commit 5cec16e

Please sign in to comment.