Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 16:35
· 309 commits to main since this release

What's new

Added πŸŽ‰

  • Added descriptions to all commands.

Changed ⚠️

  • Major internal refactoring / improvements for how we integrate with pickers.
  • Configuration option finder and finder_mappings have been consolidated into picker = { name: string, mappings: { ... } }.
  • When :ObsidianWorkspace is called without any arguments, obsidian.nvim will open your picker to select a workspace to switch to.

Fixed βœ…

  • Resolve workspace path when behind symlinks.

Removed πŸ‘‹

  • Removed support for fzf.vim as a picker (fzf-lua is still supported).

Commits

06154ec chore(release): bump version to v3.1.0 for release
14889af Open picker when :ObsidianWorkspace called without arg
665c609 Add descriptions to commands
6e17c33 Resolve cwd behind symlinks
edba6fa Resolve workspace path behind symlink (#390)
06e62fd Allow picker.name to be nil
225453f make picker name robust to case
667ffd4 chore(docs): auto generate docs
82b5100 Refactor picker integrations, remove support for fzf.vim (#387)
e0a677b chore(docs): auto generate docs
73bde04 Rename finder -> picker