From e36f79ed5c1733f91785bbbabcdbd83f2d075f29 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Sat, 31 Dec 2016 10:37:26 +0100 Subject: [PATCH] v0.8.0 changelog. --- CHANGELOG.md | 21 +++++++++++++++++++++ readme.md | 12 ++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f10ff06..76a3316f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 2016.12.31 v0.8.0 stable + +* Greenworks complied for NW.js v0.18.8 & v0.19.4 with Steamworks SDK 1.38a +* Greenworks now requires `libsdkencryptedappticket` library. Plese copy it to + the directory of your game. +* Update to Steamworks SDK 1.38a, thanks to @MadSpyxFR, some changes from + Steamworks SDK: + * SteamFriends `suggest` relationship type now is deprecated + * `greenworks.getCloudQuota` returns a `String` representing 64 bits integer +* Add `greenworks.deleteFile` API, thanks to @dfabulich +* Add `greenworks.getAppId` API +* Add APIs for ticket decryption: + * The ticket in `greenworks.getAuthSessionTicket` and + `greenworks.getEncryptedAppTicket` callback is a `Buffer` type + * `greenworks.decryptAppTicket` + * `greenworks.isTicketForApp` + * `greenworks.getTicketIssueTime` + * `greenworks.getTicketSteamId` + * `greenworks.getTicketAppId` +* Fix: potential issues causing by mismatched new/delete usage + ## 2016.9.16 v0.7.0 stable * Greenworks complied for NW.js v0.17.3 with Steamworks SDK 1.37 diff --git a/readme.md b/readme.md index 95ea0928..e648acfd 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -## New Release 0.7 +## New Release 0.8 -The newest release adds more Steam friends functionality, and provides -prebuilt binaries for Electron. You can find the full list of added features on -the [releases page](https://github.com/greenheartgames/greenworks/releases). +The newest release adds Steam ticket decryption functionality. You can find the +full list of added features on the +[releases page](https://github.com/greenheartgames/greenworks/releases). If you find the release useful, please consider donating. @@ -25,8 +25,8 @@ support different node versions. Currently greenworks supports: -* node v0.8, v0.10, v0.12, v4, v5, and v6 -* NW.js (formerly node-webkit) v0.8, v0.11, v0.12, v0.13, v0.14, v0.15, v0.16, and v0.17 +* node v0.8, v0.10, v0.12, v4, v5, v6 and v7 +* NW.js (formerly node-webkit) v0.8, v0.11, v0.12, v0.13, v0.14, v0.15, v0.16, v0.17, v0.18, and v0.19 * Electron (formerly atom-shell) v1.0.0 or above ## Download