Skip to content

Commit

Permalink
Complement change log
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Jan 20, 2024
1 parent 84f8cef commit 9c67669
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,13 +540,13 @@ 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 Zero3 1.5 GB RAM (testing)</strong></a></td>
<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>
Expand Down
8 changes: 6 additions & 2 deletions docs/releases/v9_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The **January 20th, 2024** release of **DietPi v9.0** comes with newly supported

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

### Breaking since v9.0
### Breaking

- The minimum Debian version supported by our scripts has been raised to **Bullseye**.
**Buster** systems will be migrated to a dedicated branch automatically.
Expand All @@ -27,6 +27,10 @@ The **January 20th, 2024** release of **DietPi v9.0** comes with newly supported
- [**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>
- [**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>
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ More detailed options may be studied in the [man pages of `journalctl`](https://
| `journalctl -p PRIORITY` <br>(--priority PRIORITY) | Displays messages with the given priority. PRIORITY may be `merg`, `alert`, `crit`, `err`, `warning`, `notice`, `info` and `debug`. Also numbers as PRIORITY are possible |
| `journalctl -o verbose` | Displays additional meta data |
| `journalctl --disk-usage` | Displays the amount of disk space used by the logging messages |
| `journalctl --no-pager &#124 grep <filter>` | Filters log messages (filtering with `grep`) |
| `journalctl --no-pager | grep <filter>` | Filters log messages (filtering with `grep`) |

In the software package descriptions, sometimes there is a tab called "View Logs". This gives a `jounalctl -u UNITNAME` command example how to filter the logging messages of a given software package.
Example: See [tab "View logs"](software/dns_servers.md/#unbound) of *Unbound*. It gives: `journalctl -u unbound`.
Expand Down

2 comments on commit 9c67669

@StephanStS
Copy link
Collaborator

@StephanStS StephanStS commented on 9c67669 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaIng: The change with &#124 avoids a Markdown Lint message in the GitHub actions. I.e., a push generates an error in every case. How do we want to handle this without changing the docs?

@MichaIng
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recognised it and added it back in in anther commit. Strange that at first there was no error in this PR, but after merging it into master it popped up. Or I looked into the wrong test iteration 🤔.

Please sign in to comment.