> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Release notes

## Anaconda Client

<Update label="1.14.0" description="2025-11-19">
  * Implemented an updated auth login experience. Users will now be directed to sign in with the browser instead of entering a username and password in the terminal. SSO-managed accounts must use the browser-based login.
  * Added an experimental handler for all subcommands. This is disabled by default, but can be used by setting the `ANACONDA_CLI_FORCE_NEW=true` environment variable.
</Update>

<Update label="1.13.0" description="2024-10-30">
  * Anaconda has begun a migration to a plugin-based command line interface (CLI).

    * If users only have `anaconda-client` installed (the base package for the `anaconda` CLI, which available in all Anaconda Distribution installs), users should continue using `anaconda` commands, such as `anaconda login`, `anaconda upload`, and so on.
    * If users have other plugins installed (like `anaconda-cloud-auth`), all `anaconda` commands will now support an optional `org` prefix. For example, both `anaconda upload` and `anaconda org upload` will perform the same function.

      <Note>
        Anaconda recommends that users with additional CLI plugins use the `anaconda org` command format going forward.
      </Note>

  * The CLI help text for `anaconda` commands has been updated to reflect these command changes. To see the available help text, run the following command:

    ```
    anaconda --help
    ```

  * The `anaconda notebooks` command has been deprecated, as notebooks are no longer hosted on Anaconda.org.
</Update>

<Update label="1.12.0" description="2023-07-18">
  * Package upload performance improvements.
</Update>

<Update label="1.11.3" description="2023-06-01">
  * Made changes to prevent the opening of redundant terminal windows.
</Update>

<Update label="1.11.2" description="2023-04-10">
  * Added option to force a package metadata update when uploading a package.
  * Conda-safe package names (with underscores) can now be used for Python wheel files.
  * Fixed upload of large package files.
</Update>

<Update label="1.11.1" description="2023-03-01">
  * `anaconda update` command now supports yaml files.
</Update>

<Update label="1.11.0" description="2022-09-08">
  * Upload process now generates sha256 package checksums.
</Update>

<Update label="1.10.0" description="2022-06-15">
  * Added support for `.conda` packages for upload and download.
  * Changed labels for "pypi" and "r" to "standard Python" and "standard R".
  * R packages should now download correctly.
  * Issues related to the invalid configuration paths should now be mitigated.
</Update>

<Update label="1.9.0" description="2021-10-28">
  * Added `update` command.
  * Fixed `upload` command for PyPI and conda packages of the same name.
  * Fixed text error in "Distribution already exists" warning.
</Update>

<Update label="1.8.0" description="2021-06-25">
  * Added `--update` and `--replace` options for `copy` command.
  * Fixed `--summary` and `--description` arguments for `upload` command.
  * Fixed the usage of deprecated base64 functions.
  * Fixed the downloading of multiple packages using the `download` command.
</Update>
