- Fixed a bug that would cause the "Collapse All" command to add 3 additional lines at the top of the currently active file
- Tuned fuzzy search in lookup to prioritize sequential matches
- Fixed a bug that prevented renaming for working on mobile.
- Added command to open structured tree in sidebar.
- Fixed a bug that auto-revealed the pane with Structured Tree on it when moving to a new note and the "Reveal File" option was enabled in the settings.
- Updated Obsidian API and made code changes in according to their suggestions
- Added debouncing to the lookup modal to improve performance when typing quickly or having long queries.
- New Features:
- Excluded Paths: Paths that match these patterns will be grey and at the bottom of Lookup searches.
- Open Parent: Triggered from the command palette, this will open the parent of the currently active note.
- Bug fixes:
- Lookup should now highlight relevant characters in the file name.
- Increased performance for the lookup modal.
- Refactored large parts of the codebase to improve readability and maintainability.
- Stability improvements.