From cb2a78e1cab806ea0585b961fa18803dc2c05ca7 Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Fri, 21 Jun 2024 10:14:54 -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 a817ebbf..77d9d440 100644 --- a/releases/server/CHANGELOG.md +++ b/releases/server/CHANGELOG.md @@ -6,6 +6,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`.