From 9589134830b1f87e5a7f072f3c53d43e0b7e3c80 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Mon, 13 Jan 2025 17:15:41 -0800 Subject: [PATCH] modify changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541cd9f9..2bdb5ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,24 +5,23 @@ ## Jan. 12, 2025 - Entering beta +- Added quick edits! Void handles FIM-prompting, output parsing, and history management for inline UI. - Migrated away from VS Code extension API - Void now lives and interacts entirely within the VS Code codebase. -- Added quick edits! Void handles FIM-prompting and output parsing, inline UI, and history management. - - New settings page with model configuration, one-click switch, and user settings. - Added auto-detection (via polling) of local models by default. - LLM requests originate from `node/`, which fixes common CORS and CSP issues when running some models locally. -- Misc improvements like UI and history for Accept | Reject in the sidebar and editor, stream interruptions, and past chats history. +- Misc improvements like UI and history for Accept | Reject in the sidebar and editor, streaming interruptions, and past chat history. - Lots of new UI, misc bug fixes, and performance improvements. - Switched from the MIT License to the Apache 2.0 License. Apache's attribution clause provides a small amount of protection to our source initiative. -Many thanks to our contributors __, __, __ +A huge shoutout to our many contributors. If you'd like to help build Void, ## Sept/Oct. 2024 - Early launch