mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
-
v1.0.19 Stable
released this
2026-02-22 06:24:39 +03:00 | 132 commits to master since this release📅 Originally published on GitHub: Sun, 22 Feb 2026 03:32:37 GMT
🏷️ Git tag created: Sun, 22 Feb 2026 03:24:39 GMT🚀 Release v1.0.19
Added
- Vim-Style List Navigation: Added
gg(top) andG(bottom) navigation in focused Nodes, Guests, and Tasks lists/tables. - Guest Multi-Select + Batch Actions: Added
Space-based guest multi-selection and batch context-menu actions so you can queue operations across multiple selected guests. - Task Queue Throughput Control: Added a global in-progress concurrency limit so queued operations are processed without overloading the API/task polling path.
- Queued Task Cancellation: Added support for canceling queued tasks before they enter the running state.
- Advanced Guest Filter Modal: Added a Guests-page advanced filter modal (default
Ctrl+f, configurable viakey_bindings.advanced_guest_filter) with structured criteria for status, type, node, and tag matching, while preserving combined text-search + advanced filtering across refreshes.
Fixed
- Release Workflow Social Announcements: Prevented Mastodon announcement failures from breaking GoReleaser runs by handling social posting in the non-blocking release announcement script step.
- Community Script Install on Fish Shells: Forced remote script installer commands to execute under
/bin/bash -lcso node accounts usingfishas default shell can install community scripts without shell syntax errors. - Task Panel Focus Stability: Prevented a Tasks-page freeze when tabbing between Task History and Active Operations by avoiding layout rebuilds during active task refreshes and tightening pane focus switching logic.
- Latest golangci-lint Compatibility: Updated affected code paths to satisfy current gosec/staticcheck rules (log taint handling, URL validation hardening for community script metadata fetches, and
fmt.Fprintfformatting fixes), keeping local and CI lint runs aligned. - Global Menu Defaults:
Escis now the primary global menu key by default, whileglobal_menuremains configurable as an optional additional shortcut. - Global Menu Unbind Support:
key_bindings.global_menu: ""now correctly disables the additional global-menu shortcut instead of silently reverting to the default. - Task Keybind Configurability:
toggle_task_panelandtask_stop_cancelcan now be customized like other key bindings. - Help Modal Keybinding Layout: Reorganized help sections so task controls and page-specific actions are grouped more clearly.
- Back Navigation Consistency: Standardized back/close handling so Backspace works alongside Escape in Command Runner, Snapshot Manager, and Backup Manager flows.
- Context Menu Placement: Node/Guest context menus are now anchored near the focused list selection instead of always centered, keeping details panes visible while menus are open.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums_1.0.19.txt
0 downloads ·
2026-02-26 18:42:32 +03:00 · 1.4 KiB -
checksums_1.0.19.txt.sig
0 downloads ·
2026-02-26 18:42:33 +03:00 · 119 B -
pvetui_1.0.19_darwin_amd64.tar.gz
0 downloads ·
2026-02-26 18:42:35 +03:00 · 15 MiB -
pvetui_1.0.19_darwin_arm64.tar.gz
0 downloads ·
2026-02-26 18:42:37 +03:00 · 14 MiB -
pvetui_1.0.19_linux_386.deb
0 downloads ·
2026-02-26 18:42:39 +03:00 · 28 MiB -
pvetui_1.0.19_linux_386.rpm
0 downloads ·
2026-02-26 18:42:42 +03:00 · 29 MiB -
pvetui_1.0.19_linux_386.tar.gz
0 downloads ·
2026-02-26 18:42:44 +03:00 · 14 MiB -
pvetui_1.0.19_linux_amd64.deb
0 downloads ·
2026-02-26 18:42:47 +03:00 · 30 MiB -
pvetui_1.0.19_linux_amd64.rpm
0 downloads ·
2026-02-26 18:42:49 +03:00 · 31 MiB -
pvetui_1.0.19_linux_amd64.tar.gz
0 downloads ·
2026-02-26 18:42:51 +03:00 · 15 MiB -
pvetui_1.0.19_linux_arm64.deb
0 downloads ·
2026-02-26 18:42:54 +03:00 · 27 MiB -
pvetui_1.0.19_linux_arm64.rpm
0 downloads ·
2026-02-26 18:42:56 +03:00 · 28 MiB -
pvetui_1.0.19_linux_arm64.tar.gz
0 downloads ·
2026-02-26 18:42:58 +03:00 · 14 MiB -
pvetui_1.0.19_source.tar.gz
0 downloads ·
2026-02-26 18:42:59 +03:00 · 12 MiB -
pvetui_1.0.19_windows_386.zip
0 downloads ·
2026-02-26 18:43:01 +03:00 · 14 MiB -
pvetui_1.0.19_windows_amd64.zip
0 downloads ·
2026-02-26 18:43:03 +03:00 · 15 MiB -
pvetui_1.0.19_windows_arm64.zip
0 downloads ·
2026-02-26 18:43:04 +03:00 · 14 MiB
- Vim-Style List Navigation: Added