From 9dc0307b3a8b955975f0fae836d6ecff861b3c83 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:57:03 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.122.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 9b56d940..44eecaf9 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,23 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.122.0` + +## Improvements + +- **Manager-only API key creation** - Organization API keys can now only be created by managers (app) +- **Stricter Computer name validation** - Computer names are limited to lowercase letters, digits, and hyphens, with clearer error states (app) + +## Bug fixes + +- **Working directory from computer wizard** - Working directory is now seeded correctly when navigating from the computer wizard to a new session (app) +- **Duplicate collapsed groups** - Fixed duplicate collapsed groups in the CLI +- **Droid header spacing** - Restored a missing trailing space in the Droid header +- **Extra usage on subscription end** - Remaining extra usage is now transferred to your account balance when a subscription ends (app) + + + `v0.121.0`