release: v2.1.0
This commit is contained in:
parent
d9863a421a
commit
4383accf0f
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.1.0] - 2026-04-05
|
||||||
|
|
||||||
Code files now chunk at function and class boundaries via tree-sitter,
|
Code files now chunk at function and class boundaries via tree-sitter,
|
||||||
clickable editor links land you at the right line from search results,
|
clickable editor links land you at the right line from search results,
|
||||||
and per-collection model configuration means you can point different
|
and per-collection model configuration means you can point different
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tobilu/qmd",
|
"name": "@tobilu/qmd",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
|
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user