You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
-**Node Disk SMART Information**: Node details now display disk health status and SMART data for all attached disks, including disk type (SSD/HDD), size, model, and health status (PASSED/FAILED).
13
13
-**System Update Notifications**: Node details now show available system package updates with version information, displaying up to 5 pending updates with a count of any additional updates.
14
14
-**Icon Toggle**: Added multiple ways to control icons/emojis throughout the UI. Icons are enabled by default. To disable: use `--show-icons=false` CLI flag, `PVETUI_SHOW_ICONS=false` environment variable, or `show_icons: false` in YAML config. (#75)
15
-
-**Guest Tags**: Added editable tag list for VM/LXC configuration, using a comma-separated tag field in the Edit Configuration form. (#76)
15
+
-**Guest Tags**: Added editable tag list for VM/LXC configuration, using a semicolon-separated tag field in the Edit Configuration form. (#76)
16
16
-**SSH Jump Host Support**: Added SSH jump host (bastion host) configuration for accessing Proxmox environments through an intermediate SSH server. Configure via config wizard, CLI flags (`--ssh-jumphost-addr`, `--ssh-jumphost-user`, `--ssh-jumphost-keyfile`, `--ssh-jumphost-port`), environment variables (`PVETUI_SSH_JUMPHOST_ADDR`, `PVETUI_SSH_JUMPHOST_USER`, `PVETUI_SSH_JUMPHOST_KEYFILE`, `PVETUI_SSH_JUMPHOST_PORT`), or YAML config (`ssh_jump_host` section). Per-profile configuration supported.
17
17
-**Release Announcements**: GoReleaser now posts release announcements to Mastodon and Bluesky when the required secrets are configured.
0 commit comments