From 0aba5b222cf975a92b82f7307f5c5b57f9bb3565 Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Tue, 11 Jun 2024 08:10:18 -0700 Subject: [PATCH] Bump version to 1.1.0 --- app/server/version.txt | 2 +- releases/server/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/server/version.txt b/app/server/version.txt index 7dea76ed..9084fa2f 100644 --- a/app/server/version.txt +++ b/app/server/version.txt @@ -1 +1 @@ -1.0.1 +1.1.0 diff --git a/releases/server/CHANGELOG.md b/releases/server/CHANGELOG.md index 949ded2a..e4a5293f 100644 --- a/releases/server/CHANGELOG.md +++ b/releases/server/CHANGELOG.md @@ -1,3 +1,10 @@ +## 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`. +- Improvements to the verification and auto-fix step. Plandex is now more likely to catch and fix placeholder references like "// ... existing code ..." as well as incorrect removal or overwriting of code. +- After a context file is updated, Plandex is less likely to use an old version of the code from earlier in the conversation--it now uses the latest version much more reliably. +- Increase wait times when receiving rate limit errors from OpenAI API (common with new OpenAI accounts that haven't spent $50). + ## Version 1.0.1 - Fix for occasional 'Error getting verify state for file' error - Fix for occasional 'Fatal: unable to write new_index file' error