🚀 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-tuimust be renamed topvetui. 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_toPVETUI_(e.g.,PROXMOX_HOST→PVETUI_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
- Linux:
- 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 (
--configinstead 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
- Updated all CLI examples to use correct double-dash format (