Skip to content

v0.74.0

Compare
Choose a tag to compare
@tommoor tommoor released this 06 Dec 14:01
· 502 commits to main since this release

Note: 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 #6205
  • Added "Share" option to document menu on mobile
  • New translations
  • Updated to Node 20 LTS
  • [API] comments.list endpoint 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 #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 #6134
  • Restored ability to comment in code blocks in #6154
  • Comment functionality should not show in toolbar for view-only users in #6011
  • Added support for tldraw snapshot links in #6210
  • Restored PWA install in recent Chrome versions
  • Fixed extra empty page in HTML exports in #6205
  • Emoji in template titles are now applied correctly in #6169
  • Many dependency updates

New Contributors

Full Changelog: v0.73.1...v0.74.0