Skip to content

Release v26.1.13

Choose a tag to compare

@github-actions github-actions released this 27 Jan 19:44
· 263 commits to main since this release
098362e

26.1.13

  • Fixed an issue where the last image was still shown after deleting all images in the
    stored images dialog (for #3449)
    • The image preview is now properly cleared when all images are deleted
    • The image preview is also cleared when switching to a view mode with no images
  • Fixed the same issue in the stored attachments dialog where file info remained visible
    after deleting all attachments or switching to an empty view
  • Fixed the image dialog to properly clear the preview when the file path is cleared
  • Fixed the attachment dialog to properly hide info and download button when the file
    path is cleared
  • Added context menu entries to insert table columns and rows when the cursor is in a
    Markdown table (for #3450)
    • Add table column left - Inserts a new column to the left of the cursor position
    • Add table column right - Inserts a new column to the right of the cursor position
    • Add table row above - Inserts a new row above the cursor position
    • Add table row below - Inserts a new row below the cursor position
    • The table is automatically formatted after insertion