---
title: "Changelog"
description: "What changed in each Asphyxia release."
---

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

# Changelog

Every release, newest first, with changes grouped as **Added**, **Updated**,
**Removed** and **Other**.

## Reading it

Worth checking before you update — particularly the Removed section, since
that's where anything that could break an existing setup appears.

## In your console

Asphyxia checks for updates at startup and prints the same changelog in your
server console when one is available:

```text
  ╔══════════════════════════════════════════════════════════════╗
  ║   A new Asphyxia AntiCheat update is available!
  ║
  ║   Running   : v1.0.0
  ║   Available : v1.1.0
  ║
  ║   ADDED
  ║     + Entity inspector in the admin menu
  ║     + Detection whitelists
  ║
  ║   UPDATED
  ║     ~ Clearer console messages
  ╚══════════════════════════════════════════════════════════════╝
```

So you'll know about an update whether or not you visit the dashboard.

## Updating

Grab the new build from [Download](/website/download), replace the folder, and
restart. Your configuration and database are untouched.

Source: https://docs.asphyxia.dev/website/changelog/index.mdx
