pommedoro/Sources/Pommedoro
Leopere 129e839f8d
Add SHA256-based auto-update mechanism
- New `make release` target generates Pommedoro.dmg.sha256 alongside the DMG
- AutoUpdater.swift checks the remote SHA256 against the local stamp on launch
  and prompts the user to update when a mismatch is detected
- install.command stamps the SHA256 of the source DMG at install time
- "Check for Updates…" menu item (Cmd+U) for manual checks
- Fix break screen close buttons to resume instead of showing work log
- Migrate worklog.log storage to ~/Library/Application Support/Pommedoro/

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 15:42:48 -05:00
..
AppDelegate.swift Add SHA256-based auto-update mechanism 2026-02-08 15:42:48 -05:00
AutoUpdater.swift Add SHA256-based auto-update mechanism 2026-02-08 15:42:48 -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