Skip to content

Commit

Permalink
📝 v0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Aug 15, 2016
1 parent 3d59075 commit e3320dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2016.8.15 v0.6.0 stable

* Greenworks complied for NW.js v0.16.1 with Steamworks SDK 1.37
* Greenworks complied for Electron v1.3.3 with Steamworks SDK 1.37
* API documents are moved from wiki to [docs](https://github.com/greenheartgames/greenworks/tree/master/docs)
* Add new friends APIs (Thanks for @marwanhilmi):
* `persona-state-change` event
* `greenworks.getFriendsAccount(friend_flag)`
* `greenworks.getFriends(friend_flag)`
* `greeenworks.requestUserInformation(raw_steam_id, require_name_only)`
* `greenworks.getSteamId()` now returns an object of `SteamID`

## 2016.07.23 v0.5.3 stable

* Greenworks complied for NW.js v0.14.7 with Steamworks SDK 1.37
Expand Down
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## New Release 0.5
The newest release adds more Steam achievements functionality as well as Steam
Authentication methods. You can find the full list of added features on the
[releases page](https://github.com/greenheartgames/greenworks/releases).
## New Release 0.6

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).

If you find the release useful, please consider donating.

Expand All @@ -27,11 +28,11 @@ 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 and v0.16
* Electron (formerly atom-shell) v0.21.X or above
* Electron (formerly atom-shell) v1.0.0 or above

## Download

Prebuild binaries of greenworks for NW.js can be found on
Prebuilt binaries of greenworks for NW.js & Electron can be found on
the [releases](https://github.com/greenheartgames/greenworks/releases) page.

## APIs
Expand Down

0 comments on commit e3320dc

Please sign in to comment.