From a057ab7719c0b9879f341c9cc08beddc6733c803 Mon Sep 17 00:00:00 2001 From: dezoito Date: Sun, 20 Oct 2024 10:32:09 -0300 Subject: [PATCH] Changes for v0.6.0 --- CHANGELOG.md | 24 +++++++++++++++++++++--- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/components/ui/logs-selector.tsx | 2 +- todo.md | 3 ++- 6 files changed, 27 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35844d..26172cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,39 @@ All notable changes to this project will be documented in this file. +## [Version 0.6.0] - 2024-10-20 + +### Added + +- Added UI controls to re-run past experiments. +- Added controls to remove experiment files from the UI. +- Added button to copy an inference text to the clipboard. + +### Changed + +- Moved "reload" icon to improve layout. +- Improved experiment inspection UI readability. +- Streamlined State management. + +### Fixes + +- Fix HMR not working on MacOS (in development, of course). + ## [Version 0.5.3] - 2024-09-16 ### Fixes -- Handles Ollama servers using default ports (80 or 443) +- Handles Ollama servers using default ports (80 or 443). ## [Version 0.5.2] - 2024-09-15 ### Added -- Adds custom application icon +- Adds custom application icon. ### Fixes -- Handles Ollama version info not being correctly returned by the server +- Handles Ollama version info not being correctly returned by the server. ## [Version 0.5.1] - 2024-07-10 diff --git a/package.json b/package.json index af143df..2a0e69c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ollama-grid-search", "private": true, - "version": "0.5.3", + "version": "0.6.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index afe5824..5a74e20 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid-search-desktop" -version = "0.5.3" +version = "0.6.0" description = "A Tauri App to perform Grid Search and A/B testing experiments on LLMs" authors = ["dezoito"] license = "Whatever is in the repo" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 241de4d..deb6484 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ollama-grid-search", - "version": "0.5.3" + "version": "0.6.0" }, "tauri": { "allowlist": { diff --git a/src/components/ui/logs-selector.tsx b/src/components/ui/logs-selector.tsx index 0007dad..4c750ba 100644 --- a/src/components/ui/logs-selector.tsx +++ b/src/components/ui/logs-selector.tsx @@ -224,7 +224,7 @@ export function LogsSelector() { )} {query.data && ( -
+
{" "}