changelog: updated changelog

pull/4613/head
John McLear 2020-12-23 13:27:13 +00:00 committed by Richard Hansen
parent 1a845773ee
commit 998c80607e
1 changed files with 12 additions and 0 deletions

View File

@ -38,12 +38,15 @@
* New `exportHTMLAdditionalContent` hook to include additional HTML content * New `exportHTMLAdditionalContent` hook to include additional HTML content
* New `exportEtherpadAdditionalContent` hook to include additional database * New `exportEtherpadAdditionalContent` hook to include additional database
content in `.etherpad` exports content in `.etherpad` exports
* New `expressCloseServer` hook to close Express when required
* The `padUpdate` hook context now includes `revs` and `changeset` * The `padUpdate` hook context now includes `revs` and `changeset`
* `checkPlugins.js` has various improvements to help plugin developers * `checkPlugins.js` has various improvements to help plugin developers
* The HTTP request object (and therefore the express-session state) is now * The HTTP request object (and therefore the express-session state) is now
accessible from within most `eejsBlock_*` hooks accessible from within most `eejsBlock_*` hooks
* Users without a `password` or `hash` property in `settings.json` are no longer * Users without a `password` or `hash` property in `settings.json` are no longer
ignored, so they can now be used by authentication plugins ignored, so they can now be used by authentication plugins
* New permission denied modal and block ``permissionDenied``
* Plugins are now updated to the latest version instead of minor or patches
### Notable fixes ### Notable fixes
* Fixed rate limit accounting when Etherpad is behind a reverse proxy * Fixed rate limit accounting when Etherpad is behind a reverse proxy
@ -62,6 +65,14 @@
* socket.io errors are now displayed instead of silently ignored * socket.io errors are now displayed instead of silently ignored
* Pasting while the caret is in a link now works (except for middle-click paste * Pasting while the caret is in a link now works (except for middle-click paste
on X11 systems) on X11 systems)
* Removal of Microsoft Internet Explorer specific code
* Import better handles line breaks and white space
* Fix issue with ``createDiffHTML`` incorrect call of ``getInternalRevisionAText``
* Allow additional characters in URLs
* MySQL engine fix and various other UeberDB updates (See UeberDB changelog).
* Admin UI improvements on search results (to remove duplicate items)
* Removal of unused cruft from ``clientVars`` (``ip`` and ``userAgent``)
### Minor changes ### Minor changes
* Temporary disconnections no longer force a full page refresh * Temporary disconnections no longer force a full page refresh
@ -71,6 +82,7 @@
* Fixed superfluous database accesses when deleting a pad * Fixed superfluous database accesses when deleting a pad
* Expanded test coverage. * Expanded test coverage.
* `package-lock.json` is now lint checked on commit * `package-lock.json` is now lint checked on commit
* Various lint fixes/modernization of code
# 1.8.6 # 1.8.6
* IMPORTANT: This fixes a severe problem with postgresql in 1.8.5 * IMPORTANT: This fixes a severe problem with postgresql in 1.8.5