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.
- Adjusted command priority: version lowered, search increased
- Described the Config Schema for in-editor config validation
2.3.0 - 2024-09-21
- Using virtual page to show results
2.2.0 - 2024-09-20
- Configurable marker for highlighting the matched part of line
- Configuration now uses Space Config instead of only SETTINGS page
- Improved results page formatting
- Finding multiple matches in a line
2.1.0 - 2024-07-30
- Support for alternation and repetition operators (Extended Regular Expression)
- Show whether text or regex pattern was used in notification and results
- Handling of files with non-ASCII paths
2.0.0 - 2024-07-29
- Now depends on Git instead of ripgrep
- Positions in pages are reported using line and column number, instead of character position
1.1.0 - 2024-07-24
- Setting for smart case search
1.0.0 - 2024-07-24
Initial release with core functionality