Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
About
Versions (100)
v0.48.0
2020-09-27Note this release requires a database migration. Run
yarn sequelize:migrateoryarn sequelize:migrate --env production-ssl-disabledon 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
htmlanddocxfiles (#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
\nin 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+Enterwhile editing document title now publishes the doc, the same behavior as in the body