From 483feabb156d0dd049aaf40b64c103b2f3a60271 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 7 Feb 2025 01:10:05 -0500 Subject: [PATCH] Update CHANGELOG.md Oops, left out a few things in 3.3.12. Sorry! --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134fb53c66..b3b6309797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ## [3.3.13] - Ensure the DeepSeek r1 model works with Ollama (thanks @sammcj!) +- Enable context menu commands in the terminal (thanks @samhvw8!) +- Improve sliding window truncation strategy for models that do not support prompt caching (thanks @nissa-seru!) - First step of a more fundamental fix to the bugs around switching API profiles. If you've been having issues with this please try again and let us know if works any better! More to come soon, including fixing the laggy text entry in provider settings. ## [3.3.12]