mirror of https://github.com/pikvm/pikvm.git
Add v4.127 release news (#1615)
This commit is contained in:
parent
a9c25e29f2
commit
f2db5e419c
Binary file not shown.
|
After Width: | Height: | Size: 912 KiB |
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
title: "KVMD 4.127: Improved fullscreen and mobile UI"
|
||||
date: 2025-11-26
|
||||
slug: kvmd-4-127-improved-fullscreen-and-mobile-ui
|
||||
description: >
|
||||
The fullscreen and mobile UI of the PiKVM web dashboard has become much more convenient to use
|
||||
categories:
|
||||
- Releases
|
||||
authors:
|
||||
- mdevaev
|
||||
links:
|
||||
- PiKVM: https://pikvm.org
|
||||
- Discord: https://discord.gg/bpmXfz5
|
||||
- KVMD release: https://github.com/pikvm/kvmd/releases/tag/v4.127
|
||||
comments: true
|
||||
---
|
||||
|
||||
The fullscreen and mobile UI of the PiKVM web dashboard has become much more convenient to use.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
You now have access to the pop-up menu with all the interface elements and no longer need to leave the fullscreen mode to get to shortcuts or settings. The same applies to the full-tab mode.
|
||||
|
||||
The mobile interface on tablets can now be expanded to the full screen or to the entire tab, and a pop-up menu is also available there.
|
||||
|
||||
We also implemented a floating box with mouse buttons in the mobile interface:
|
||||
|
||||

|
||||
|
||||
To update, log into your PiKVM as `root` and run this command:
|
||||
|
||||
```shell
|
||||
pikvm-update
|
||||
```
|
||||
Loading…
Reference in New Issue