From 7faa0f834c6e51270dee509045dcbea5159e0ac1 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 22 Oct 2025 08:38:41 -0700 Subject: Update README with new image and folder download status Check off Folder Downloading :D --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cf55a3c..cc7e619 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Hotline](https://github.com/mierau/hotline/assets/55453/165beea1-a760-4cd5-baad-c2917048e383) +GitHub Banner # Hotline An attempt to resurrect Hotline for modern Apple systems (iOS, macOS, etc) by completely recreating it in Swift and SwiftUI. @@ -56,7 +56,7 @@ And this project is an attempt to create a modern open source version of Hotline | File uploading | ✓ | | | | | File info | ✓ | | | | | File management | | | | | -| Folder downloading | | | | | +| Folder downloading | ✓ | | | | | Folder uploading | | | | | | Custom icon sets | | | | | -- cgit From e8f8c4b5caf10d126c590985ae4ea629b54c21e6 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 24 Oct 2025 17:20:57 -0700 Subject: Update README with project goals and screenshots Added project goals and macOS screenshots to README. --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cc7e619..addcc0b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ Perhaps that’s why you can still find Hotline servers and trackers running tod And this project is an attempt to create a modern open source version of Hotline for modern Apple systems. Join in. Contribute. Run your own server! Perhaps Hotline can live on for another 25 years. :) +# Goals +- Build a Hotline client for modern Apple systems. +- Keep the HotlineProtocol, HotlineClient, HotlineTrackerClient, and HotlineFileClient Swift code reusable so people can use it in other Swift Hotline projects. +- Bring a modern Hotline client to iOS, iPadOS, and macOS using one codebase. +- Ressurect the Hotline brand which has been expunged from trademark databases for over a decade. Look, I want Hotline with the classic big red H and all that on my modern Apple devices, okay? ;) +- Document the Hotline protocol. +- Have fun. :) + +# macOS Screenshots +![CleanShot 2024-05-14 at 13 45 55@2x](https://github.com/mierau/hotline/assets/55453/44e02def-d457-4f29-ac5e-30438a7794c3) + # Status | Feature | macOS | iOS | iPadOS | visionOS | @@ -55,18 +66,8 @@ And this project is an attempt to create a modern open source version of Hotline | File downloading | ✓ | | | | | File uploading | ✓ | | | | | File info | ✓ | | | | +| File search | ✓ | | | | | File management | | | | | | Folder downloading | ✓ | | | | | Folder uploading | | | | | | Custom icon sets | | | | | - -# Goals -- Build a Hotline client for modern Apple systems. -- Keep the HotlineProtocol, HotlineClient, HotlineTrackerClient, and HotlineFileClient Swift code reusable so people can use it in other Swift Hotline projects. -- Bring a modern Hotline client to iOS, iPadOS, and macOS using one codebase. -- Ressurect the Hotline brand that has been expunged from trademark databases for over a decade. Hey, I want Hotline proper with the classic big red H and all on my modern Apple devices, okay? ;) -- Document the Hotline protocol. -- Have fun. :) - -# macOS Screenshots -![CleanShot 2024-05-14 at 13 45 55@2x](https://github.com/mierau/hotline/assets/55453/44e02def-d457-4f29-ac5e-30438a7794c3) -- cgit From 9216a6d2d46f13689541389239ebcb58ab63cc84 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 24 Oct 2025 17:36:22 -0700 Subject: Update GitHub Banner image in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index addcc0b..09ad715 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GitHub Banner +GitHub Banner # Hotline An attempt to resurrect Hotline for modern Apple systems (iOS, macOS, etc) by completely recreating it in Swift and SwiftUI. -- cgit From e09a3c8f7a6f374b329cc9d292c5c1232ce23fef Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 24 Oct 2025 17:42:04 -0700 Subject: Update GitHub Banner image in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 09ad715..ed1e8d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GitHub Banner +GitHub Banner # Hotline An attempt to resurrect Hotline for modern Apple systems (iOS, macOS, etc) by completely recreating it in Swift and SwiftUI. -- cgit From 75ebba6ad7e45e636cd5bb3400d25d040cabad6c Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 24 Oct 2025 17:53:05 -0700 Subject: Update GitHub Banner image in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed1e8d4..a08dbfb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GitHub Banner +GitHub Banner # Hotline An attempt to resurrect Hotline for modern Apple systems (iOS, macOS, etc) by completely recreating it in Swift and SwiftUI. -- cgit From 9addf60f3f9da07eb71a3c9ec391df5d8c959f65 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sat, 25 Oct 2025 11:03:15 -0700 Subject: Revise OS requirements and support policy Updated OS requirements and added support policy. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a08dbfb..7076134 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ An attempt to resurrect Hotline for modern Apple systems (iOS, macOS, etc) by co | macOS | iOS | iPadOS | visionOS | |----------------------------|-----------------------|-------------------|-------------------| -| Sonoma 14.2 or greater | iOS 17.2 or greater | Not yet available | Not yet available | +| Sequoia 15.7 or greater | iOS 18.7 or greater | Not yet available | Not yet available | + +To keep this software fresh and running on Apple's latest platforms, the intention is to support the last two major OS releases from Apple. This gives people time to move to the latest major OS release while also allowing this project to make use of the latest APIs. # What is Hotline? -- cgit From 65521893ac5f10ec035cd735747034c263e46d77 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sat, 25 Oct 2025 11:05:40 -0700 Subject: Update project description for clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7076134..8fc1b89 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ GitHub Banner # Hotline -An attempt to resurrect Hotline for modern Apple systems (iOS, macOS, etc) by completely recreating it in Swift and SwiftUI. +An attempt to resurrect Hotline for Apple's latest operating systems (iOS, macOS, etc) by completely recreating it in Swift and SwiftUI. [Download the Latest](https://github.com/mierau/hotline/releases/latest) -- cgit From 9d23439c2ad70cb2f0a70cd3af9a07f99f764ca1 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 27 Oct 2025 11:59:53 -0700 Subject: Add public chat features to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8fc1b89..1920bf4 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ And this project is an attempt to create a modern open source version of Hotline | Display server agreement | ✓ | ✓ | | | | Display server banner | ✓ | ✓ | | | | Public chat | ✓ | ✓ | | | +| Public chat search | ✓ | | | | +| Public chat persistence | ✓ | | | | | Private messages | ✓ | | | | | User list | ✓ | ✓ | | | | User icons | ✓ | ✓ | | | -- cgit From 7b86c071727e35573d06fa43d72e169d8f468d67 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 14 Nov 2025 20:49:22 -0800 Subject: Add folder uploading feature to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1920bf4..fbda0e6 100644 --- a/README.md +++ b/README.md @@ -73,5 +73,5 @@ And this project is an attempt to create a modern open source version of Hotline | File search | ✓ | | | | | File management | | | | | | Folder downloading | ✓ | | | | -| Folder uploading | | | | | +| Folder uploading | ✓ | | | | | Custom icon sets | | | | | -- cgit