pommedoro/Sources/Pommedoro
Leopere 65114fc265
Fix update logic: SHA+timestamp from git over HTTPS, persist after swap
- Fetch SHA and Last-Modified from repo over HTTPS (no login); use timestamp
  so 'update' only when server is newer, not just different.
- Local state: two-line file (SHA + Unix timestamp); script writes state
  after successful swap so it stays correct.
- install.command: fetch remote via HTTPS, stamp SHA+timestamp (or 0 if
  install not matching remote).
- build-test: verify first line of state file matches release SHA.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:04:56 -05:00
..
AppDelegate.swift Add SHA256-based auto-update mechanism 2026-02-08 15:42:48 -05:00
AutoUpdater.swift Fix update logic: SHA+timestamp from git over HTTPS, persist after swap 2026-02-08 16:04:56 -05:00
BreakScreens.swift Add SHA256-based auto-update mechanism 2026-02-08 15:42:48 -05:00
BugReporting.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00
CountdownPulseSchedule.swift Add work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -05:00
EdgeGradientView.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00
LaunchAgent.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00
NotificationManager.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00
OverlayWindows.swift Add work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -05:00
Settings.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00
SettingsMenu.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00
StatusBar.swift Add SHA256-based auto-update mechanism 2026-02-08 15:42:48 -05:00
Suggestions.swift Add work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -05:00
TimerPersistence.swift Add work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -05:00
WorkLog.swift Add SHA256-based auto-update mechanism 2026-02-08 15:42:48 -05:00
WorkLogView.swift Add work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -05:00
main.swift Initial release of Pommedoro 2026-02-06 16:27:21 -05:00