summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2013-01-30 07:29:49 -0800
committerMarcel Klehr <mklehr@gmx.net>2013-01-30 07:29:49 -0800
commit7a0ad3235a5d97a4a4c0a677bd480da7bfac0721 (patch)
tree4eec7d773547b189871de9a6f650ed49e11d31a6
parent8012e1b668a9e52f58f586217fea60ab81407181 (diff)
parent594d53ee8b768a77fdb4342113461cc8fc03c489 (diff)
downloadetherpad-lite-7a0ad3235a5d97a4a4c0a677bd480da7bfac0721.zip
Merge pull request #1433 from ether/release/1.2.7
Release 1.2.7
-rw-r--r--CHANGELOG.md5
-rw-r--r--src/package.json2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec377db6..e0fde550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,20 @@
# 1.2.7
+ * NEW: notifications are now modularized and can be stacked
* NEW: Visit a specific revision in the timeslider by suffixing #%revNumber% IE http://localhost/p/test/timeslider#12
* NEW: Link to plugin on Admin page allows admins to easily see plugin details in a new window by clicking on the plugin name
* NEW: Automatically see plugins that require update and be able to one click update
* NEW: API endpoints for Chat .. getChatHistory, getChatHead
* NEW: API endpoint to see a pad diff in HTML format from revision x to revision y .. createPadDiffHTML
* NEW: Real time plugin search & unified menu UI for admin pages
+ * Fix: MAJOR issue where server could be crashed by malformed client message
+ * Fix: AuthorID is now included in padUsers API response
* Fix: make docs
* Fix: Timeslider UI bug with slider not being in position
* Fix: IE8 language issue where it wouldn't load pads due to IE8 suckling on the bussum of hatrid
* Fix: Import timeout issue
* Fix: Import now works if Params are set in pad URL
* Fix: Convert script
- * Other: Various new language strings
+ * Other: Various new language strings and update/bugfixes of others
* Other: Clean up the getParams functionality
* Other: Various new EEJS blocks: index, timeslider, html etc.
diff --git a/src/package.json b/src/package.json
index fd48bce6..6d05e6a2 100644
--- a/src/package.json
+++ b/src/package.json
@@ -46,5 +46,5 @@
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"
},
- "version" : "1.2.6"
+ "version" : "1.2.7"
}