Outline Versions Save

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

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

v0.67.0-pre.1

1 year ago

Warning As of this release all documents edits are sent through the collaborative process using 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 websocket connections editing will no longer work with this release.

Ensure that websockets are connecting correctly in v0.66.0 before upgrading.

Enhancements

Fixes

New Contributors

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

v0.66.3

1 year ago

Fixes

  • Notable performance improvements when serving static files

v0.66.2

1 year ago

v0.66.1

1 year ago

Fixes

  • A regression in v0.66.0 that prevented download of exported data (#4059)

v0.66.0

1 year ago

Note This update requires database migrations, take your installation offline, backup the database, and run with yarn db:migrate or yarn db:migrate --env production-ssl-disabled

Once the migrations have run, subscription data can be optionally backfilled with the following command – this will create a notification subscription to each document that users have contributed to which retains the previous notification behavior: node build/server/scripts/20220722000000-backfill-subscriptions.js

Enhancements

Fixes

New Contributors

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

v0.65.2

1 year ago

Fixes

The previous release did not allow for new installations, if you have an existing installation this patch offers no improvements.

v0.65.1

1 year ago

Fixes

The previous release did not startup correctly on installations with an unsecured database connection.

v0.65.0

1 year ago

This months release comes with a number of new features – full support for outgoing Webhooks so you can integrate Outline with other tools, Mermaid diagrams in the editor, and the ability to setup multiple authentication providers for your team.

We also started a bug bounty program on huntr.dev which has resulted in an above-average number of security related patches in this release.

Note It is highly recommended to visit Settings -> Security and add team domains as an additional measure to restrict access to your self-hosted instance.

Enhancements

Fixes

Platform

Editor

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.64.3...v0.65.0