From 6fc0e318e283028cf7589f7e547cac7efae6cdba Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 11 Dec 2015 01:25:53 +0100 Subject: [PATCH] Release 0.3.0 --- doc/HISTORY.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY.md b/doc/HISTORY.md index 2f88c04..0c7cb62 100644 --- a/doc/HISTORY.md +++ b/doc/HISTORY.md @@ -1,3 +1,24 @@ +## 0.3.0 + +* sounds +* lot of use of destructuring in the code +* handle view distance properly +* entities : spawning, physics, some sounds +* block drops +* refactoring : serv/player/entity plugins together +* lot of new commands : +/summon, /spawn, /spawnObject, /kill, /attach, /teleport (thanks @azastrael), /op, /deop, /ban-ip, /pardon-ip, /xp +* entity properties directly in player +* proper plugins handling +* behaviors +* player inventory (thanks @109C) +* tests using mineflayer +* unload chunks +* xp +* selectors +* ip ban (thanks @109C) +* improve /help command + ## 0.2.0 *First functional release* diff --git a/package.json b/package.json index 3d69f31..88bafe9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flying-squid", "description": "A minecraft server written in node.js", - "version": "0.2.0", + "version": "0.3.0", "main": "index.js", "author": "mhsjlw ", "contributors": [