Skip to content

Commit 2530bf0

Browse files
committed
add changelog and bump v number
1 parent 4b7562d commit 2530bf0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 1.4.1
2+
* NEW: Translations
3+
* NEW: userLeave Hook
4+
* NEW: Script to reinsert all DB values of a Pad
5+
* NEW: Allow for absolute settings paths
6+
* NEW: API: Get Pad ID from read Only Pad ID
7+
* NEW: Huge improvement on MySQL database read/write (InnoDB to MyISAM)
8+
* NEW: Hook for Export File Name
9+
* NEW: Preprocessor Hook for DOMLine attributes (allows plugins to wrap entire line contents)
10+
* Fix: Exception on Plugin Search and fix for plugins not being fetched
11+
* Fix: Font on innerdoc body can be arial on paste
12+
* Fix: Fix Dropping of messages in handleMessage
13+
* Fix: Don't use Abiword for HTML exports
14+
* Fix: Color issues with user Icon
15+
* Fix: Timeslider Button
16+
* Fix: Session Deletion error
17+
* Fix: Allow browser tabs to be cycled when focus is in editor
18+
* Fix: Various Editor issues with Easysync potentially entering forever loop on bad changeset
19+
120
# 1.4
221
* NEW: Disable toolbar items through settings.json
322
* NEW: Internal stats/metrics engine

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
"repository" : { "type" : "git",
5353
"url" : "http://github.com/ether/etherpad-lite.git"
5454
},
55-
"version" : "1.4.0"
55+
"version" : "1.4.1"
5656
}

0 commit comments

Comments
 (0)