- Integrate tauri-plugin-updater and tauri-plugin-process
- Rewrite UpdateModal with download progress and changelog display
- Add update manifest generation to CI workflow
- Update i18n translations for all 15 languages
- Configure Ed25519 signature verification for secure updates
- Add ErrorDisplay component with QR code for log sharing
- Integrate error display in all modals (BoardModal, ImageModal, DeviceModal, ManufacturerModal)
- Add upload_logs command to paste logs to paste.armbian.com
- Add comprehensive logging across all Rust modules:
- Startup info (version, OS, arch, config URLs)
- Board/image queries with cache status
- Device scanning on all platforms
- Download, flash, and authorization operations
- Custom image handling and decompression
- Fix log level alignment (remove extra space from INFO/WARN)