From 96a5f781012590d5c3e4a2827cba40676ba8c6fe Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Wed, 8 May 2024 10:35:08 -0700 Subject: [PATCH] Bump version to 0.9.1 --- app/cli/version.txt | 2 +- releases/cli/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/cli/version.txt b/app/cli/version.txt index ac39a106..f374f666 100644 --- a/app/cli/version.txt +++ b/app/cli/version.txt @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/releases/cli/CHANGELOG.md b/releases/cli/CHANGELOG.md index 1df748fe..55095c38 100644 --- a/releases/cli/CHANGELOG.md +++ b/releases/cli/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 0.9.1 +- Fix for occasional stream TUI panic during builds with long file paths (https://github.com/plandex-ai/plandex/issues/105) +- If auto-upgrade fails due to a permissions issue, suggest re-running command with `sudo` (https://github.com/plandex-ai/plandex/issues/97 - thanks @kalil0321!) +- Include 'openrouter' in list of model providers when adding a custom model (https://github.com/plandex-ai/plandex/issues/107) +- Make terminal prompts that shouldn't be optional (like the Base URL for a custom model) required across the board (https://github.com/plandex-ai/plandex/issues/108) +- Data that is piped into `plandex load` is now automatically given a name in `context ls` via a call to the `namer` role model (previously it had no name, making multiple pipes hard to disambiguate). +- Still show the '(r)eject file' hotkey in the `plandex changes` TUI when the current file isn't scrollable. + ## Version 0.9.0 ## Major file update improvements 📄 - Much better accuracy for updates to existing files.