Skip to content

Commit

Permalink
Bump v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Apr 7, 2016
1 parent 9444356 commit 505d1f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

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

## [Unreleased][unreleased]
## [Sabaki v0.11.4][v0.11.4] (2016-04-07)

**Fixed**

* Fix missing WebGL libraries in Windows
* Fix crash while saving files

**Changed**

* Faster startup
* Update to Electron v0.37.4
* Update to Electron v0.37.5

## [Sabaki v0.11.2][v0.11.2] (2016-04-01)

Expand Down Expand Up @@ -278,14 +279,14 @@ All notable changes to this project will be documented in this file.
* Fix unresponsiveness when clicking on a vertex on the game graph

**Changed**
* Improve camera panning of the game graph
* Update to Electron v0.30.0

## Goban v0.1.0 (2015-06-20)

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.11.2...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.11.4...master
[v0.11.4]: https://github.com/yishn/Sabaki/compare/v0.11.2...v0.11.4
[v0.11.2]: https://github.com/yishn/Sabaki/compare/v0.11.1...v0.11.2
[v0.11.1]: https://github.com/yishn/Sabaki/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/yishn/Sabaki/compare/v0.10.1...v0.11.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sabaki",
"productName": "Sabaki",
"version": "0.11.3",
"version": "0.11.4",
"description": "An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.",
"author": "Yichuan Shen",
"main": "main.js",
Expand All @@ -20,8 +20,8 @@
"sigma": "^1.0.3"
},
"scripts": {
"build:win": "electron-packager ./ sabaki --platform=win32 --arch=all --app-version=0.11.3 --build-version=0.11.3 --version=0.37.3 --out=../ --overwrite --icon=./icon.ico --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.CompanyName=\"Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\"",
"build:linux": "electron-packager ./ sabaki --platform=linux --arch=all --app-version=0.11.3 --build-version=0.11.3 --version=0.37.3 --out=../ --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --ignore=.*\\.icns$",
"build:osx": "electron-packager ./ Sabaki --platform=darwin --arch=all --app-version=0.11.3 --build-version=0.11.3 --version=0.37.3 --out=../ --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --icon=./icon.icns --app-category-type=public.app-category.games"
"build:win": "electron-packager ./ sabaki --platform=win32 --arch=all --app-version=0.11.4 --build-version=0.11.4 --version=0.37.5 --out=../ --overwrite --icon=./icon.ico --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.CompanyName=\"Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\"",
"build:linux": "electron-packager ./ sabaki --platform=linux --arch=all --app-version=0.11.4 --build-version=0.11.4 --version=0.37.5 --out=../ --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --ignore=.*\\.icns$",
"build:osx": "electron-packager ./ Sabaki --platform=darwin --arch=all --app-version=0.11.4 --build-version=0.11.4 --version=0.37.5 --out=../ --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --icon=./icon.icns --app-category-type=public.app-category.games"
}
}

0 comments on commit 505d1f8

Please sign in to comment.