Skip to content

1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 02:32
· 4 commits to main since this release

New

  • Unfiled card — text above the note's first heading gets its own card (opt-in: Settings → Show unfiled text as a card; title configurable, default _Unfiled_). Fully live: tick tasks, edit, quick-add, pin, drag blocks in and out.
  • Filter box — type in the toolbar to show only cards containing the text; ✕ or Esc clears.

Improved

  • Mobile performance pass (desktop unchanged): backdrop blur removed, fewer upfront renders, offscreen cards skip layout/paint, lazy images, always-visible tap-sized card buttons, toolbar compaction on phones.
  • Faster everywhere: single-column layouts skip masonry measuring, post-render work is batch-scoped, lighter drag handling, wheel scrolling stays on the compositor fast path outside the Vertical layout.