Skip to content

Release v26.3.3

Choose a tag to compare

@github-actions github-actions released this 04 Mar 21:59
· 114 commits to main since this release
521585e

26.3.3

  • Added small inline Markdown image previews in the note text edit with a new
    setting (enabled by default), supporting local files, remote http(s) image URLs,
    base64 data:image/... images, and Nextcloud /core/preview image URLs
    (for #1254)
    • Inline Markdown image previews are currently only shown when no visible text
      follows the image tag on the same editor line, to avoid caret positioning
      mismatches after the image tag
  • Fixed caret blinking and visibility when the cursor is on hanging-indented
    wrapped lines in Markdown list items in the note text edit
    (for #3480)