Outline Versions Save

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

v0.70.2

9 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

9 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

10 months 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

11 months 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

v0.69.0

1 year ago

Warning Database migrations are now ran automatically when starting the container. It is recommended to always backup your database before upgrading and use a specific tag rather than latest.

New Features

  • Commenting and mentions
  • Database migrations are now run automatically #5141
  • Ability to set a custom theme accent color #4897

Enhancements

  • Filtering editor block menu is now better ordered to match search
  • New and updated translations
  • Escape key now defocuses the editor
  • Mermaid upgraded to 9.2.0
  • Added support for Nix code highlighting
  • Added curl into base image for easier docker healthchecks
  • /_health endpoint now checks database connections
  • Selected image can now be zoomed with Space
  • Document titles now have spaces trimmed on save
  • Downloading a file as markdown now gets a .md extension
  • Import now supports zip files created on Windows
  • Image resize operations can now now be undone with Mod+z
  • Added support for query params during OIDC login #5129
  • Added list indent and outdent controls on mobile
  • Strikethrough of inline code is now supported
  • Added a "success" notice style
  • LOG_LEVEL should now be used to choose the level of logging #4937

Fixes

  • Fixed unable to scroll documents by swiping ontop of images on mobile
  • Fixed Google LookerStudio embeds
  • Fixed TLDraw embeds #4968
  • Fixed embedding of YouTube links with a timestamp #5051
  • Fixed pasting from Sheets/Numbers no longer pastes an image instead of a table
  • Fixed dollar symbols clashing with math blocks #5080
  • Fixed incorrect coloring on links in headings #5126
  • Fixed label rendering bug on Mermaid diagrams
  • Fixed title becomes uneditable in Firefox #5199
  • Fixed expensive double loop potentially locks up server
  • Fixed infinite loop when connecting Slack integration
  • Editor toolbar is now hidden when dragging content
  • Cmd+a and Cmd+e now works correctly in code blocks on Mac.
  • KaTeX is now correctly parsed in shared documents
  • Inline code is now more readable in dark theme
  • Improved sanitization of log messages
  • It's now possible to upload multiple files at once from the editor block menu #4957
  • Line numbers in code blocks appear in the wrong position
  • profile.name is no longer mandatory anymore in OIDC provider
  • Copying a header link now always points to the non-edit url
  • Deleting a collection no longer leaves draft documents in purgatory

v0.68.1

1 year ago

Fixes

  • Fixed Slack sign-in option no longer appears when unconfigured (regression in v0.68.0)
  • Fixed cursor position being reset in code blocks while typing (#4896)

v0.68.0

1 year ago

Improvements

Fixes

  • Issue where paginated list does not always load more in https://github.com/outline/outline/pull/4811
  • Links with strikethrough do not have hover preview in https://github.com/outline/outline/pull/4841
  • Do not show actively disabled auth providers in https://github.com/outline/outline/pull/4794
  • Visual Basic syntax higlighting (#4769) by @vgwidt in https://github.com/outline/outline/pull/4770
  • Unable to access localStorage in document embedded in iframe with third party cookies blocked in https://github.com/outline/outline/pull/4777
  • Import/export now uses streams to lower memory usage in https://github.com/outline/outline/pull/4796
  • Some keyboard shortcuts not working on non-standard keyboard layouts
  • Attachment converted to links when AWS ACL is set to public-read
  • Very large documents will no longer fail on saving due to being larger than the possible index.
  • Documents with images exported as HTML no longer have broken images
  • Double notifications to Slack when publishing a document
  • Pipe characters in code marks inside table cells no longer cause the table to break
  • It is possible to load attachments from a link on an external site again
  • Text in revision history is now readable in dark mode
  • OICD provider will fallback to username when name is unavailable
  • Pasting content from Microsoft Office will no longer paste as an image
  • Link toolbar allow searching documents again
  • Print option no longer shown on browser without print functionality
  • Fixed the alignment of text caption on full-width images
  • Avatars now fallback to colored initials instead of a grey head shape when offline

Full Changelog: https://github.com/outline/outline/compare/v0.67.2...v0.68.0

v0.67.2

1 year ago

Improvements

  • Added an optional SMTP_NAME config for email servers that require a specific hostname
  • Collection name is now shown in pin menu in #4705
  • "Publish" and "Unpublish" now available in the command menu

Fixes

  • Improved experience when publishing or unpublishing a doc in #4706
  • Fixed a layout issue in the collection icon picker
  • Fixed an issue where you can't select text in the sidebar edit input
  • Fixed an issue that would write a "change" to documents when viewing a document with soft breaks
  • Fixed full-width image in RTL document is misaligned in #4712

Note: sequelize:migrate is no longer included as a command, if you were using this then use db:migrate instead.

v0.67.1

1 year ago

Breaking changes

Warning As of this release all documents edits are sent over websockets, this results in a much better editor experience with full support for realtime collaborative editing but requires websockets. If your self-hosted setup was managing without working websocket connections editing will no longer work with this release.

Warning Any Redis username in the REDIS_URL environment variable will be passed through to Redis as of this release, they were previously ignored. If you see NOAUTH errors then remove the username from the env config.

Warning Detection for HTTPS connections to proxies changed. If your proxy terminates SSL and the installation is in a https redirect loop after updating ensure that your proxy is adding the x-forwarded-proto: https header.

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.66.0...v0.67.0