From d5c634adf9982747fd56c2baa36fbc91c5da39d3 Mon Sep 17 00:00:00 2001 From: RTSDA Date: Sun, 30 Mar 2025 00:21:31 -0400 Subject: [PATCH] Update README with version 1.2 features and requirements --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea138f1..30be08e 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,25 @@ The official iOS app for the Rockville-Tolland Seventh-day Adventist Church. Thi - **Live Streaming**: Watch church services live through OwnCast integration - **Sermon Library**: Access archived sermons and special programs via Jellyfin +- **Digital Bulletin**: + - View weekly church bulletins + - Interactive hymn links that open in the Adventist Hymnal app + - Bible verse links that open in YouVersion Bible app + - PDF download option for offline viewing - **Church Bulletin**: Stay updated with church announcements and events - **Church Information**: Access church beliefs, contact information, and more ## Technical Details - Built with SwiftUI -- Minimum iOS version: 16.0 +- Minimum iOS version: 17.0 - Uses async/await for network operations - Integrates with multiple services: - Jellyfin for video content - OwnCast for live streaming - PocketBase for church data + - YouVersion Bible API for verse content + - Adventist Hymnal app integration ## Building the App @@ -28,9 +35,14 @@ The official iOS app for the Rockville-Tolland Seventh-day Adventist Church. Thi ## Requirements - Xcode 15.0 or later -- iOS 16.0 or later +- iOS 17.0 or later - Swift 5.9 or later +## Version History + +- **1.2**: Added digital bulletin system with interactive hymn and Bible verse links +- **1.1**: Initial release with basic church information and live streaming + ## License This project is licensed under the MIT License - see the LICENSE file for details.