Outline logo

Outline

The fastest knowledge base for growing teams

Alternative to: notion, confluence


About Versions (100)

v0.72.0

2023-10-03

What’s Changed

Features and improvements

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

  • published and includeChildDocuments properties now available on shares.create
  • createdAt and emoji properties now available on documents.create
  • comments API endpoints now check that the feature is enabled

New Contributors