From 2530bf0a86f5ab746bc7265e80de210729b9142c Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 6 Sep 2014 17:25:09 +0100 Subject: [PATCH] add changelog and bump v number --- CHANGELOG.md | 19 +++++++++++++++++++ src/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ae13bc7..052a819c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 1.4.1 + * NEW: Translations + * NEW: userLeave Hook + * NEW: Script to reinsert all DB values of a Pad + * NEW: Allow for absolute settings paths + * NEW: API: Get Pad ID from read Only Pad ID + * NEW: Huge improvement on MySQL database read/write (InnoDB to MyISAM) + * NEW: Hook for Export File Name + * NEW: Preprocessor Hook for DOMLine attributes (allows plugins to wrap entire line contents) + * Fix: Exception on Plugin Search and fix for plugins not being fetched + * Fix: Font on innerdoc body can be arial on paste + * Fix: Fix Dropping of messages in handleMessage + * Fix: Don't use Abiword for HTML exports + * Fix: Color issues with user Icon + * Fix: Timeslider Button + * Fix: Session Deletion error + * Fix: Allow browser tabs to be cycled when focus is in editor + * Fix: Various Editor issues with Easysync potentially entering forever loop on bad changeset + # 1.4 * NEW: Disable toolbar items through settings.json * NEW: Internal stats/metrics engine diff --git a/src/package.json b/src/package.json index 535db23b9..18556aad4 100644 --- a/src/package.json +++ b/src/package.json @@ -52,5 +52,5 @@ "repository" : { "type" : "git", "url" : "http://github.com/ether/etherpad-lite.git" }, - "version" : "1.4.0" + "version" : "1.4.1" }