mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
release: prepare for 1.8.0
This commit is contained in:
parent
8e6bca456f
commit
55fb10c685
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
|||
# 1.8
|
||||
* FEATURE: code was migrated to `async`/`await`, getting rid of a lot of callbacks (see https://github.com/ether/etherpad-lite/issues/3540)
|
||||
* FEATURE: support configuration via environment variables
|
||||
* FEATURE: include an official Dockerfile in the main repository
|
||||
* FEATURE: support including plugins in custom Docker builds
|
||||
* REQUIREMENTS: minimum required Node version is **8.9.0 LTS**. Release 1.8.3 will require at least Node **10.13.0** LTS
|
||||
* MINOR: in the HTTP API, allow URL parameters and POST bodies to co-exist
|
||||
* MINOR: fix Unicode bug in HTML export
|
||||
* MINOR: bugfixes to colibris chat window
|
||||
* MINOR: code simplification (avoided double negations, introduced early exits, ...)
|
||||
* MINOR: reduced the size of the Windows package
|
||||
* MINOR: upgraded the nodejs runtime to 10.16.3 in the Windows package
|
||||
* SECURITY: avoided XSS in IE11
|
||||
* SECURITY: the version is exposed in http header only when configured
|
||||
* SECURITY: updated vendored jQuery version
|
||||
* SECURITY: bumped dependencies
|
||||
|
||||
# 1.7.5
|
||||
* FEATURE: introduced support for multiple skins. See https://etherpad.org/doc/v1.7.5/#index_skins
|
||||
* FEATURE: added a new, optional skin. It can be activated choosing `skinName: "colibris"` in `settings.json`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue