github devnullvoid/pvetui v1.0.5

latest releases: v1.0.14, v1.0.13, v1.0.12...
3 months ago

🚀 Release v1.0.5

MAJOR BREAKING CHANGE

  • Project Renamed to pvetui
    • Rename was necessary in order to remain compliant with Proxmox trademark
    • Old paths referencing proxmox-tui must be renamed to pvetui. For example:
      mv ~/.config/proxmox-tui ~/.config/pvetui
      
    • Additional migration steps:
      • Update any shell aliases or scripts referencing the old binary name
      • Update any systemd service files or cron jobs
      • Update any documentation or bookmarks referencing the old project name
      • Environment Variables: Change prefix from PROXMOX_ to PVETUI_ (e.g., PROXMOX_HOSTPVETUI_HOST)
    • Impact: This change affects configuration paths, binary names, environment variables, and all project references

Added

  • 32-bit builds: Add official 32-bit binaries by request in #25
    • Linux: linux/386
    • Windows: windows/386
    • Included in GoReleaser config and local Makefile release target
  • DEB/RPM Packages: Traditional Linux package formats automatically generated by GoReleaser

Documentation

  • README Updates: Fixed CLI argument conventions and improved documentation
    • Updated all CLI examples to use correct double-dash format (--config instead of -config)
    • Added comprehensive CLI reference table with all available flags and short versions
    • Fixed broken anchor links in navigation for better user experience
    • Replaced problematic emojis with compatible ones for consistent anchor generation
    • Updated project title to 'TUI for Proxmox Virtual Environment' for trademark compliance
    • Added trademark disclaimer to clarify non-affiliation with Proxmox Server Solutions GmbH
    • Enhanced demo section with both GIF (GitHub compatible) and WebM (high quality) options
    • Fixed CLI examples throughout all documentation files for consistency

Don't miss a new pvetui release

NewReleases is sending notifications on new releases.