From ef9917b2524ffbfabd6a85c7a29ae7934932ad74 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 30 Jan 2013 20:04:45 -0500 Subject: [PATCH] Release 0.7.0 --- README.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a149b..669156c 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,19 @@ correct data type. ## History +### 0.7.0 + + * `createServer`: rename `encryption-enabled` option to `encryption` to stay + consistent with the examples. (thanks roblabla) + * `createClient`: don't require both `email` and `username`. + - The `username` and `password` arguments are used to authenticate with the + official minecraft servers and determine the case-correct username. If + you have migrated your user account to a mojang login, `username` looks + like an email address. + - If you leave out the `password` argument, `username` is used to connect + directly to the server. In this case you will get kicked if the server is + in online mode. + ### 0.6.7 Emit 'error' event instead of crashing when other computers abuse the diff --git a/package.json b/package.json index 5d9477d..0dead1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.6.7", + "version": "0.7.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {