> For the complete documentation index, see [llms.txt](https://wiki.crosswatch.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.crosswatch.app/related-information/release-notes.md).

# Release notes

Use release notes to plan upgrades. Catch breaking changes early.

Major versions have their own page (example: `Version 0.7`).

Patch releases nest under the major version (example: `v0.7.8` under `Version 0.7`).

### Quick rules

* If you skip versions, read **every major version** you cross.
* Start with **Migration / first-run notes** and **breaking changes**.
* Treat patch releases as fixes unless called out.

### Before you upgrade

{% hint style="warning" %}
Back up first. Always test your restore at least once.
{% endhint %}

{% stepper %}
{% step %}

### Back up `/config`

Create a backup before you change versions.
{% endstep %}

{% step %}

### Read every major version you cross

Do not skip migration notes or first-run warnings.
{% endstep %}

{% step %}

### Upgrade and hard refresh

After major UI changes, refresh the browser fully.
{% endstep %}
{% endstepper %}

Minimum safe checklist:

* Back up your `/config` directory (Docker) or `CONFIG_BASE`.
* Snapshot local tracker state (if you rely on it): [Adapter: CrossWatch](/crosswatch/settings/synchronization/others/cw.md).
* Export or capture critical data before risky changes: [Captures](/crosswatch/main-dashboard/navigation/captures.md).
* Upgrade CrossWatch.
* Hard refresh your browser after major UI changes.

### Where to start

* New install or big jump: start at the latest major version page.
* Upgrading one patch: read the patch entry and any notes under the major.

Latest major:

* [Version 0.10](/related-information/release-notes/version-0.10.md)

### Common upgrade helpers

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Create and restore backups</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/HDfsjnYAFd0QHHvekBtX">/spaces/3rh5THg1PdhVsBt3GALo/pages/HDfsjnYAFd0QHHvekBtX</a></td></tr><tr><td>Review config file behavior</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/wSx6U3V0FNJ3e2pvDywh">/spaces/3rh5THg1PdhVsBt3GALo/pages/wSx6U3V0FNJ3e2pvDywh</a></td></tr><tr><td>Check current limitations</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/Lws31PpVM04pXySTwH8d">/spaces/3rh5THg1PdhVsBt3GALo/pages/Lws31PpVM04pXySTwH8d</a></td></tr><tr><td>Read the latest major notes</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/KBUajwRts6bqcATgCBMq">/spaces/3rh5THg1PdhVsBt3GALo/pages/KBUajwRts6bqcATgCBMq</a></td></tr></tbody></table>

### GitHub releases (source of truth)

GitHub has the authoritative list:

* <https://github.com/cenodude/CrossWatch/releases>

### Related topics

* [Docker setup](/getting-started/installation.md)
* [Maintenance](/crosswatch/settings/maintenance.md)
* [Configuration (config.json)](/crosswatch/advanced-and-api/configuration-reference.md)
* [Disclaimer](/related-information/disclaimer.md)

### Summary

Read each major version you skipped. Back up before you change anything.

### Next steps

* Read the latest major version notes: [Version 0.10](/related-information/release-notes/version-0.10.md)
* Confirm the exact build you’re on in GitHub releases: <https://github.com/cenodude/CrossWatch/releases>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.crosswatch.app/related-information/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
