diff --git a/docs/assets/images/dietpi-release-v8_22.jpg b/docs/assets/images/dietpi-release-v8_22.jpg index 821f65005..37fc8dc81 100644 Binary files a/docs/assets/images/dietpi-release-v8_22.jpg and b/docs/assets/images/dietpi-release-v8_22.jpg differ diff --git a/docs/assets/images/dietpi-release-v8_23.jpg b/docs/assets/images/dietpi-release-v8_23.jpg index 05b9f29d0..c5771d26c 100644 Binary files a/docs/assets/images/dietpi-release-v8_23.jpg and b/docs/assets/images/dietpi-release-v8_23.jpg differ diff --git a/docs/assets/images/dietpi-release-v8_24.jpg b/docs/assets/images/dietpi-release-v8_24.jpg new file mode 100644 index 000000000..6f7251b99 Binary files /dev/null and b/docs/assets/images/dietpi-release-v8_24.jpg differ diff --git a/docs/releases.md b/docs/releases.md index 36920b8d6..27d7c6c10 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -5,6 +5,7 @@ description: Overview of DietPi releases with applied new software and features, # DietPi Releases +- [v8.24 November 2023](releases/v8_24.md) - [v8.23 October 2023](releases/v8_23.md) - [v8.22 September 2023](releases/v8_22.md) - [v8.21 August 2023](releases/v8_21.md) @@ -48,4 +49,4 @@ description: Overview of DietPi releases with applied new software and features, - [v6.28 January 2020](releases/v6_28.md) - [v6.27 January 2020](releases/v6_27.md) -For earlier updates check the **[Forum Archive](https://dietpi.com/phpbb/viewforum.php?f=10)**. +For earlier updates check the archive in our [community forum](https://dietpi.com/forum/c/version-history/6). diff --git a/docs/releases/v8_24.md b/docs/releases/v8_24.md new file mode 100644 index 000000000..3cb9a19aa --- /dev/null +++ b/docs/releases/v8_24.md @@ -0,0 +1,38 @@ +# Release Notes + +## November 2024 (version 8.24) + +### Overview + +The **November 18th, 2023** release of **DietPi v8.24** comes with newly supported SBCs (Orange Pi Zero 3, ROCK 5A and ASUS Tinker Board 2), enhancements for other boards and bug fixes for several `dietpi-software` options. + +![Chair and leaves](../assets/images/dietpi-release-v8_24.jpg){: width="480" height="320" loading="lazy"} + +!!! cite "*Photo by `jwvein`, Pixabay*" + +### New images + +- [**ROCK 5A**](../hardware.md#radxa) :octicons-arrow-right-16: We added support for this RK3588 SBC from Radxa to DietPi and images to our download page. +- [**ASUS Tinker Board 2**](../hardware.md#asus-tinker-board) :octicons-arrow-right-16: We added support for this RK3399 SBC from ASUS to DietPi and images to our download page. +- [**Orange Pi Zero 3**](../hardware.md#orange-pi-series) :octicons-arrow-right-16: We added support for this Allwinner H618 SBC to DietPi and images for testing: . Note that there is currently an issue with the Ethernet adapter being lost on reboots, requiring a power cycle to re-appear: + +### Enhancements + +- [**ROCK 3A**](../hardware.md#radxa) :octicons-arrow-right-16: A kernel upgrade from `edge-rk35xx` (Linux 6.1.11) to `current-rockchip64` (Linux 6.1.50 at time of writing) will be applied, which solves e.g. missing 3.5mm audio output. Many thanks to @wahono77 for testing the kernel upgrade: +- [**Quartz64**](../hardware.md#pine64) :octicons-arrow-right-16: Along with the regular kernel upgrade, we added support for no-UI HID devices. Many thanks to `@stormwyrm` for the request: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**openHAB**](../software/social.md#openhab) :octicons-arrow-right-16: The openHAB APT repository will be migrated from testing to stable suite. Previously "testing" was used, as "stable" shipped openHAB 3, which does not support Java 17. In the meantime "stable" ships openHAB 4 as well. Many thanks to @twikedk for bringing this back to our attention: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Prometheus Node Exporter**](../software/system_stats.md#prometheus-node-exporter) :octicons-arrow-right-16: This software option has been enabled for the RISC-V architecture, for which builds are now available via official GitHub releases. + +### Bug fixes + +- [**Raspberry Pi 4**](../hardware.md#raspberry-pi) | Worked around an issue on Bookworm systems, where the upgrade of the `rpi-eeprom` package pulled an incompatible `raspi-firmware` package, causing a failure of any APT upgrade. Many thanks to @piyushaswani55 and others for reporting this issue: https://github.com/MichaIng/DietPi/issues/6747 +- [**Proxmox**](../hardware.md#proxmox) :octicons-arrow-right-16: Resolved an issue where the QEMU guest agent was not always installed automatically on first boot. +- **DietPi-Globals** :octicons-arrow-right-16: Resolved a v8.22 regression where the error handler and bug report template contained only the first line of the failed command's output. +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) :octicons-arrow-right-16: Resolved and issue where auto setup failed in case of trailing (non-integer) characters behind the `AUTO_SETUP_AUTOMATED=1` `dietpi.txt` setting. In this case, an automatic login was performed, but `dietpi-software` ran in interactive mode. It has been align now so that any trailing characters are ignored and either autologin and automated setup happens both or none. Many thanks to @inis17 for reporting a related issue: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Sonarr**](../software/bittorrent.md#sonarr) :octicons-arrow-right-16: Resolved a DietPi v8.23 regression where the install failed at an URL check for the APT key. Many thanks to @TheGitGuy00 for reporting this issue: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NFS Server**](../software/file_servers.md#nfs) :octicons-arrow-right-16: Resolved a DietPi v8.23 regression where the install failed because of a syntax error. Many thanks to @supertevran for reporting this issue: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Shairport Sync**](../software/media.md#shairport-sync) :octicons-arrow-right-16: Resolved an issue where the install failed because of a missing service user required for the new NQPTP version. Many thanks to @vishnusure for reporting this issue: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Nextcloud**](../software/cloud.md#nextcloud) :octicons-arrow-right-16: Resolved an issue where, with Lighttpd webserver, a warning about missing `ocm-provider` rewrite was shown in some cases. Many thanks to [@rubinski](https://dietpi.com/forum/u/rubinski){: class="nospellcheck"} for reporting this issue: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NZBGet**](../software/bittorrent.md#nzbget) :octicons-arrow-right-16: Resolved an issue where the log file `/var/log/nzbget.log` was not created and used as intended, since the service does not have permissions to create it. + +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: \ No newline at end of file diff --git a/docs/software/gaming.md b/docs/software/gaming.md index 7135fcc18..d810d50e7 100644 --- a/docs/software/gaming.md +++ b/docs/software/gaming.md @@ -146,7 +146,7 @@ MineOS allows you to create multiple Minecraft servers with ease, using a simple *** -[//]: # (Currently not available: Official forum: ) +Official forum: Source code: License: [GPLv3](https://github.com/hexparrot/mineos-node/blob/master/LICENSE.md)