From d3f59862ea58353dc2916332de040d1e4367a721 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 21 Jul 2025 11:47:11 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe51e40..56ef3710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Native Mistral client support +- New Chat History UI/UX +- Server and build logs for llama.cpp +- Support for model per feature + +### Fixed + +- llama.cpp server build + +### Reverted + +- Direct auto apply when similarity threshold is met + ## [3.4.4-241.1] - 2025-07-04 ### Added