From f075991618b5944e5dd4c287997a09bb53c8bd49 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 30 Sep 2025 20:52:14 +0300 Subject: [PATCH] release --- docs/blog/posts/2025/2025-09-30/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/blog/posts/2025/2025-09-30/index.md diff --git a/docs/blog/posts/2025/2025-09-30/index.md b/docs/blog/posts/2025/2025-09-30/index.md new file mode 100644 index 00000000..e95ec7b9 --- /dev/null +++ b/docs/blog/posts/2025/2025-09-30/index.md @@ -0,0 +1,19 @@ +--- +title: "KVMD 4.98: Advanced diagnostics for the video stream" +date: 2025-09-30 +slug: kvmd-4-98-oled-display-improvements-on-v3-and-v4 +description: > + The number of users is shown and the brightness is reduced if there is at least one to prolong the life of the screen +categories: + - Releases +authors: + - mdevaev +links: + - PiKVM: https://pikvm.org + - Discord: https://discord.gg/bpmXfz5 + - KVMD release: https://github.com/pikvm/kvmd/releases/tag/v4.98 +comments: true +--- + +* Now the display shows the number of users who use PiKVM via the Web UI and VNC. This number is located next to the cute spinning stick that we all love so much. +* If there is at least one user, the display brightness will be reduced to a minimum to prolong its life.