Skip to content

Releases: outline/outline

v0.13.1

19 Jul 06:17
Compare
Choose a tag to compare

Fixes

  • Fixes an issue with the text parsing that could cause paragraphs immediately following an image to be lost upon save.
  • Fixes several other parsing issues
  • Fixed images having a caption of "undefined" if none is set
  • Improved reliability and editor fixes
  • Checkboxes now work in Firefox
  • Scrolling the sidebar now works in Firefox

v0.13.0

14 Jul 20:03
Compare
Choose a tag to compare

New Features

  • We added the ability to purge your own user account. #716

Enhancements

  • Documents on the dashboard now show the collection they're associated with. #718

Fixes

  • The signin button in header no longer signs in with Slack by default.
  • Fixed the last modified time displayed on document previews is now accurate.
  • Fixed an issue that could cause drafts not to save following their initial creation. #715

v0.12.0

02 Jul 00:15
Compare
Choose a tag to compare

Enhancements

  • Documents now display the collection and parent in a new header area. The title also remains on screen as you scroll providing a quick way to jump back to the top of a document.

breadcrumb

  • A new, more recognizable, favicon curtesy of @maxvoltar
  • It's now possible to create a new document from the "Home" screen without navigating to a collection first
  • We tided up and clarified the save options in a document

Fixes

  • A number of updates to improve the reliability of the link editing and block insert toolbars. #707
  • Fixed an issue that would cause links to other Outline documents (internal links) to not redirect correctly. #706

v0.11.2

24 Jun 17:58
Compare
Choose a tag to compare

Enhancements

  • The editor will now warn you when leaving while images are still pending upload.
  • Scroll position is now maintained when entering / leaving editing a document. #697
  • The count of drafts is now displayed in the sidebar.
  • CMD+K now triggers search, the same as Slack. #671
  • Inline code blocks are now better formatted. #698

Fixes

  • Download option on documents now works from list views such as the homepage. Previously it only worked correctly when the document had been previously viewed.

v0.11.1

23 Jun 07:37
Compare
Choose a tag to compare

Fixes

  • CMD+S, CMD+Enter, Esc keyboard shortcuts now work whether the editor is focused or not instead of triggering the default browser actions
  • Improved the styling of inline code blocks
  • The copy to clipboard button on code blocks now reads "Copy" instead of "Copied!" by default.
  • CMD+Enter shortcut now saves and leaves edit mode, as it should
  • Fixed an issue where navigating documents could occasionally mark them as modified

v0.11.0

21 Jun 05:47
Compare
Choose a tag to compare

New Features

  • We added the ability to export all your data out of Outline. There's a new tab under settings "Export Data" and a new option to export all documents for a collection in the overflow menu. #684

Enhancements

  • Now displaying the "joined at" date on the people listing in admin.

Fixes

  • Fixed an issue that would display admin options to non-admin users (though they would error with attempted use)
  • Squashed an error when uploading images that might result in a "Document failed to save" message. #685

v0.10.0

16 Jun 19:44
ae502c1
Compare
Choose a tag to compare

Enhancements

  • Self-hosted installations can now specify a set of allowed google domains for signin. Account creation outside of this set of domains is disallowed. To setup see the GOOGLE_ALLOWED_DOMAINS env variable documentation – thanks to new contributor Satyadeep 🎉 #681
  • Share links are now soft deleted, to maintain a record of who created and revoked them.

Fixes

  • Fixed an issue that caused newlines to appear on save with deeply nested lists. #676
  • Restored table of contents functionality. You'll now see a minimal TOC on the right hand side of documents that contain more than one heading to allow quick navigation.
  • Fixed an issue that would cause focus in the link toolbar to be lost when autosave triggers #674
  • We improved the handling of document error states when attempting to load documents while offline.

v0.9.0

06 Jun 03:45
27f44ae
Compare
Choose a tag to compare

Enhancements

  • Added the option to duplicate any document from the overflow (...) menu. #672
  • Outline now tracks signin and active times and ip addresses for security and analytics purposes.
  • Added toast messages when copying a link so you know that you know it's on your clipboard!

Fixes

  • Fixed an error if you attempted to connect Slack to a collection and then decided to cancel the operation. We'll now show a friendly error message. #665
  • Fixed a warning that was showing up when running Outline in development mode. #667

v0.8.1

05 Jun 01:02
Compare
Choose a tag to compare

Enhancements

  • It's now possible to paste markdown into the editor from elsewhere and it will be correctly parsed and displayed instead of pasting in text format. RME #4
  • Improved spacing on popover menus #661
  • Documents are now only marked as viewed after a few seconds instead of immediately. This should reduce false positives when rapidly clicking through collections.

Fixes

  • Some characters were being displayed as escaped in the document and window titles to a change in the underlying document save format – this is now fixed up. #662

v0.8.0

03 Jun 21:57
1c081f8
Compare
Choose a tag to compare

We added the ability to sign in to Outline with a Google account, a much requested feature for non-Slack users!

Note: If you already sign in with Slack you should continue to do so as the two accounts won't be automatically merged. If you'd like to enable both Google and Slack auth for your team please get in touch at hello@getoutline.com

Enhancements

  • Further improvements to the settings area, more descriptions and an all-around spruce up
  • Moved all OAuth flows to being server-based, now much easier to understand and cuts out a potential point of CSRF.
  • Added the ability to update your teams name and logo in the settings

Fixes

  • An issue that could result in an infinite redirect loop when signing out of Outline.
  • A bug that prevented the image cropper from being able to be cancelled.
  • A bug that would cause broken images to appear when running Outline in development.