bugger/Sources
tigerenwork b81d3edf42 feat: add 8h/12h intervals + daily schedule refresh mode
- Added 8-hour and 12-hour polling interval options
- Added 'Daily schedule' mode (pollIntervalSeconds = -1): fires at
  specific wall-clock times configured in dailyRefreshTimes (e.g. 08:00, 14:00)
- PollerService: in daily mode, checks every 60s and triggers fetch when
  current time matches a scheduled time (with 2-min dedup window)
- Settings UI: shows HH:mm text field when daily schedule is selected
- AppConfig: added dailyRefreshTimes: [String] field

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-29 21:08:51 +08:00
..
Models feat: add 8h/12h intervals + daily schedule refresh mode 2026-06-29 21:08:51 +08:00
Services feat: add 8h/12h intervals + daily schedule refresh mode 2026-06-29 21:08:51 +08:00
Utils fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00
ViewModels feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
Views feat: add 8h/12h intervals + daily schedule refresh mode 2026-06-29 21:08:51 +08:00
AppDelegate.swift fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00
BuggerApp.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00