Changelog
Version history for Ariane
1.1.0 — April 6, 2026
- Swipe actions: pause, resume, and remove downloads with swipe gestures
- Add downloads by URL or magnet link with folder picker
- Download folders: organize downloads into named server paths
- Magnet link support: open magnet links directly from Safari
- Optimistic UI: instant visual feedback on all actions
- Faster refresh: parallel network requests via Combine pipeline
- Reliable reconnection after long background periods
- Configure aria2 options: allow-overwrite, seed time, file allocation
1.0.0 — April 3, 2026
Initial release.
- Connect to aria2 JSON-RPC server over HTTPS/HTTP
- Real-time download monitoring via WebSocket
- Adaptive polling with configurable interval (3–30 seconds)
- Filter downloads by status: In Progress, Completed, Paused, Waiting, Error
- Download details: file name, progress bar, speed, ETA, download directory
- Background app refresh with local notifications on download completion
- Server setup with connection validation
- Token stored securely in iOS Keychain
- Connection lost banner when server becomes unreachable
- Battery efficient: WebSocket disconnects on background, polling stops when idle