From 6ad72eed09b96e699e1b0a86c414166c00b7d537 Mon Sep 17 00:00:00 2001 From: Yichuan Shen Date: Wed, 27 Sep 2017 10:59:26 +0200 Subject: [PATCH] Bump v0.31.4 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d8623bd..85237d919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [Sabaki v0.31.4][v0.31.4] (2017-09-27) + +**Changed** + +* When selecting engines, player names are automatically filled unless changed by the user +* Downgrade to stable Electron v1.7.8 due to security reasons + +**Fixed** + +* Fix encoding problems in shape names + ## [Sabaki v0.31.3][v0.31.3] (2017-09-19) **Changed** @@ -589,7 +600,8 @@ All notable changes to this project will be documented in this file. First release -[unreleased]: https://github.com/yishn/Sabaki/compare/v0.31.3...master +[unreleased]: https://github.com/yishn/Sabaki/compare/v0.31.4...master +[v0.31.4]: https://github.com/yishn/Sabaki/compare/v0.31.3...v0.31.4 [v0.31.3]: https://github.com/yishn/Sabaki/compare/v0.31.2...v0.31.3 [v0.31.2]: https://github.com/yishn/Sabaki/compare/v0.31.1...v0.31.2 [v0.31.1]: https://github.com/yishn/Sabaki/compare/v0.31.0...v0.31.1 diff --git a/package.json b/package.json index 4af6881a0..205b204c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sabaki", "productName": "Sabaki", - "version": "0.31.3", + "version": "0.31.4", "description": "An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.", "author": "Yichuan Shen ", "homepage": "http://sabaki.yichuanshen.de",