aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-10-22Merge remote-tracking branch 'refs/remotes/origin/main'Dustin Mierau
2025-10-22Bump build number to 22.Dustin Mierau
2025-10-22Update README with new image and folder download statusDustin Mierau
Check off Folder Downloading :D
2025-10-21Double click finished transfers to reveal in finder.Dustin Mierau
2025-10-21Add initial support for folder downloading.Dustin Mierau
2025-10-21Add bookmark editing to TrackerView (you can add login/pass to bookmarks ↵Dustin Mierau
now). Fix macOS 26 border around images in toolbar.
2025-10-20Cleanup and a bunch of work to fix issues syncing, loading, and general ↵Dustin Mierau
bookmark states in TrackerView. Added search field (substring conjunctive filter on server/bookmark names and descriptions).
2025-07-18Ignore buildsRuben Beltran del Rio
2025-05-17Bump versionRuben Beltran del Rio
2025-05-17Read macOS RomanRuben Beltran del Rio
2025-05-16Update projectRuben Beltran del Rio
2025-05-16Encode as macRomanRuben Beltran del Rio
2025-02-05Apply formattingRuben Beltran del Rio
2025-02-05Add Makefile to help packageRuben Beltran del Rio
2025-02-05Add homefolder deleteRuben Beltran del Rio
2025-02-05Prevent crash when password is emptyRuben Beltran del Rio
2025-02-02Put it in a taskRuben Beltran del Rio
Seems to avoid the dual window issue
2025-02-02Add autoconnect + reconnect logicRuben Beltran del Rio
2024-10-04Merge pull request #34 from jverkoey/openservershortcutDustin Mierau
Add Cmd+Down keyboard shortcut for connecting to servers.
2024-07-31Add Cmd+Down keyboard shortcut for connecting to servers.Jeff Verkoeyen
2024-07-30Display connected user count on tracker listings.Dustin Mierau
2024-07-29Update README.mdDustin Mierau
2024-07-29Bump build number.1.0beta21Dustin Mierau
2024-07-29Enable/disable upload and download buttons based on current user access.Dustin Mierau
2024-07-29Actually update the file on drop. Add error message sound effect.Dustin Mierau
2024-07-29Add drag and drop suppport for files to upload. Tighten up spacing on ↵Dustin Mierau
heirarchical lists. Add some extra HFS type to UTType conversion. Update to latest packages.