diff --git a/.wordlist.txt b/.wordlist.txt index 5dc6a4b14..886d84889 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -93,6 +93,7 @@ CORS Coturn CouchPotato COVID +CRC64 CRDA cron CSI @@ -549,6 +550,7 @@ SDK SDL SDN SDRAM +SDRs selectable Servarr serverless diff --git a/docs/releases/v8_22.md b/docs/releases/v8_22.md index 09762609e..426f09791 100644 --- a/docs/releases/v8_22.md +++ b/docs/releases/v8_22.md @@ -12,16 +12,16 @@ The **September 23th, 2023** release of **DietPi v8.22** comes with complete new ### New images -- [**All images**](../../hardware/) :octicons-arrow-right-16: DietPi images are now shipped with a trailing FAT partition which contains dietpi.txt and other config files for easier pre-configuration and automation from Windows and macOS hosts. The partition is removed automatically on first boot, after copying all supported config files/scripts. Related CLI flags have been added to our build scripts: `--add-fat-part` for `dietpi-imager` and `--no-fat-part` for `dietpi-build`. Many thanks to @dirkhh for implementing this feature: -- [**All images**](../../hardware/) :octicons-arrow-right-16: All our images are now compressed via `xz` instead of `7z`. These are a little easier to handle, especially on Linux hosts, and many flashing utilities allow to flash zx-compressed images directly to disk, without the need to manually decompress them first. As `xz` compresses files and no directories, the dedicated `README.md` and hash text files are not included anymore. The hashes for integrity checks within an archive have no real purpose, as the compression algorithms imply hashes internally (CRC64 in case of `xz`), which are checked and integrity of the content assed as part of the decompression. +- [**All images**](../../hardware/) :octicons-arrow-right-16: DietPi images are now shipped with a trailing FAT partition which contains `dietpi.txt` and other config files for easier pre-configuration and automation from Windows and macOS hosts. The partition is removed automatically on first boot, after copying all supported config files/scripts. Related CLI flags have been added to our build scripts: `--add-fat-part` for `dietpi-imager` and `--no-fat-part` for `dietpi-build`. Many thanks to @dirkhh for implementing this feature: +- [**All images**](../../hardware/) :octicons-arrow-right-16: All our images are now compressed via `xz` instead of `7z`. These are a little easier to handle, especially on Linux hosts, and many flashing utilities allow to flash xz-compressed images directly to disk, without the need to manually decompress them first. As `xz` compresses files and no directories, the dedicated `README.md` and hash text files are not included anymore. The hashes for integrity checks within an archive have no real purpose, as the compression algorithms imply hashes internally (CRC64 in case of `xz`), which are checked and integrity of the content checked as part of the decompression. -### New software: +### New software - [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**ADS-B Feeder**](../../software/distributed_projects/#ads-b-feeder) :octicons-arrow-right-16: Track airplanes using SDRs and feed the data to ADS-B aggregators. Many thanks to @dirkhh for maintaining and implementing this software option: ### Enhancements -- [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**Docker**](../../software/programming/#docker) :octicons-arrow-right-16: Enabled for Trixie and RISC-V via "docker.io" package from Debian repository. +- [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**Docker**](../../software/programming/#docker) :octicons-arrow-right-16: Enabled for Trixie and RISC-V via `docker.io` package from Debian repository. - [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**Portainer**](../../software/programming/#portainer) :octicons-arrow-right-16: Enabled for RISC-V as Docker is now supported on RISC-V as well. ### Bug fixes