Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
v0.74.0
2023-12-06Note: Minimum Node version changed to 18 – if using Docker installation this is handled for you.
Note: If using Postgres 12 or below you may require superuser permissions to run migrations due to needing to install the uuid-ossp module. Alternatively you can upgrade Postgres or install the module before running migrations.
Improvements
- Clicking on a link while editing will now automatically select the entire link
- Mermaid diagrams are now rendered in HTML exports in https://github.com/outline/outline/issues/6205
- Added “Share” option to document menu on mobile
- New translations
- Updated to Node 20 LTS
- [API]
comments.listendpoint can now be used without a document ID
Fixes
- Find and replace dialog no longer gets stuck without replace button
- Fixed corruption in imports in https://github.com/outline/outline/pull/6162
- Fixed recurring OOM crash when DataDog and Sentry are enabled.
- Fixed display of video nodes in document history
- Fixed members can now create templates again
- Fixed viewing public shares failed if user has an expired token in https://github.com/outline/outline/pull/6134
- Restored ability to comment in code blocks in https://github.com/outline/outline/issues/6154
- Comment functionality should not show in toolbar for view-only users in https://github.com/outline/outline/issues/6011
- Added support for tldraw snapshot links in https://github.com/outline/outline/pull/6210
- Restored PWA install in recent Chrome versions
- Fixed extra empty page in HTML exports in https://github.com/outline/outline/issues/6205
- Emoji in template titles are now applied correctly in https://github.com/outline/outline/issues/6169
- Many dependency updates
New Contributors
- @NextFire made their first contribution in https://github.com/outline/outline/pull/6134
- @EspadaV8 made their first contribution in https://github.com/outline/outline/pull/6217
- @RayYH made their first contribution in https://github.com/outline/outline/pull/6238
Full Changelog: https://github.com/outline/outline/compare/v0.73.1…v0.74.0