From 02f00312d7f5d2e22105c5046d0b0ff097b1f899 Mon Sep 17 00:00:00 2001 From: davidh-lambda <142889449+davidh-lambda@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:18:00 +0100 Subject: [PATCH] release v0.7.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8b2dc..3cdb10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,45 @@ + +## ShadeRunner Version 0.7.0 + +**Features**: +- Retrieval Mode readded + - Added retrieval-k slider for control of amount highlighted +- Control highlight quality with a "precision-vs-recall" slider + +**Minor**: +- Added version to sidepanel and options tab +- styling: + - Added dark-mode style to options + - Adapted options page color + - Added logo to sidepanel +- Improved efficiency of mouse hover events in Legend +- Replaced useSessionStorage with useStorage for improved storage handling +- Updated global storage handling +- Testing: + - Implemented batchwise method in `llm_classify` + - Implemented evaluation and visualization improvements in `tabs/testing` + + +**Bugfixes**: +- Fixed visual bug for inactive topics in legend +- Fixed collapsible box in light-mode +- Bugfix for highlighting not starting without clicking a button +- Fixed scroller to exclude hidden elements +- Resolved issue with precise search limit not working +- Bugfix for amount highlighter not using score +- Addressed multiple highlight update issues in different modes +- Fixed issue with status display +- Corrected error handling in sidepanel when not connected to a webpage +- Bugfixes for issues with bad classifierData + + +------- + + + ## ShadeRunner Version 0.6.1 **Minor**: diff --git a/package.json b/package.json index 1ac5370..9781639 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaderunner", "displayName": "Shaderunner", - "version": "0.6.1", + "version": "0.7.0", "description": "ShadeRunner", "author": "Lambda, Inc.", "scripts": {