Swift-Radio-Pro version history
10 releases tracked, newest first.
v3.1.0
Jul 4, 2026- Localized About screen and added Swift Radio Android link in README
- Fixed CI builds using iPhone 17 Pro simulator
- Improved CarPlay sync, lock screen, and added new app icon
- Fixed iOS app icon to use square full-bleed artwork
1 download
v3.0.0
Feb 8, 2026### Important changes
- **Storyboard migration completed**
- Removed storyboard dependency from core flows and moved navigation to a **Coordinator-based architecture**.
- Migrated launch screen from storyboard to the modern **Info.plist `UILaunchScreen`** approach.
- **Major UI redesign**
- Redesigned **Stations** list with a modern card-based style and improved visual hierarchy.
- Redesigned **Now Playing** with dynamic blur background, SF Symbol controls, and marquee title handling.
- Refreshed branding and assets (new icon/logo style, updated station artwork set).
- **Live vs non-live playback behavior**
- Added explicit **LIVE** handling (LIVE badge + live-specific controls).
- Improved behavior so live streams use **Stop**, while non-live playback supports expected **pause/resume** flow.
- Updated station tap behavior to resume paused/stopped playback directly.
### Additional notable updates
- Replaced `DataManager` with `NetworkService` using **async/await**.
- Improved buffering/loading UX and station state updates.
- Added localization groundwork via `Localizable.xcstrings`.
- Modernized project/tooling (Xcode settings, CI workflow
0 downloads
2.0.8
Apr 11, 2020- Update the project to iOS 13 and Xcode 11.4.
- Warning fixes.
0 downloads
2.0.7
Aug 20, 2019Add watermarked image for share activity by [@CamMcLeod](https://github.com/CamMcLeod).

0 downloads
2.0.6
May 18, 2019Update the project to Xcode 10.2 and Swift 5.
0 downloads
2.0.5
Apr 9, 2019- Add AirPlay Support by @geraldnolan.
0 downloads
2.0.4
Feb 3, 2019- Update a not working station.
0 downloads
2.0.3
Jan 31, 2019Add iPad support by [@misteral](https://github.com/misteral).
0 downloads
2.0.2
Jan 10, 2019* Update the project to Xcode 10 and Swift 4.2.
* Drop support for iOS 9.
0 downloads
2.0.1
Feb 26, 2018### What's new:
- Update [FRadioPlayer](https://github.com/fethica/FRadioPlayer) to version 0.1.9 with network interruptions handling
- Add photo permissions, sharing completion handler by @joemcmahon
0 downloads