diff options
| author | Dustin Mierau <mierau@users.noreply.github.com> | 2024-01-09 19:50:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 19:50:32 -0800 |
| commit | 768bc9136c91b5dc31eef96088e7d1796243d81b (patch) | |
| tree | eb06210683d850441228176267b24cb4566d38d4 | |
| parent | 7145c35aa42775a2f704ce9676ffcf5273cd2ca5 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 62 |
1 files changed, 31 insertions, 31 deletions
@@ -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. |