From b9b645522ae7dfb3b359b32ecfd21d48ceff86a9 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sun, 12 Jan 2025 17:52:17 -0800 Subject: [PATCH] improve changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd24b78..541cd9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,15 @@ - Migrated away from VS Code extension API - Void now lives and interacts entirely within the VS Code codebase. -- Added inline quick edits, including FIM prompting and output parsing, inline UI, and history management. +- Added quick edits! Void handles FIM-prompting and output parsing, inline UI, and history management. -- Added settings page with model configuration, one-click switch, and user settings. +- New settings page with model configuration, one-click switch, and user settings. -- Void now auto-detects local models on mount. +- Added auto-detection (via polling) of local models by default. -- LLM requests now originate from `node/`, which fixes common CORS and CSP issues when running some models locally. +- LLM requests originate from `node/`, which fixes common CORS and CSP issues when running some models locally. -- History and state improvements for Accept | Reject, stream interruptions, and past chats. +- Misc improvements like UI and history for Accept | Reject in the sidebar and editor, stream interruptions, and past chats history. - Lots of new UI, misc bug fixes, and performance improvements.