mirror of
https://github.com/wenlzhang/obsidian-folder-navigator.git
synced 2026-07-22 05:41:23 +00:00
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.4.1] - 2025-09-30
Changes
- style: remove accent color from suggestion highlights
[0.4.0] - 2025-09-30
Changes
- refactor: improve folder search by excluding redundant child matches instead of deprioritizing
- feat: implement keyword highlighting in folder search suggestions
- refactor: remove unused match position tracking in folder search results
- improve fuzzy search
- Update README.md
- Improve code format
[0.3.1] - 2025-04-30
Changes
- Refactor settings tab to dynamically show/hide folder history options based on mode
- Rename FolderSortMode to FolderDisplayMode and update related UI text for clarity
- Improve code format
[0.3.0] - 2025-04-30
Changes
- Add visual separators and confirmation modal for folder history reset
- Add sort options
- Add demo
- Improve code format
[0.2.1] - 2025-04-06
Changes
- Clean up code
- Fix folder expansion
- Update README.md
- Update README.md
- Improve code format
[0.2.0] - 2025-04-05
Changes
- Improve code quality
- Fix folder expansion
- Address review comments
- Add license
- Update README.md
- Fix type safety
- Update plugin description
- Update README.md
[0.1.0] - 2025-03-06
Changes
- Update README.md
- Update README.md
- Support default folder expanding
- Fix folder navigation bug
- Debug folder navigation
- Fix hotkey bug
- Add initial version
- Initial commit