summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan <stefan@stefans-entwicklerecke.de>2016-12-23 22:12:18 +0100
committerGitHub <noreply@github.com>2016-12-23 22:12:18 +0100
commit9f51432175c55deb4da54075351dc870a0b35808 (patch)
tree293b85d8b617af689ca01b4e3d109fef64fff01d
parent8992dd665a37e471800d449cd06bbd0812365b8d (diff)
downloadetherpad-lite-9f51432175c55deb4da54075351dc870a0b35808.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ba311aa..b4120a3c 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.