docs(docs): PX4 v1.17 now stable changes (#27485)

This commit is contained in:
Hamish Willee
2026-05-28 17:50:44 +10:00
committed by GitHub
parent 240908caea
commit 6909ea345f
12 changed files with 257 additions and 66 deletions

View File

@@ -1,9 +1,22 @@
# Releases
<script setup>
import { useData } from 'vitepress'
const { site } = useData();
</script>
<div v-if="site.title !== 'PX4 Guide (main)'">
<div class="custom-block danger">
<p class="custom-block-title">This page is on a release branch, and hence probably out of date. <a href="https://docs.px4.io/main/en/releases/">See the latest version</a>.</p>
</div>
<Redirect to="https://docs.px4.io/main/en/releases/" />
</div>
A list of PX4 release notes, they contain a list of the changes that went into each release, explaining the included features, bug fixes, deprecations and updates in detail.
- [main](../releases/main.md) (changes planned for v1.18 or later)
- [v1.17](../releases/1.17.md) (changes in v1.17, since v1.16)
- [main](../releases/main.md) (changes planned for v1.19 or later)
- [v1.18](../releases/1.18.md) (changes in v1.18, since v1.17)
- [v1.17](../releases/1.17.md)
- [v1.16](../releases/1.16.md)
- [v1.15](../releases/1.15.md)
- [v1.14](../releases/1.14.md)