mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Release version 1.6.3
This commit is contained in:
parent
b292e137ed
commit
1e25e7fc77
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
# 1.6.3
|
||||||
|
* SECURITY: Update ejs
|
||||||
|
* SECURITY: xss vulnerability when reading window.location.href
|
||||||
|
* SECURITY: sanitize jsonp
|
||||||
|
* NEW: Catch SIGTERM for graceful shutdown
|
||||||
|
* NEW: Show actual applied text formatting for caret position
|
||||||
|
* NEW: Add settings to improve scrolling of viewport on line changes
|
||||||
|
|
||||||
# 1.6.2
|
# 1.6.2
|
||||||
* NEW: Added pad shortcut disabling feature
|
* NEW: Added pad shortcut disabling feature
|
||||||
* NEW: Create option to automatically reconnect after a few seconds
|
* NEW: Create option to automatically reconnect after a few seconds
|
||||||
|
|
|
@ -56,6 +56,6 @@
|
||||||
"repository" : { "type" : "git",
|
"repository" : { "type" : "git",
|
||||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||||
},
|
},
|
||||||
"version" : "1.6.2",
|
"version" : "1.6.3",
|
||||||
"license" : "Apache-2.0"
|
"license" : "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue