Skip to content
Merged
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
99 changes: 99 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.

{/* changelog:insert */}

<Update label="August 31">
## 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.
</Update>

<Update label="August 25" description="v1.15.0">
## Run cleanup when the last shell exits

Expand Down Expand Up @@ -59,6 +72,19 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox-vscode@v1.1.0 */}

<Update label="August 18">
## 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.
</Update>

<Update label="August 11" description="v1.14.1">
## Clearer activations and prompts

Expand Down Expand Up @@ -86,6 +112,15 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox@v1.14.1 */}

<Update label="August 12">
## 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.
</Update>

<Update label="July 29" description="v1.14.0">
## Auto-activation

Expand Down Expand Up @@ -116,6 +151,14 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox@v1.14.0 */}

<Update label="July 29">
## 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.
</Update>

<Update label="July 27" description="v1.0.0">
## Flox skills v1.0.0

Expand Down Expand Up @@ -216,6 +259,13 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox@v1.12.1 */}

<Update label="May 14">
## Sign in with Google or GitLab

Two new social sign-in options join the existing GitHub login on the
FloxHub sign-in page.
</Update>

<Update label="May 1" description="v1.12.0">
## Services auto-start

Expand Down Expand Up @@ -264,6 +314,26 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox@v1.10.0 */}

<Update label="February 24">
## 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.
</Update>

<Update label="February 20">
## 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.
</Update>

<Update label="February 15" description="v1.9.1">
## Kerberos auth preview

Expand All @@ -272,6 +342,13 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox@v1.9.1 */}

<Update label="February 12">
## Pin package versions

A pin control on the package detail page lets you lock a package to its
current version or remove the pin.
</Update>

<Update label="February 1" description="v1.9.0">
## Node version detection

Expand All @@ -288,3 +365,25 @@ order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.
</Update>
{/* changelog-id: flox/flox-vscode@v1.0.0 */}
{/* changelog-id: flox/flox-vscode@v1.0.1 */}

<Update label="January 23">
## 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.
</Update>