We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204e9bd commit 27638b5Copy full SHA for 27638b5
2 files changed
app/cli/version.txt
@@ -1 +1 @@
1
-0.7.3
+0.8.0
releases/cli/CHANGELOG.md
@@ -1,3 +1,11 @@
+## Version 0.8.0
2
+- `plandex invite` command to invite users to an org
3
+- `plandex users` command to list users and pending invites for an org
4
+- `plandex revoke` command to revoke an invite or remove a user from an org
5
+- `plandex sign-in` fixes
6
+- Fix for context update of directory tree when some paths are ignored
7
+- Fix for `plandex branches` command showing no branches immediately after plan creation rather than showing the default 'main' branch
8
+
9
## Version 0.7.3
10
- Fixes for changes TUI replacement view
11
- Fixes for changes TUI text encoding issue
0 commit comments