Skip to content

v0.75.1

Compare
Choose a tag to compare
@tommoor tommoor released this 21 Feb 13:10
· 270 commits to main since this release

What's Changed

Improvements

  • Added flag --no-migrate to optionally suppress automatic migrations on startup (the container will exit instead).
  • Added option OIDC_LOGOUT_URI as optional post-logout redirect url by @Shuttleu in #6539
  • Added option OIDC_DISABLE_REDIRECT to prevent automatic OIDC redirect by @Shuttleu in #6544
  • MAXIMUM_IMPORT_SIZE was deprecated and split into FILE_STORAGE_IMPORT_MAX_SIZE (for documents) and FILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE (for workspace imports) in #6566

Fixes

  • Fixed new paragraphs are lost in table cells imported from HTML
  • Fixed an issue where tables with empty cells could fail to import from HTML
  • Fixed an issue where quoted search queries with colons could cause a server error
  • Fixed regression in styling of search filter options
  • Fixed an issue where error in OIDC login would result in infinite redirect
  • Hide image drag handles, empty captions, and selected outlines when printing in #6550
  • Missing highlighted context on search results page in #6549
  • Error for self-host draw.io by @TaoChan1005 in #6554
  • Propagate Enter key events in SuggestionsMenu allows pressing Enter after typed url in embed input by @superkelvint in #6556
  • Do not load opensearch.xml from CDN, so it uses the correct subdomain by @waf in #6567
  • CMD+Z now works now works when the editor component does not technically have focus
  • Served HTML lang attribute now reflects installation default language

New Contributors

Full Changelog: v0.75.0...v0.75.1