Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---

<Update label="June 8" rss={{ title: "CLI Updates", description: "Richer Jira details" }}>
`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

</Update>

<Update label="June 5" rss={{ title: "CLI Updates", description: "GitLab code review setup and chat stability fixes" }}>
`v0.142.0`

Expand Down
Loading