mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-15 09:49:48 +00:00
Bug: Pulse was showing update notifications for draft releases because the update checker didn't filter them out. The GitHub API returns draft releases in the releases endpoint, and Pulse was treating them as available updates even though they're not published yet. Fix: - Added Draft field to ReleaseInfo struct - Added draft filtering in both RC and stable channel logic - Draft releases are now skipped with debug logging This prevents users from seeing "Update available" notifications when maintainers create draft releases during the release workflow. |
||
|---|---|---|
| .. | ||
| adapter_installsh.go | ||
| history.go | ||
| manager.go | ||
| manager_test.go | ||
| queue.go | ||
| queue_test.go | ||
| sse.go | ||
| sse_test.go | ||
| updater.go | ||
| version.go | ||
| version_test.go | ||