Skip to content

1.4.6

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:47
· 4 commits to main since this release

Fixes several ways a saved order could go missing with no error and nothing to point at.

  • An order made moments before quitting Obsidian is now saved instead of lost. Quitting is not a plugin unload, so the previous save-on-exit never ran on that path.
  • A write that fails now says so, instead of leaving the order reported as saved and gone at the next restart.
  • The move commands no longer act on the note open in the editor when the file explorer has focus but no row does.
  • While the tree auto-scrolls during a drag, the insertion line now follows the pointer, so the drop lands where the line says it will.
  • Renaming the order note moves the setting with it instead of recreating a duplicate at the old path; deleting it now says what will happen.
  • Closing and reopening the file explorer no longer leaves drag listeners behind.