Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Nov 28, 2023
1 parent a34f39f commit 01263da
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@



## ShadeRunner Version 0.5.0

**Features**:
- **Advanced/Amount Highlighted added**: steer percentage of top highlights to highlight
- **Advanced/ThoughtInfo added**: shows thought process of llm (scope & reasoning)
- **Advanced/Class Similarities added**: force-spring plot to show similarities of classes on mouse-hover
- **Suggest missing topic**-buttton added to legend

**Minor**:
- **Mouseover on highlights**: now shows closest interesting and closest uninteresting class
- **Options**: obfuscate openai api key
- **Legend**: inactivate topics without any matches
- **Sidebar**: Adapted style of collapsible boxes + nested collapsible boxes
- **Testing**: started working on testing tab
- **More Stable Highlighting**: more sentences found by using `innerText` on `document.body`

**Bugfixes**:
- Highlighter:
- fixed caching of class embeddings (on sidebar reopen, on page refresh)
- fixed status indicator not updating for highlights
- fixed highlight reset not resetting all highlights
- fixed text finding when sentence starts later in a text node
- Background service worker:
- fixed "invalid URL" errors in various cases
- Legend:
- filterSelector not working
- fixed removal of topics not updating immediately



-------


## ShadeRunner Version 0.4.0

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.4.0",
"version": "0.5.0",
"description": "ShadeRunner",
"author": "Lambda, Inc.",
"scripts": {
Expand Down

0 comments on commit 01263da

Please sign in to comment.