[v1.5.0] - 2025-11-29
✨ New Features
- ARM64 Support: FRPulse now fully supports ARM64 architecture servers in addition to AMD64
- Dynamic Version Detection: Automatically downloads the latest FRP release from GitHub
🔧 Improvements
- Added
get_system_arch()function for automatic architecture detection - Enhanced error messages to show detected architecture
- Improved download URL construction to support multiple architectures
🛠️ Technical Changes
- Architecture detection now supports:
x86_64→amd64aarch64→arm64
- Updated
install_frpulse_action()to dynamically fetch the correct binary based on system architecture - GitHub API integration now includes architecture-specific asset filtering
📋 Supported Architectures
- ✅ AMD64 (x86_64)
- ✅ ARM64 (aarch64)
🐛 Bug Fixes
- Fixed hardcoded AMD64 dependency that prevented ARM64 installations