Outline Versions Save

The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.

v0.73.0

7 months ago

What's Changed

Features and improvements

  • Bulk import was re-architected to support imports larger than 2Gb in size
  • Added "Copy document" dialog that allows choosing whether to duplicate nested documents in #6009
  • Todo items in editor can now be toggled with Cmd+Enter (Ctrl+Enter on Windows)
  • Added a button on comments to upload images in #6092
  • Documents pinned to a collection are now shown above the description
  • "Full width" document preference is now remembered per-user
  • New style and polish for toast messages in #6053
  • Improved Redis error handling
  • It is now possible to manage notifications when SMTP is not configured
  • Added Rename option to sidebar menu
  • Support for Instagram embeds in #6075
  • Support for LinkedIn embed in #5933
  • [API] groups.list now allows search by name in #6066
  • [API] users.list now filterable by email in #6031

Fixes

  • Maximum import size is now respected for local storage provider
  • Previously selected code block language is now persisted on new code blocks in #6062
  • Emoji search results are now usable
  • Empty folders are now cleaned up on disk when using local storage provider in #5978
  • Fixed several importer bugs with nested documents and documents including periods in the name
  • The correct favicon is now used on login screen when public branding is enabled
  • The correct user is now attributed on deleted documents when deleting a collection in #6116
  • Find and replace dialog is now fixed when scrolling down document
  • Code block line numbers no longer become misaligned with custom font sizes
  • Fixed an issue that could result in connections to collaboration server building up resulting "Maximum connections reached" error
  • It is now possible to use an OIDC server on the same IP address
  • Code block Enter behavior was changed to match quote blocks in #6010
  • Browser translation now works correctly when viewing a document in read-only mode
  • Fixed an issue that made context menus uncloseable on mobile devices
  • Improved performance of base64 detection regex in documents.import
  • [API] views.list no longer includes deleted users

v0.72.2

8 months ago

What's Changed

Fixes

  • Fixed a rendering performance issue in documents
  • Fixed a regex performance issue when using a browser set to French language
  • Mermaid diagrams are now hidden correctly under collapsed headings
  • Fixed an issue that caused the page scroll position to jump when opening a context menu
  • Fixed commenting on code blocks now works in read-only mode
  • Added sanitization of urls passed to video player
  • Removed Zapier domains from CSP
  • Fixed backtick inline code shortcut on keyboard layouts that use composition for the backtick character (https://github.com/outline/outline/issues/5955)
  • Added validation that protocol is included on urls in environment configuration

v0.72.1

8 months ago

What's Changed

Features and improvements

Fixes

v0.72.0

9 months ago

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

v0.71.0

10 months ago

⭐⭐⭐ We hit 20k GitHub stars ⭐⭐⭐

What's Changed

Features and improvements

Fixes

  • When using French language the emoji picker will no longer trigger by typing a colon until another character is added
  • Fixed an issue where duplicate mentions results in duplicate notifications in https://github.com/outline/outline/pull/5585
  • Added CSP nonce to all inline script tags in https://github.com/outline/outline/pull/5566
  • Added support for additional types of Airtable share links
  • Fixed a flash of "Not found" page when deleting a collection
  • New using httpOnly authentication cookie which prevents a class of potential CSRF attacks in https://github.com/outline/outline/pull/5552
  • ctrl+a now works correctly on Windows to select all when inside code block in https://github.com/outline/outline/pull/5692
  • Fixed the incorrect error shown to user when document connection limit is reached in https://github.com/outline/outline/pull/5695
  • Fixed an issue that would prevent exiting a code block with Mod-enter shortcut and seamless edit disabled
  • Badges now use the chosen accent color
  • Fixed an issue where the cursor was not placed correctly in a Math block after creation
  • Fixed cropping of text on document lists on non-Mac platforms
  • Notifications are now capped at 3 lines of preview in the UI
  • Fixed an issue when pasting rich text into image captions

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.70.2...v0.71.0

v0.70.2

11 months ago

What's Changed

  • Fixes an issue where single-tenant Azure authentications would prematurely log out (https://github.com/outline/outline/pull/5551)
  • Fixed a javascript error when triple clicking in image caption
  • Fixed state of user preferences UI does not reflect defaults for new users
  • Fixed unable to unpin archived documents
  • Fixed case where emailed update notifications can include an empty diff
  • Improved error logging
  • Dependency updates

v0.70.1

11 months ago

What's Changed

  • Fixes HTML export broken in 0.70.0 for documents including comments
  • Fixes possible XSS in editor through crafted embed url
  • Fixes keyboard handlers should not be considered while "composing"
  • Fixes extra content on clipboard when copying notices (https://github.com/outline/outline/issues/5522)

v0.70.0

1 year ago

What's Changed

Editor

Platform

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.69.2...v0.70.0

v0.69.2

1 year ago

Fixes and improvements

  • Added additional debug logging to OIDC failure cases
  • Fixed an issue where some installations were unable to bulk export #5294
  • Fixed an issue with "Copy link" in comments #5276
  • Fixed line numbers in code blocks nested in lists #5276
  • Fixed unable to save workspace preferences #5289

v0.69.1

1 year ago

Fixes and improvements

  • Workspace admins can now delete any comment
  • It's now possible to click "through" comment markers to edit the text content
  • Import and export operations running longer than 12h now error as timed out
  • Fixed subscription of categories in webhooks
  • Fixed an error when pasting embeddable content such as YouTube into a comment
  • Added additional debug logging for exports