From a48830165536fa7181b2e9df211300141661d9d4 Mon Sep 17 00:00:00 2001 From: marzavec Date: Thu, 21 Feb 2019 00:43:25 -0800 Subject: Core hook upgrade, misc fixes (See ChangeLog.md tbh) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc9860..7ffc4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.1.9] - 2019-02-21 +### Added +- `./server/src/commands/core/emote.js` module to provide action text +- `./server/src/core/server.js` priorities to command hooking +- Priority levels to all command modules +- `./server/src/commands/core/chat.js` Unknown '/' commands will now return a warning +- `./server/src/commands/internal/legacylayer.js` to provide compatibility to legacy connections + +### Changed +- Updated all libraries to latest +- `./server/src/core/server.js` Removed unneeded function bindings +- `./server/src/core/server.js` Hook function layout +- `./server/src/managers/config.js` Documentation wording + ## [2.1.0] - 2018-09-29 ### Added - Module hook framework, isolating modules and making them truly drop-to-install -- cgit v1.2.1