Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasenotes v9.0 #965

Merged
merged 4 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/images/dietpi-release-v9_00.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,17 @@ For more details visit the [**Orange Pi**](http://www.orangepi.org/index.html) w
</td>
</tr>
<tr>
<td><a class="table" href=""><strong>Orange Pi Zero3 (testing)</strong></a></td>
<td><a class="table" href=""><strong>Orange Pi Zero 3 (testing)</strong></a></td>
<td>
<strong>Download</strong>: <a href="https://dietpi.com/downloads/images/testing/DietPi_OrangePiZero3-ARMv8-Bookworm.img.xz">DietPi image</a>
</td>
</tr>
<tr>
<td><a class="table" href=""><strong>Orange Pi Zero 3 1.5 GB RAM (testing)</strong></a></td>
<td>
<strong>Download</strong>: <a href="https://dietpi.com/downloads/images/testing/DietPi_OrangePiZero3-1.5G-ARMv8-Bookworm.img.xz">DietPi image</a>
</td>
</tr>
<tr>
<td><a class="table" href=""><strong>Orange Pi 3B (testing)</strong></a></td>
<td>
Expand Down
1 change: 1 addition & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Overview of DietPi releases with applied new software and features,

# DietPi Releases

- [v9.0 January 2024](releases/v9_0.md)
- [v8.25 December 2023](releases/v8_25.md)
- [v8.24 November 2023](releases/v8_24.md)
- [v8.23 October 2023](releases/v8_23.md)
Expand Down
36 changes: 36 additions & 0 deletions docs/releases/v9_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Release Notes

## January 2024 (version 9.0)

### Overview

The **January 20th, 2024** release of **DietPi v9.0** comes with newly supported SBCs (Orange Pi 3B and the RISC-V based PINE64 Star64), enhancements for other boards and bug fixes for several `dietpi-software` options.

![Pi1 in a bird house](../assets/images/dietpi-release-v9_00.jpg){: width="480" height="320" loading="lazy"}

!!! cite "*Photo by `StephanStS`, DietPi*"

### Breaking

- The minimum Debian version supported by our scripts has been raised to **Bullseye**.
**Buster** systems will be migrated to a dedicated branch automatically.
We highly recommend affected systems to either flash a new image or upgrade to Debian Bullseye, following our DietPi blog post [**DietPi – How to upgrade to “Bullseye”**](https://dietpi.com/blog/?p=811). Once the upgrade has been done, the update to DietPi v9.0 will be offered on next update check or when running `dietpi-update`.
- The minimum DietPi version to support direct updates to DietPi v9.0 from has been raised to v7.0. Older systems will go through a two-stage process, being upgraded to DietPi v8.25 with a separate branch, and afterwards further to DietPi v9.0 via master branch if the Debian version requirement is met as well.

### New images

- [**Orange Pi Zero 3**](../hardware.md#orange-pi-series) :octicons-arrow-right-16: New images for the 1.5 GB RAM variant are now available for testing, before they are added to our download page soon: <https://dietpi.com/downloads/images/testing/>

### Enhancements

- [**Raspberry Pi**](../hardware.md#raspberry-pi) :octicons-arrow-right-16: Further work has been done to better support the Raspberry Pi 5. Our firmware migration script to test it has been reworked to allow selecting/deselecting optional kernel packages, instead of always installing all of them: <https://github.com/MichaIng/DietPi/issues/6676>
- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Banner**](../../dietpi_tools/misc_tools/#dietpi-banner) :octicons-arrow-right-16: Instead of `Freespace`, the `Disk usage` is now shown, including the total disk size and used percent. Many thanks to @Andr3Carvalh0 for implementing this change: <https://github.com/MichaIng/DietPi/pull/6837>
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**motionEye**](../software/camera.md#motioneye) :octicons-arrow-right-16: Updated build dependencies for ARM and RISC-V, and switched to the recent pre-release from PyPI, instead of pulling from the repositories `dev branch`.
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Moonlight (CLI)**](../software/gaming.md#moonlight-cli), [**Moonlight (GUI)**](../software/gaming.md#moonlight-gui) :octicons-arrow-right-16: Moonlight has been enabled on Bookworm, as packages are now available.
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Logitech Media Server**](../software/media.md#logitech-media-server) :octicons-arrow-right-16: Re-enabled it for Bookworm and Trixie, now using the latest "stable nightly" builds instead of the "latest releases". Many thanks to @SteveInWA for informing us about the update: <https://github.com/MichaIng/DietPi/discussions/6847>

### Bug fixes

- [**Orange Pi 3B**](../hardware.md#orange-pi-series) :octicons-arrow-right-16: Resolved an issue where onboard WiFi and Bluetooth did not work because the related kernel module was not loaded. Many thanks to @jake5253 for reporting this: <https://github.com/MichaIng/DietPi/issues/6659#issuecomment-1887072641>

As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: <https://github.com/MichaIng/DietPi/pull/6860>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ nav:
- Miscellaneous Tools: dietpi_tools/misc_tools.md
- RELEASES:
- Overview: releases.md
- v9.0 January 2024: releases/v9_0.md
- v8.25 December 2023: releases/v8_25.md
- v8.24 November 2023: releases/v8_24.md
- v8.23 October 2023: releases/v8_23.md
Expand Down
Loading