From d7992a1366ce14c5a3b1238a88e63a560d1cf271 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 10 Feb 2013 21:13:51 +0000 Subject: [PATCH] begin putting files together for a release --- CHANGELOG.md | 16 ++++++++++++++++ src/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fde550e..cc48fec02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 1.2.8 + * NEW: Use Socket IO for rooms (allows for pads to be load balanced with sticky rooms) + * NEW: Plugins can now provide their own frontend tests + * NEW: Improved server-side logging + * NEW: Admin dashboard mobile device support and new hooks for Admin dashboard + * Fix: Bugfix getChatHistory API method + * Fix: Make plugin search case insensitive + * Fix: Indentation and bullets on text export + * Fix: Resolve various warnings on dependencies during install + * Fix: Page up / Page down now works in all browsers + * Fix: Stop Opera browser inserting two new lines on enter keypress + * Fix: Stop timeslider from showing NaN on pads with only one revision + * Other: Allow timeslider tests to run and provide & fix various other frontend-tests + * Other: Update to latest jQuery + * Other: Change loading message asking user to please wait on first build + # 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 diff --git a/src/package.json b/src/package.json index 6d05e6a25..05944ad0c 100644 --- a/src/package.json +++ b/src/package.json @@ -46,5 +46,5 @@ "engines" : { "node" : ">=0.6.0", "npm" : ">=1.0" }, - "version" : "1.2.7" + "version" : "1.2.8" }