Skip to content

2.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 20:02
· 18 commits to main since this release
Immutable release. Only release title and notes can be modified.

New: edit due dates without leaving your note

Type @date on a task line and choose Choose due date…, or run Task Planner: Set task due date from the command palette. Assign a hotkey in Obsidian settings if preferred.

  • Native date picker with Save, Cancel and Remove date.
  • Honors your configured due-date field and custom/disabled shortcuts.
  • Preserves surrounding Markdown and metadata; refuses to overwrite a note changed while the picker was open.
  • Normal Undo/Redo treats the date change as its own edit.
  • Several shortcuts can be expanded on the same line with Complete line attributes; this workflow is now documented.

This release also includes the previously unreleased visible horizontal scrollbar for overflowing boards and URL-protocol hardening.

Compatibility: Obsidian 1.8.7+. No settings migration or host-floor increase.

Verification: 1,210 tests; 10 real-Obsidian scenarios on each of 1.8.7 and 1.13.7; typecheck, lint, format, build and zero-vulnerability audit. Public assets were downloaded and byte-compared with a clean build of the release commit.

Community request: #230. Implementation: #248.