Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 1.91 KB

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.

Unreleased

  • Adjusted command priority: version lowered, search increased
  • Described the Config Schema for in-editor config validation

2.3.0 - 2024-09-21

Added

  • Using virtual page to show results

2.2.0 - 2024-09-20

Added

  • Configurable marker for highlighting the matched part of line

Changed

  • Configuration now uses Space Config instead of only SETTINGS page
  • Improved results page formatting

Fixed

  • Finding multiple matches in a line

2.1.0 - 2024-07-30

Added

  • Support for alternation and repetition operators (Extended Regular Expression)
  • Show whether text or regex pattern was used in notification and results

Fixed

  • Handling of files with non-ASCII paths

2.0.0 - 2024-07-29

Changed

  • 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

Added

  • Setting for smart case search

1.0.0 - 2024-07-24

Initial release with core functionality