Outline v0.49.0 Release Notes
Release Date: 2020-10-27 // over 4 years ago-
โจ Enhancements
- ๐ Less transpilation of server code, more native method usage, better performance. (#1585)
- Documents now show unique views rather than total views (#1559)
- ๐ Importing ".doc" files exported from Confluence is now supported
- โก๏ธ Emails for document updated notifications are now debounced by 5 minutes
- The server is more likely to gracefully recover rather than crash if redis restarts or is temporarily unavailable
- Spotify embeds improved (#1579)
๐ Fixes
Platform
- Zapier integration is no longer displayed for self-hosted installs (It was only ever usable in cloud version)
- ๐ Events are now removed from redis when processed successfully, less Redis memory usage (#1587)
- Archived documents are no longer returned from
documents.list
API endpoint (#1575) - ๐ป Websockets now connect in the Safari browser, previously it always fell back to long-polling due to a Safari bug
- Dark mode styling fix in settings area (#1597)
- ๐ Searching from Slack for a team that uses Google sign-in is now supported
- ๐ Event log UI removed
Editor
- ๐ When scrolling to headers from the contents they will no longer scroll behind the fixed header (#1578)
- ๐ Fixed an issue that would prevent uploading the same image twice in a row (outline/rich-markdown-editor#307)
- Selection toolbar will no longer display in circumstances where the selection is empty (outline/rich-markdown-editor#274)
- It's now possible to paste into an existing code block (outline/rich-markdown-editor#294)
- Copying and pasting part of a code block now works correctly (outline/rich-markdown-editor#295)
- Underscore characters are now allowed within inline code (outline/rich-markdown-editor#298)
- Pointer cursor no longer displayed erroneously on headings