From 5cc7a8fbee40ab73527546ae19829bf828c36f91 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 3 Feb 2013 18:22:44 -0500 Subject: [PATCH] Release 0.7.5 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 115a9c4..70c9adb 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,12 @@ correct data type. ## History +### 0.7.5 + + * server: add `onlineModeExceptions`. When server is in: + - online mode: these usernames are exempt from online mode. + - offline mode: these usernames must authenticate. + ### 0.7.4 * server: online mode: don't log in client until username verification diff --git a/package.json b/package.json index 5434275..7e81cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.7.4", + "version": "0.7.5", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {