# 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 %}

Minimum safe checklist:

* Back up your `/config` directory (Docker) or `CONFIG_BASE`.
* Snapshot local tracker state (if you rely on it): [Adapter: CrossWatch](/crosswatch/providers/synchronization/adapter-crosswatch.md).
* Export provider-side data before risky changes: [Standalone Scripts](broken://spaces/3rh5THg1PdhVsBt3GALo/pages/P8mmzAVraxkZuGqUudlt).
* 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.7](/related-information/release-notes/version-0.7.md)

### GitHub releases (source of truth)

GitHub has the authoritative list:

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

### Related topics

* [Docker setup](/getting-started/docker-setup.md)
* [Maintenance](/crosswatch/maintenance.md)
* [Configuration (config.json)](/crosswatch/configuration-config-json.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.7](/related-information/release-notes/version-0.7.md)
* Confirm the exact build you’re on in GitHub releases: <https://github.com/cenodude/CrossWatch/releases>


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
