- Add option to list recently searched files on popup open
- Update some dependencies
- Make popup dimensions persistent across projects
- Improve popup location consistency (fixes right screen, left half issue)
- Popup dimensions are saved per screen bounds (location and size)
- Update kotlin-jvm and intellij-platform plugins to 2.1.0
- Use open version support from 2024.2 onwards
- Improve task cancelling to avoid InterruptedException and reduce cancelling delay
- Run searches with concurrency
- Re-implement project file handling as a backup if no modules are present
- Migrate IntelliJ Platform Gradle Plugin to 2.x
- Re-implement project file handling as a backup if no modules are present
- Update version support to include 242
- Default to initial view when clearing the search string
- Fix task cancellation, making lower debounce time feel much better
- Lower default debounce time
- Clear up settings grouping
- Add option to highlight filename matches in the file list
- Add an option to change the font size for the preview window
- Some dependency updates
- Separate settings sections
- Add an option to show recently used files when opening the popup
- Fix mover not working correctly
- Refactor module handling
- Fix test bench not working correctly
- Add setting to prioritize shorter file paths for file mover
- Handle root path "/" separately for file mover
- Upgrade to gradle 8.7
- Multi module support for finder and mover
- Enable remapping list movement
- Add tolerance setting for string matching
- Set default preview text for files that cannot be previewed
- Use application manager instead of swing utilities for invoke later
- Fix settings modification comparison using set
- Score calculation rewrite
- Upgraded and made more transparent
- Each individual score for each file can be seen in the test bench
- Multi match correction
- Correctly calculates each occurrence of unique search string characters in the filepath
- Introduced filename match weight
- Set up automated publishing to marketplace from GitHub on new tags
- Corrected version support from 241 to 241.*
- Create changelog.md
- Add Fuzzy search only for VCS tracked files (FuzzierVCS)
- Huge thanks to ramonvermeulen for implementing this feature
- Change versioning scheme to more clearly indicate development status
- Version 0.19.0 is the first release under the new scheme
- Prior to version 0.19.0, numerous features and improvements were made, laying the foundation for the current version. This includes initial development, various enhancements, and bug fixes. For detailed history, please refer to commit logs or release notes.