Skip to content

Commit

Permalink
v0.8.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Dec 31, 2016
1 parent 4abe9ed commit e36f79e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit e36f79e

Please sign in to comment.