pommedoro/Sources/Pommedoro
Leopere 0d2ef2eedc
Add work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing
- Work log with CSV persistence and SwiftUI history view
- Pause/resume support with timer state persistence across app restarts
- Countdown pulse schedule: 5→3min at 1/min, 3→1min every 30s
- Intent pre-fill from suggestions with improved suggestion matching
- Overlay window and break screen refinements
- Ad-hoc code signing with runtime hardening and entitlements
- DMG includes Install.command that strips quarantine on install
- README install instructions for non-technical users with Gatekeeper workaround
- build-test.sh simulates download quarantine to verify fix
- CHANGELOG and README updates

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07 18:06:10 -05:00
..
AppDelegate.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
BreakScreens.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
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 work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -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 work log, pause/resume UX, countdown schedule, timer persistence, suggestion improvements, and ad-hoc code signing 2026-02-07 18:06:10 -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