From 768bc9136c91b5dc31eef96088e7d1796243d81b Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 9 Jan 2024 19:50:32 -0800 Subject: Update README.md --- README.md | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 5ffb079..de072dd 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ An attempt to ressurect Hotline for modern Apple systems (iOS, macOS, etc) by co # Requirements -| macOS | iOS | -|----------------------------|-----------------------| -| Sonoma 14.2 or greater | iOS 17.2 or greater | +| macOS | iOS | iPadOS | visionOS | +|----------------------------|-----------------------|-------------------|-------------------| +| Sonoma 14.2 or greater | iOS 17.2 or greater | Not yet available | Not yet available | # What is Hotline? @@ -29,34 +29,34 @@ And this project is an attempt to create a modern open source version of Hotline # Status -| Feature | macOS | iOS | -|----------------------------|-------|-------| -| Trackers listing | ✓ | ✓ | -| Multiple trackers | ✓ | | -| Connect to servers | ✓ | ✓ | -| Connect to multiple servers| ✓ | | -| Server bookmarks | | | -| Change name & icon | ✓ | | -| Privacy settings | ✓ | | -| Autoresponse | ✓ | | -| Display server agreement | ✓ | ✓ | -| Display server banner | ✓ | ✓ | -| Public chat | ✓ | ✓ | -| Private messages | | | -| User list | ✓ | ✓ | -| User icons | ✓ | ✓ | -| User administration | | | -| News reading | ✓ | ✓ | -| News posting | | | -| Message board reading | ✓ | ✓ | -| Message board posting | | | -| File browsing | ✓ | ✓ | -| File downloading | ✓ | | -| File uploading | | | -| File info | | | -| File management | | | -| Folder downloading | | | -| Folder uploading | | | +| Feature | macOS | iOS | iPadOS | visionOS | +|----------------------------|-------|-------|--------|----------| +| Trackers listing | ✓ | ✓ | | | +| Multiple trackers | ✓ | | | | +| Connect to servers | ✓ | ✓ | | | +| Connect to multiple servers| ✓ | | | | +| Server bookmarks | | | | | +| Change name & icon | ✓ | | | | +| Privacy settings | ✓ | | | | +| Autoresponse | ✓ | | | | +| Display server agreement | ✓ | ✓ | | | +| Display server banner | ✓ | ✓ | | | +| Public chat | ✓ | ✓ | | | +| Private messages | | | | | +| User list | ✓ | ✓ | | | +| User icons | ✓ | ✓ | | | +| User administration | | | | | +| News reading | ✓ | ✓ | | | +| News posting | | | | | +| Message board reading | ✓ | ✓ | | | +| Message board posting | | | | | +| File browsing | ✓ | ✓ | | | +| File downloading | ✓ | | | | +| File uploading | | | | | +| File info | | | | | +| File management | | | | | +| Folder downloading | | | | | +| Folder uploading | | | | | # Goals - Build a Hotline client for modern Apple systems. -- cgit