From 9f51432175c55deb4da54075351dc870a0b35808 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 23 Dec 2016 22:12:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba311aa3..b4120a3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +#1.6.1 + * NEW: Hook aceRegisterNonScrollableEditEvents to register events that shouldn't scroll + * NEW: Added 'item' parameter to registerAceCommand Hook + * NEW: Added LibreJS support + * Fix: Crash on malformed export url + * Fix: Re-enable editor after user is reconnected to server + * Fix: minification + * Other: Added 'no-referrer' for all pads + * Other: Improved cookie security + * Other: Fixed compatibility with nodejs 7 + * Other: Updates + - socket.io to 1.6.0 + - express to 4.13.4 + - express-session to 1.13.0 + - clean-css to 3.4.12 + - uglify-js to 2.6.2 + - log4js to 0.6.35 + - cheerio to 0.20.0 + - ejs to 2.4.1 + - graceful-fs to 4.1.3 + - semver to 5.1.0 + - unorm to 1.4.1 + - jsonminify to 0.4.1 + - measured to 1.1.0 + - mocha to 2.4.5 + - supertest to 1.2.0 + - npm to 4.0.2 + - Node.js for Windows to 6.9.2 + # 1.6.0 * SECURITY: Fix a possible xss attack in iframe link * NEW: Add a aceSelectionChanged hook to allow plugins to react when the cursor location changes.