Outline v0.48.0 Release Notes

Release Date: 2020-09-27 // over 3 years ago
  • ๐Ÿš€ > Note this release requires a database migration. Run yarn sequelize:migrate or yarn sequelize:migrate --env production-ssl-disabled on your server or inside the docker container.

    ๐Ÿ”‹ Features

    • ๐Ÿ†• New, unread documents are now highlighted with a [new] badge
    • Document lists now show when you last viewed the document (#1507)
    • โž• Added support for importing html and docx files (#1551)

    โœจ Enhancements

    • Share links can now be embedded in iframes
    • ๐Ÿ“„ It is now possible to search for existing docs using their URL (#1529)
    • Styling and behavior of doc link search was improved to be more reliable
    • Document and collection titles can now be edited from the sidebar by double clicking (#1544)
    • ๐Ÿณ Docker image size, server startup time and memory usage all reduced
    • โฌ†๏ธ Sentry upgraded to latest version (#1541)
    • ๐ŸŒ Google docs, sheets and presentations can now be embedded without requiring "Publish to web" first (#1533)
    • It's now possible to select embeds in the editor (#1562)
    • Search queries are now recorded in a new database table (#1554)

    ๐Ÿ›  Fixes

    Platform

    • ๐Ÿ‘Œ Improvements to focus accessibility (#1536)
    • โšก๏ธ Error in backlinks service when updating an old (pre v1) document
    • ๐Ÿ’ป Error on frontend when browser extension blocks Sentry from loading
    • ๐Ÿ›  Fixed an issue where the current views on a document would not always be displayed
    • Down arrow key will now navigate via keyboard to search results

    Editor

    • \n in text is no longer converted to newline on reload (outline/rich-markdown-editor#286)
    • ๐Ÿšš Small pointer dead zone over links when hover card is showing has been removed
    • Document titles no longer look faded in Safari
    • ๐Ÿ›  Fixed cursor navigation around headings in Firefox
    • ๐Ÿ›  Fixed automatic linking of pasted URL's is now more reliable
    • CMD+Enter while editing document title now publishes the doc, the same behavior as in the body