aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-02-21 09:43:25 +0100
committermarzavec <admin@marzavec.com>2019-02-21 09:43:25 +0100
commita48830165536fa7181b2e9df211300141661d9d4 (patch)
tree3a60ed1934880d08e3c18b581c82a315e62d9bc6 /CHANGELOG.md
parentMinor module changes (diff)
downloadhackchat-a48830165536fa7181b2e9df211300141661d9d4.tar.gz
hackchat-a48830165536fa7181b2e9df211300141661d9d4.zip
Core hook upgrade, misc fixes
(See ChangeLog.md tbh)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
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