From d002d8dfe07f6b45b08dd1a128264fc4d6b4a52e Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 23:20:01 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.143.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 5d72b144..d153bff6 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,25 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- + + `v0.143.0` + +## New features + +- **Self-serve organization deactivation** - Deactivate your organization yourself, with subscription cancellation now available in billing settings (app) + +## Improvements + +- **Richer Jira details** - Fetching a Jira issue now includes more fields, comments, and linked-issue URLs +- **Quieter hooks** - Hooks can hide their output block in the TUI by setting `suppressOutput` + +## Bug fixes + +- **Windows home directory** - Fixed home directory resolution on Windows to avoid username corruption (app) +- **Session integrity** - Fixed an issue that could overwrite an existing session + + + `v0.142.0`