We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6418cc commit 1d0d8e0Copy full SHA for 1d0d8e0
2 files changed
app/cli/version.txt
@@ -1 +1 @@
1
-0.8.0
+0.8.1
releases/cli/CHANGELOG.md
@@ -1,3 +1,9 @@
+## Version 0.8.1
2
+- Fix for missing 'host' key when creating an account or signing in to a self-hosted server (https://github.com/plandex-ai/plandex/issues/11)
3
+- `add` alias for `load` command + `unload` alias for `rm` command (https://github.com/plandex-ai/plandex/issues/12)
4
+- Add `invite`, `revoke`, and `users` commands to `plandex help` output
5
+- A bit of cleanup of extraneous logging
6
+
7
## Version 0.8.0
8
- `plandex invite` command to invite users to an org
9
- `plandex users` command to list users and pending invites for an org
0 commit comments