Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
v0.67.0-pre.1
2022-11-12Warning 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
- Throttle email notifications upon updating document frequently by @apoorv-mishra in https://github.com/outline/outline/pull/4026
- Add HTML export option in https://github.com/outline/outline/pull/4056
- Show diff when navigating revision history in https://github.com/outline/outline/pull/4069
- Updated collection header in https://github.com/outline/outline/pull/4101
- Add Dutch translations to language selector in https://github.com/outline/outline/pull/4120
- Add
SENTRY_TUNNELoption by @K3das in https://github.com/outline/outline/pull/4298 - Option for separate edit mode in https://github.com/outline/outline/pull/4203
- Sign webhook requests by @apoorv-mishra in https://github.com/outline/outline/pull/4156
- Render diffs in email notifications in https://github.com/outline/outline/pull/4164
- Introduce account preferences to remember user’s previous location by @apoorv-mishra in https://github.com/outline/outline/pull/4126
- Updated designs for pinned docs in https://github.com/outline/outline/pull/4124
- Added syntax highlighting for various languages by @wale in https://github.com/outline/outline/pull/4341
- Image resizing in https://github.com/outline/outline/pull/4368
- Code blocks can now optionally display line numbers in https://github.com/outline/outline/pull/4324
Fixes
- Animation of InputSelect is janky in https://github.com/outline/outline/pull/4061
- Improving the
urlsto not break protocols by @iifawzi in https://github.com/outline/outline/pull/3995 - Dialog doesn’t close after deleting a document with a parent by @vgwidt in https://github.com/outline/outline/pull/4108
- Enter in table cell adds a row after the current one by @PabloYG in https://github.com/outline/outline/pull/4186
- Share document link that opens full editor by @dolsem in https://github.com/outline/outline/pull/4134
- Add cursor style user preference in https://github.com/outline/outline/pull/4199
- Remove invite button should not overlap with member dropdown button by @apoorv-mishra in https://github.com/outline/outline/pull/4243
- Multiplayer changes potentially attributed to incorrect user in https://github.com/outline/outline/pull/4282
- Set subscribe/unsubscribe state correctly for documents by @apoorv-mishra in https://github.com/outline/outline/pull/4266
- Disallow adding self to collection in https://github.com/outline/outline/pull/4299
- perf: Don’t go to disk for html more than once in https://github.com/outline/outline/pull/4312
- chore: Remove method override middleware in https://github.com/outline/outline/pull/4315
- Authentication provider display in https://github.com/outline/outline/pull/4332
- Return correct permissions upon document update by @apoorv-mishra in https://github.com/outline/outline/pull/4352
- Allow viewers to upload avatar in https://github.com/outline/outline/pull/4349
- Unable to login with matching email from another auth provider in https://github.com/outline/outline/pull/4356
- perf: Avoid fsstat on every request, remove
koa-staticin https://github.com/outline/outline/pull/4387 - Removed usage of tiley in https://github.com/outline/outline/pull/4406
DATABASE_URLmissing in env does not produce validation error in https://github.com/outline/outline/pull/4409- Self-hosted logic for allowed domains in https://github.com/outline/outline/pull/4412
New Contributors
- @iifawzi made their first contribution in https://github.com/outline/outline/pull/3995
- @vgwidt made their first contribution in https://github.com/outline/outline/pull/4108
- @PabloYG made their first contribution in https://github.com/outline/outline/pull/4186
- @dolsem made their first contribution in https://github.com/outline/outline/pull/4134
- @kgeorgiou made their first contribution in https://github.com/outline/outline/pull/4211
- @pbkompasz made their first contribution in https://github.com/outline/outline/pull/4216
- @chavda-bhavik made their first contribution in https://github.com/outline/outline/pull/4247
- @mastqe made their first contribution in https://github.com/outline/outline/pull/4259
- @K3das made their first contribution in https://github.com/outline/outline/pull/4298
- @Daniyaalbeg made their first contribution in https://github.com/outline/outline/pull/4323
- @MihirGH made their first contribution in https://github.com/outline/outline/pull/4336
- @wale made their first contribution in https://github.com/outline/outline/pull/4341
- @ItaloSa made their first contribution in https://github.com/outline/outline/pull/4365
Full Changelog: https://github.com/outline/outline/compare/v0.66.0…v0.67.0