aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-10Remove "New" suffix from our transfer clients. Further cleanup. Allow ↵Dustin Mierau
previewing certain files with HFS types (but no extensions). Cleanup preview files when window closes.
2025-11-10More cleanup and fix for connect view showing right before login UI ↵Dustin Mierau
displays. Move connect form to ConnectView.
2025-11-09Further work on trnasfer context menus with Open With, Move to Trash, etc. ↵Dustin Mierau
and handling of multiple selection.
2025-11-08Fixing cancel transfer from transfer window. Transfer window ux improvements.Dustin Mierau
2025-11-08Moved SoundEffects to Managers. Updated connect form in ServerView. Changed ↵Dustin Mierau
some icons in context menus for bookmarks.
2025-11-08Improve sound effect management and use NSSound on macOS.Dustin Mierau
2025-11-08Change default bookmark to MacDomain.Dustin Mierau
2025-11-08Thinking through how to store chat history in SwiftData instead.Dustin Mierau
2025-11-08Some work on making it possible to connect to servers with an IPv6 address. ↵Dustin Mierau
Improve connect form a bit. Add Copy Link to context menu for servers and trackers.
2025-11-07Add Bonjour discovery for Hotline servers on the local network to the ↵Dustin Mierau
Servers window.
2025-11-07Add Kingfisher dependency. Add support for animated GIF banners. Add fast ↵Dustin Mierau
image format detection to Data.
2025-11-07Further UI tweraks. Transfers button in toolbar. Better empty states in ↵Dustin Mierau
places. Fix race condition with transactions ids (yikes)!
2025-11-07Further UI tweraks. Transfers button in toolbar. Better empty states in ↵Dustin Mierau
places. Fix race condition with transactions ids (yikes)!
2025-11-07Organize Library folder a bit. Update Tracker add/edit sheet design.Dustin Mierau
2025-11-07Rename NetSocketNew as NetSocket (old CFStream based NetSocket is gone!)Dustin Mierau
2025-11-07Further cleanup of previous refactor. Removing old view model and NetSocket. ↵Dustin Mierau
Added some empty states for newsgroups and message board.
2025-11-07Massive refactor of transfer cients (new folder upload implementation), ↵Dustin Mierau
brand new async version of NetSocket, and a rewritten Hotline view model. New cross-server transfers UI.
2025-10-29Bit of cleanup of HotlineFilePreviewClient.Dustin Mierau
2025-10-28Remove old CloudKit code.Dustin Mierau
2025-10-28Pop ServerState out into its own file.Dustin Mierau
2025-10-28Some state cleanup and banner color caching in ServerState.Dustin Mierau
2025-10-28New default banner artwork. Theme toolbar to server's banner (if any).Dustin Mierau
2025-10-27Fix preview window not being centered every time.Dustin Mierau
2025-10-27Random project housekeeping/organizing source files.Dustin Mierau
2025-10-27Fix default bookmark address for Mobius Strip.Dustin Mierau
2025-10-27Add public chat features to READMEDustin Mierau
2025-10-27Add spinning globe to TrackerView. Continue cleanup of NetSocketNew.Dustin Mierau
2025-10-27Refactor HotlineFilePreviewClient to use NetSocketNew. Code is much cleaner.Dustin Mierau
2025-10-27Further work on NetSocketNew. Added NetSocketDecodable/NetSocketEncodable so ↵Dustin Mierau
types can decode/encode themselves on/off the wire.
2025-10-26Rewrite HotlineTrackerClient using new async NetSocket as proof of concept.Dustin Mierau
2025-10-26Start of a new Swift 6 async NetSocket (No more CFStreams!)Dustin Mierau
2025-10-25Experiement with better socket options.Dustin Mierau
2025-10-25Move chat input string to view model so its not lost when switching between ↵Dustin Mierau
tabs. Add chat search/filtering with suppport for live filtering.
2025-10-25Fixed some warnings. Add basic markdown formatting support to chat messages. ↵Dustin Mierau
Add some metadata support for chat log (though we're not using this yet).
2025-10-25Update project description for clarityDustin Mierau
2025-10-25Revise OS requirements and support policyDustin Mierau
Updated OS requirements and added support policy.
2025-10-25Update GitHub Sponsors username in FUNDING.ymlDustin Mierau
2025-10-24Further polish on chat. Try not to persist back to back disconnect messages.Dustin Mierau
2025-10-24A first pass at chat persistence. Also some chat UI cleanup.Dustin Mierau
2025-10-24Update GitHub Banner image in READMEDustin Mierau
2025-10-24Update GitHub Banner image in READMEDustin Mierau
2025-10-24Update GitHub Banner image in READMEDustin Mierau
2025-10-24Update README with project goals and screenshotsDustin Mierau
Added project goals and macOS screenshots to README.
2025-10-24Add cmd-f to activate search in Files.Dustin Mierau
2025-10-24Add keyboard shortcut to Tracker window to activate search (cmd-f)Dustin Mierau
2025-10-24Further along work towards auto updating. Show release notes for the builds ↵Dustin Mierau
that are more recent than yours.
2025-10-23Add a basic file cache that gets searched over first. TTL on entries. Force ↵Dustin Mierau
clear cache but holding shift+enter to search. Don't cache upload/dropbox folders. Don't search in .app folders.
2025-10-23Improve file search to move down the tree once current depth has been ↵Dustin Mierau
searched with exception now for hot spots where we burst into folders that contain matches.
2025-10-22Improvements to file search UI and config.Dustin Mierau
2025-10-22First pass at file search in files view.Dustin Mierau