Skip to content

1.4.4

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:38
· 5 commits to main since this release

Bug fixes

  • Fixed intermittent image resizing not activating after opening or switching between Markdown notes/tabs.
    • The resize listeners now reattach on file-open and active-leaf-change instead of relying only on layout-change.
    • This should remove the need to manually switch notes or toggle Reading/Live Preview mode before drag/scroll resizing works.
  • Improved cleanup for image resize handles and view-scoped DOM listeners when the plugin unloads or the active Markdown view changes.

Reliability

  • Added regression coverage for delayed Markdown view attachment and active-leaf changes, so resize listeners stay attached to the current note.
  • Verified against plugin-testing-vault with the previously failing tab-switch scenario.

other

  • Cleaned up TypeScript initialization diagnostics in main.ts.
  • Migrated TypeScript module resolution config away from deprecated baseUrl/node settings for TypeScript 6 compatibility.

Full Changelog: 1.4.3...1.4.4