Releases: plandex-ai/plandex
Releases · plandex-ai/plandex
Release server/v0.8.0
- User management improvements and fixes
- Backend support for
plandex invite
,plandex users
, andplandex revoke
commands - Improvements to copy for email verification emails
- Fix for org creation when creating a new account
- Send an email to invited user when they are invited to an org
- Add timeout when forwarding requests from one instance to another within a cluster
Release cli/v0.8.0
plandex invite
command to invite users to an orgplandex users
command to list users and pending invites for an orgplandex revoke
command to revoke an invite or remove a user from an orgplandex sign-in
fixes- Fix for context update of directory tree when some paths are ignored
- Fix for
plandex branches
command showing no branches immediately after plan creation rather than showing the default 'main' branch
Release server/v0.7.1
- Fix for SMTP email issue
- Add '/version' endpoint to server
Release server/v0.7.0
Initial release
Release cli/v0.7.3
- Fixes for changes TUI replacement view
- Fixes for changes TUI text encoding issue
- Fixes context loading
plandex rm
can now remove a directory from contextplandex apply
fixes to avoid possible conflictsplandex apply
ask user whether to commit changes- Context update fixes
- Command suggestions can be disabled with PLANDEX_DISABLE_SUGGESTIONS environment variable
Release cli/v0.7.2
- PLANDEX_SKIP_UPGRADE environment variable can be used to disable upgrades
- Color fixes for light backgrounds
Release cli/v0.7.1
- Fix for re-running command after an upgrade
- Fix for user input prompts
Release cli/v0.7.0
install script updates