From 6560ca3becc10c140d226ee8f5b227671d4e2dfb Mon Sep 17 00:00:00 2001 From: stephenyeargin Date: Wed, 2 Sep 2026 16:42:22 -0500 Subject: [PATCH] docs(changelog): add missing FloxHub feature entries for 2026 Ten changelog entries covering FloxHub-side features shipped January through August 2026 that were absent from the public changelog: catalog browsing without login, install/uninstall from the package page, dark mode, pin package versions, package version and build detail pages, Google/GitLab sign-in, service accounts, PAT improvements, self-service SSO setup, uninstall from environment page, and the outputs tab commands listing. Co-Authored-By: Claude Sonnet 4.6 --- changelog.mdx | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index ce5e807..0fd16f6 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,6 +9,19 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog:insert */} + + ## Commands on the outputs tab + + The **Outputs** tab on package version and build pages now lists which + executable commands each output provides, so you can confirm a package + ships the binary you need before installing it. + + ## Direct sign-in for enterprise SSO + + Members of an SSO-connected organization can follow a direct link to + sign in through their identity provider, bypassing the email-entry screen. + + ## Run cleanup when the last shell exits @@ -59,6 +72,19 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox-vscode@v1.1.0 */} + + ## Self-service SSO setup + + Organization owners can configure an enterprise SSO connection from the + organization **Settings** page — no manual setup required from the Flox + team. + + ## Uninstall packages from the environment page + + Packages listed on the environment detail page now have a remove button, + so you no longer need to navigate to the package detail page to uninstall. + + ## Clearer activations and prompts @@ -86,6 +112,15 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox@v1.14.1 */} + + ## Personal access token improvements + + The **Personal access tokens** page now shows a usage counter so you can + track how many of your allowed tokens are active. Tokens also carry a + unique shortcode — visible in the token list — so you can tell which token + is which without exposing the secret value. + + ## Auto-activation @@ -116,6 +151,14 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox@v1.14.0 */} + + ## Organization service accounts + + Organization owners can create service accounts and manage their tokens + from a new **Service accounts** tab on the organization page — issue, + list, and revoke tokens without leaving org settings. + + ## Flox skills v1.0.0 @@ -216,6 +259,13 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox@v1.12.1 */} + + ## Sign in with Google or GitLab + + Two new social sign-in options join the existing GitHub login on the + FloxHub sign-in page. + + ## Services auto-start @@ -264,6 +314,26 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox@v1.10.0 */} + + ## Package version and build detail pages + + Each package in the [FloxHub catalog](https://hub.flox.dev/packages) now + has dedicated pages for its version history and individual builds, so you + can see exactly what was built and when. + + + + ## Dark mode + + FloxHub now supports light, dark, and system-preference themes, toggled + from the navigation bar. + + ## Package group conflict visibility + + When a package group has a version conflict, FloxHub now highlights which + specific package is holding the group back. + + ## Kerberos auth preview @@ -272,6 +342,13 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox@v1.9.1 */} + + ## Pin package versions + + A pin control on the package detail page lets you lock a package to its + current version or remove the pin. + + ## Node version detection @@ -288,3 +365,25 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along. {/* changelog-id: flox/flox-vscode@v1.0.0 */} {/* changelog-id: flox/flox-vscode@v1.0.1 */} + + + ## FloxHub without an account + + Browse the Flox catalog and view public environments on + [FloxHub](https://hub.flox.dev) without signing in. + + ## Install and uninstall from the package page + + Install a package to an existing or new environment directly from its + detail page, and uninstall from within the install dialog. + + ## "In use" chips in search results + + Packages already installed in one of your environments show an "In use" + badge in catalog search results. + + ## Weekly and monthly upgrade cadence + + Automated environment upgrades can now run weekly or monthly, in addition + to the existing daily option. +