feat: Add multi-platform ARM64 support for Apple Silicon, Raspberry Pi, and AWS Graviton
- Configure GitHub Actions to build linux/amd64 and linux/arm64 images
- Add multi-platform build scripts (bash/PowerShell) with buildx support
- Update main build script with ARM64 compatibility and fallback
- Create comprehensive ARM support documentation and troubleshooting
- Update README with platform compatibility information
- Add test scripts to verify ARM build configuration
Supports: Apple Silicon Macs, Raspberry Pi 4+, AWS Graviton, traditional x86_64
feat: add clear schedule history functionality with modal confirmation
- Add DELETE /api/v1/schedules/executions/history endpoint
- Add clearScheduleHistory method to frontend API service
- Add "Clear History" button to schedule history page
- Replace browser alert with proper modal dialog for confirmation
- Include loading states and proper error handling
- Support clearing all history with confirmation dialog