Skip to content

Commit

Permalink
Bump v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Aug 16, 2015
1 parent 43ecea0 commit 74ae7d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]
## [Goban v0.3.7][v0.3.7] (2015-08-16)

**Fixed**
* Fix wrong cross symbol on Windows 10
* Fix a bug where current game track is not correctly highlighted in the graph
* Fix a bug where stone sounds are not played immediately
* Fix graph performance issues

**Changed**
* Update to Electron v0.30.4
Expand Down Expand Up @@ -117,7 +120,8 @@ All notable changes to this project will be documented in this file.

First release

[unreleased]: https://github.com/yishn/Goban/compare/v0.3.6...master
[unreleased]: https://github.com/yishn/Goban/compare/v0.3.7...master
[v0.3.7]: https://github.com/yishn/Goban/compare/v0.3.7...v0.3.6
[v0.3.6]: https://github.com/yishn/Goban/compare/v0.3.5...v0.3.6
[v0.3.5]: https://github.com/yishn/Goban/compare/v0.3.4...v0.3.5
[v0.3.4]: https://github.com/yishn/Goban/compare/v0.3.3...v0.3.4
Expand Down
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.3.6",
"version": "0.3.7",
"description": "Eventually the best virtual Go board.",
"author": "Yichuan Shen",
"main": "main.js",
Expand Down

0 comments on commit 74ae7d9

Please sign in to comment.