Change Log
February 12, 2024 ยท View on GitHub
All notable changes to the "codequery4vscode" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
[Unreleased]
[0.8.1] - 2024-02-12
- New feature: Path filter support added for search text input
- New feature: Rebuilding of database through command palette
- Enhancement: Filenames on the tree view now changed to relative path of files
- cq.db file now restricted to .vscode/codequery, together with the rebuild script
- Updated with latest dependencies, to fix security vulnerabilities
[0.7.0] - 2022-06-18
- cq.db file will now be searched for in 3 locations as stated in the README.md file
[0.6.0] - 2022-04-19
- Updated with latest dependencies, to fix security vulnerabilities
[0.5.0] - 2021-07-20
- New feature: Fuzzy search vs. exact search
[0.4.1] - 2021-05-12
- Updated with latest dependencies, to fix security vulnerabilities
[0.3.0] - 2020-07-19
- Upgraded minimum version of lodash (a dependency), to fix security vulnerability
[0.2.0] - 2020-06-28
- Improved reveal range for source file, when opened from treeview
[0.1.1] - 2020-06-28
- README update with Marketplace links
[0.1.0] - 2020-06-28
- Initial release