Additions in this release:
- Make (basic functionality) work in Microsoft Edge
- Split paste handling based on paste source (LibreOffice Writer, Google Docs, Microsoft Word, general)
- Allow import of footnotes from Microsoft Word
- Make print output (simplePagination) more robust and work in Microsoft Edge
- Stability: Don't depend on non-released version of software (django-avatar was the last one)
- Installation speedup: Don't compile NodeJS, use system provided version
- Reenable previously disabled caret movement tests.
- Add coveralls testing to travis
Fixes:
- List all available social media account sign-in methods on login page
- Don't throw error when canceling a new comment
- Don't lose content when pasting richtext
- Cleanup: Refer to browser provided variables and methods with window.\* document.\* and console.\* and everything else by their variable name.