Skip to content

Commit

Permalink
Bump v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Jan 28, 2016
1 parent 068657d commit c4891a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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

## [Unreleased][unreleased]
## [Sabaki v0.7.5][v0.7.5] (2016-01-28)

**Fixed**

* Fix weird `box-shadow` on stone overlays
* Fix not updating game graph sometimes when undoing
* Fix not updating game graph sometimes when undoing

**Changed**

Expand Down Expand Up @@ -237,7 +237,8 @@ All notable changes to this project will be documented in this file.

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.7.4...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.7.5...master
[v0.7.5]: https://github.com/yishn/Sabaki/compare/v0.7.4...v0.7.5
[v0.7.4]: https://github.com/yishn/Sabaki/compare/v0.7.3...v0.7.4
[v0.7.3]: https://github.com/yishn/Sabaki/compare/v0.7.2...v0.7.3
[v0.7.2]: https://github.com/yishn/Sabaki/compare/v0.7.1...v0.7.2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sabaki",
"productName": "Sabaki",
"version": "0.7.4",
"version": "0.7.5",
"description": "An elegant Go board and SGF editor for a more civilized age.",
"author": "Yichuan Shen",
"main": "main.js",
Expand All @@ -20,6 +20,6 @@
"sigma": "^1.0.3"
},
"scripts": {
"build": "electron-packager ./ sabaki --platform=win32,linux --arch=all --version=0.36.5 --out=../../releases --icon=./icon.ico --overwrite --ignore=.*\\.icns$ --version-string.CompanyName=\"Yichuan Shen\" --version-string.LegalCopyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.FileVersion=\"0.7.4\" --version-string.ProductVersion=\"0.7.4\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\""
"build": "electron-packager ./ sabaki --platform=win32,linux --arch=all --version=0.36.5 --out=../../releases --icon=./icon.ico --overwrite --ignore=.*\\.icns$ --version-string.CompanyName=\"Yichuan Shen\" --version-string.LegalCopyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.FileVersion=\"0.7.5\" --version-string.ProductVersion=\"0.7.5\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\""
}
}

0 comments on commit c4891a3

Please sign in to comment.