Skip to content

Beta Testers Wanted: v1.0.0 - Major UI/UX Overhaul and PerformanceΒ #565

@MickLesk

Description

@MickLesk

πŸ§ͺ We need your help testing v1.0.0-pre1!

v1.0.0 is the biggest update to ProxmoxVE-Local yet β€” complete UI/UX overhaul, massive performance improvements, and many new features. Before we release it as stable, we need community testers to help catch bugs and give feedback.


What's new in v1.0.0-pre1?

  • ⚑ Performance: Page loads in <1s (was 14-25s), cached PB queries <200ms
  • 🎨 UI Overhaul: Compact navbar, rewritten modals, new filter bar, dark mode fixes
  • πŸ“ Script Notes: Per-script notes with sharing support
  • βš™οΈ Server Presets: Save/load server configurations per PVE host
  • πŸ”„ Sync Modal: Real-time progress with retry capability
  • πŸ“Š Generator Tab: Full script generator for custom LXC/VM provisioning
  • 🟒 Server Status: Live indicator showing PVE host reachability
  • πŸ”– Version Display: Auto-update detection with release notes

Full changelog: v1.0.0-pre1 Release Notes
Related PR: #545


How to install the pre-release

Requirements: Existing ProxmoxVE-Local installation (v0.5.8 or any prior version)

curl -fsSL https://github.com/community-scripts/ProxmoxVE-Local/releases/download/v1.0.0-pre1/pre-release-updater.sh \
  -o /opt/pve-local-prerelease-updater.sh && \
  chmod +x /opt/pve-local-prerelease-updater.sh && \
  bash /opt/pve-local-prerelease-updater.sh

systemctl restart pvescriptslocal

The updater script will:

  1. Show all available pre-releases (newest first)
  2. Let you pick which one to install via numbered menu
  3. Automatically backup your data, .env, and database
  4. Download, install, migrate, and build

πŸ’‘ Rollback: If something breaks, the script creates a timestamped backup in /tmp/pve-prerelease-backup-*. Restore from there and restart the service.


What we need from testers

Please report any issues you find as a comment on this issue with:

  1. What happened (screenshot if possible)
  2. What you expected
  3. Your environment (Proxmox version, browser, Node.js version)
  4. Steps to reproduce

Known areas to test:

  • Fresh install from v0.5.8 β†’ pre1 upgrade path
  • Generator tab functionality
  • Script notes (create, edit, delete)
  • Server presets (save, load, delete)
  • Server status indicator accuracy
  • Sync modal (full resync)
  • Filter bar (category, search, sort, badges)
  • Dark mode appearance
  • Modal navigation (arrow keys, escape)
  • Performance (page load times, tab switching)

⚠️ Important

  • This is a pre-release β€” do not use in production environments
  • Your data is backed up automatically before the update
  • Future pre-releases (pre2, pre3, ...) will appear in the updater script automatically
  • Once stable, the final v1.0.0 will be released on main

Thank you for helping make v1.0.0 the best release yet! πŸ™

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions