From f669b156b98861356eea975a58469c1bc127a8c0 Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Fri, 21 Jun 2024 10:12:40 -0700 Subject: [PATCH] Bump version to 1.1.1 --- releases/server/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releases/server/CHANGELOG.md b/releases/server/CHANGELOG.md index b9f5c613..a817ebbf 100644 --- a/releases/server/CHANGELOG.md +++ b/releases/server/CHANGELOG.md @@ -2,6 +2,10 @@ - Improvements to stream handling that greatly reduce flickering in the terminal when streaming a plan, especially when many files are being built simultaneously. CPU usage is also reduced on both the client and server side. - Claude 3.5 Sonnet model and model pack (via OpenRouter.ai) is now built-in. +## Version 1.1.1 +- Improvements to stream handling that greatly reduce flickering in the terminal when streaming a plan, especially when many files are being built simultaneously. CPU usage is also reduced on both the client and server side. +- Claude 3.5 Sonnet model and model pack (via OpenRouter.ai) is now built-in. + ## Version 1.1.0 - Give notes added to context with `plandex load -n 'some note'` automatically generated names in `context ls` list. - Fixes for summarization and auto-continue issues that could Plandex to lose track of where it is in the plan and repeat tasks or do tasks out of order, especially when using `tell` and `continue` after the initial `tell`.