From 53d667c70ec58f23030567ea98e34716cdc97e47 Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:57:15 +0330 Subject: [PATCH] docs: add app icon to header and update roadmap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6bf57c..e5fcfb6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
A clean, native SwiftUI download manager for Apple Silicon macOS
[](https://swift.org) @@ -106,7 +106,8 @@ git push origin v0.1.0 - [ ] **Bandwidth Limits:** Add global and per-download speed caps and calendar schedules. - [ ] **Browser Extensions:** Capture links directly from Safari, Chrome, and Firefox. - [ ] **Advanced Transfer Features:** Checksum validation, cookie/header ingestion, and smart mirror failovers. -- [ ] **Distribution:** Notarized release builds, automated Sparkle updates, and Homebrew formulae. +- [x] **Updates & Releases:** GitHub Actions DMG release pipeline and built-in update checker. +- [ ] **Distribution:** Notarized `.app` releases and Homebrew formulae. ---