# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.5.0] - 2025-10-07 ### Changes - refactor: reorganize settings tab layout and improve section headings - feat: add create new folder option in folder navigator modal ## [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