Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
About
Versions (100)
v0.72.0
2023-10-03What’s Changed
Features and improvements
- Local file system storage is now available as an alternative to Minio/S3. For more details on setup – documentation here
- Documents now include an emoji picker in https://github.com/outline/outline/pull/4338
- Embedding videos is now possible in https://github.com/outline/outline/pull/5866
- Mermaid diagram rendering performance improved by @antran22 in https://github.com/outline/outline/pull/5852
- Emails sent from Outline now include actions which will be displayed in compatible email clients
- Nested docs more than one level deep in shared sidebar are now collapsed by default in https://github.com/outline/outline/pull/5208
- Base64 encoded and remote hosted images are now transferred to storage when creating a document in https://github.com/outline/outline/pull/5740
- Sidebar toggle moved into the sidebar itself instead of overlaying document in https://github.com/outline/outline/pull/5749
- “Inter” is now the default typeface on Windows and Linux in https://github.com/outline/outline/pull/5741
- Add document unsubscribe link in email footer in https://github.com/outline/outline/pull/5762
- Team members can now choose their own setting for whether “Edit” button is enabled in https://github.com/outline/outline/pull/5772
- Exporting an individual document now bundles attachments in a zip file in https://github.com/outline/outline/pull/5778
- Templates management moved to settings in https://github.com/outline/outline/pull/5811
- It is now possible to delete imports and all their associated data in https://github.com/outline/outline/pull/5907
- “Full width” setting is now respected when creating a document from a template
- C++ syntax highlighting added
- Pitch embeds are now supported
- Valtown embeds are now supported
- Tldraw embeds are now working again
- New and updated translations
- 🇺🇦 Ukranian language support added
Fixes
- Re-position hover preview correctly to prevent going out of page bounds in https://github.com/outline/outline/pull/5702
- Fixed document sidebar animation in Safari by @lampy255 in https://github.com/outline/outline/pull/5766
- Fixed initials not display on notification avatars in https://github.com/outline/outline/pull/5803
- Fixed an issue where the app would switch back to default installation language when navigating to root url
- A revision is now always written when leaving “Edit” mode with changes
- Correctly resize full width images when table of contents is opened/closed in https://github.com/outline/outline/pull/5826
- Upload placeholders are no longer removed when another user edits the document in https://github.com/outline/outline/pull/5898
- Fixed an issue where attachment placeholders could get stuck in the document in a “Loading…” state
- Fixed an issue where import from JSON could not be completed more than once
- Improved toolbar display on mobile
- Previous path now remembered after forced logout #5893
- Fixed an issue where mobile styling would be used for toolbar on Windows touchscreen laptops
- Fixed @mention menu hanging after backspace
- Removed “0” count on drafts in the sidebar
- Improved client-side caching headers on attachments and images
- Improved performance of rendering context menus
- Fixed flickering on Mermaid diagrams while document loads
- Fixed uncaught error that could leave data exports in “Processing” state
- Emoji and @mention menus now work in headings
- Pasting a single line of code into a document now uses inline code formatting rather than a block by default
API
publishedandincludeChildDocumentsproperties now available onshares.createcreatedAtandemojiproperties now available ondocuments.create- comments API endpoints now check that the feature is enabled
New Contributors
- @antran22 made their first contribution in https://github.com/outline/outline/pull/5852