Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Dec 1, 2023
1 parent b68c570 commit 16c4d77
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@




## ShadeRunner Version 0.6.0

**Features**:
- **Reimplementation of core highlighting mechanism**
- to increase quality uses precomputed fuzzy string distances on text nodes for matching `innerText` to `textContent`
- better text Node selection (only actually visible text nodes)
- **Performance**:
- parallel embedding of classifier and content
- replaced ChromaDB by local IndexedDB

**Minor**:
- TestsetHelper: disabled any click events other than those of shaderunner in this mode

**Bugfixes**:
- Legend: "show all" after "focus on" did not show all highlights
- TestsetHelper: fixed interference with other highlighting modes
- LLM Classifier:
- fixed chat models
- using more stable class delimiter (`|` instead of `,`)
- saved url was missing `window.location.search`

-------



## ShadeRunner Version 0.5.0

**Features**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaderunner",
"displayName": "Shaderunner",
"version": "0.5.0",
"version": "0.6.0",
"description": "ShadeRunner",
"author": "Lambda, Inc.",
"scripts": {
Expand Down

0 comments on commit 16c4d77

Please sign in to comment.