<feed xmlns='http://www.w3.org/2005/Atom'>
<title>octosentry.git, branch 1.0.1</title>
<subtitle>macos menu bar app. github security alerts in one feed.
</subtitle>
<id>http://git.krz.sh/krz/octosentry.git/atom?h=1.0.1</id>
<link rel='self' href='http://git.krz.sh/krz/octosentry.git/atom?h=1.0.1'/>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/'/>
<updated>2026-07-25T21:47:21+00:00</updated>
<entry>
<title>Normalize repo watch-list entries in addRepo</title>
<updated>2026-07-25T21:47:21+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-25T21:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=522d04a8233f66b81abcae4dd04df02d342f35be'/>
<id>urn:sha1:522d04a8233f66b81abcae4dd04df02d342f35be</id>
<content type='text'>
Store the canonical "owner/repo" reconstructed from the parsed parts
instead of the raw input, so stray slashes (e.g. "owner/repo/") can't
create an entry that silently 404s on refresh. Also compare
case-insensitively for duplicates, since GitHub owner/repo names are
case-insensitive.

Bumps marketing version to 1.0.1.

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Drop App Store from distribution docs</title>
<updated>2026-07-18T05:25:24+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-18T05:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=0b5cc04f3ce71875a930c9a7c4b6cb82350718d9'/>
<id>urn:sha1:0b5cc04f3ce71875a930c9a7c4b6cb82350718d9</id>
<content type='text'>
Not pursuing App Store submission — DMG + Homebrew only. Removed the
submission walkthrough and reframed the doc around the single channel;
also updated the Homebrew section since the tap is actually published
now, not just a template.
</content>
</entry>
<entry>
<title>Publish octosentry cask to zerolabsco/homebrew-tap</title>
<updated>2026-07-18T05:05:53+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-18T05:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=dfb291c1074c6572ceadff87c15a9806f82aefcb'/>
<id>urn:sha1:dfb291c1074c6572ceadff87c15a9806f82aefcb</id>
<content type='text'>
Filled in the real DMG checksum, fixed deprecated depends_on macos
syntax (caught by a real brew install test), and updated the comment
now that the tap repo actually exists.
</content>
</entry>
<entry>
<title>Add app icon</title>
<updated>2026-07-17T22:52:56+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T22:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=d63084921057a95d2f9eeb24cb73177a8171b704'/>
<id>urn:sha1:d63084921057a95d2f9eeb24cb73177a8171b704</id>
<content type='text'>
Generated all 10 required AppIcon sizes (16-1024px) via sips from a
2000x2000 source logo and wired them into Contents.json. Previously all
icon slots were empty (Xcode's default template state).
</content>
</entry>
<entry>
<title>Add repo picker, update checker, and distribution tooling</title>
<updated>2026-07-17T22:34:57+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T22:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=705c6029ab30adf094e6324006b9fb682d8189f2'/>
<id>urn:sha1:705c6029ab30adf094e6324006b9fb682d8189f2</id>
<content type='text'>
Closes #11-#15 (milestones 0.6.0, 0.7.0, 1.0.0).

- Repo picker: on-demand broader OAuth scope (security_events repo),
  requested only when the "Browse your repos" action is used, never by
  default. Lists /user/repos via the existing pagination helper. Granted
  scope persisted with backward-compatible decoding for existing state
  files. Fixed a bug where a failed re-auth force-signed-out a user who
  already had a valid narrower-scope token.
- Update checker: polls this repo's GitHub Releases API, surfaces a
  banner linking to new releases. Skipped on the Mac App Store build via
  a runtime receipt check rather than a separate build configuration.
- Fixed MARKETING_VERSION, stuck at Xcode's default "1.0" this whole
  time unrelated to our git tags — now 1.0.0, matching this release.
- Added PrivacyInfo.xcprivacy (no tracking, no collected data).
- Added scripts/build-dmg.sh (archive, Developer ID export, notarize,
  staple) and Casks/octosentry.rb (Homebrew Cask template), plus
  DISTRIBUTION.md documenting both channels end to end.

Entitlements were already identical across all builds — no divergence
needed there. What remains for actual App Store submission and notarized
DMG builds is account-specific (Apple Developer Program membership,
certificates, App Store Connect submission) and can't be done from here;
documented clearly in DISTRIBUTION.md.
</content>
</entry>
<entry>
<title>Set package ecosystem to 'swift' for Dependabot</title>
<updated>2026-07-17T22:24:06+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T22:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=29b01b0220968dd9ea70b6c84ca72603bc02042c'/>
<id>urn:sha1:29b01b0220968dd9ea70b6c84ca72603bc02042c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mark-seen action, critical-alert badge, and a dedicated window</title>
<updated>2026-07-17T22:12:46+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T22:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=277e2a7209047ed1514ea7b34034c510a4e51a4f'/>
<id>urn:sha1:277e2a7209047ed1514ea7b34034c510a4e51a4f</id>
<content type='text'>
Closes #8-#10 (milestone 0.5.0).

- Mark-seen: each row gets a checkmark button (separate from the
  click-to-open button) that persists the event into seenEventIDs and
  removes it from the active stream immediately, no API write.
- Menu bar icon switches to a filled exclamation-shield with a red badge
  showing the count of unseen critical alerts when any exist.
- Added a dedicated Window (singleton scene, not WindowGroup — avoids
  spawning duplicates) opened via a header button, sharing the exact
  same store/authStore instances as the popover. The button hides itself
  when already viewing the standalone window.
</content>
</entry>
<entry>
<title>Replace env-var PAT with GitHub device authorization flow + Keychain</title>
<updated>2026-07-17T22:04:15+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T22:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=8e6d29f1806cc569b48d913564c7d80a1c2f2355'/>
<id>urn:sha1:8e6d29f1806cc569b48d913564c7d80a1c2f2355</id>
<content type='text'>
Closes #6, #7 (milestone 0.4.0).

- GitHubDeviceAuthClient implements the OAuth 2.0 device authorization
  grant (device code request + poll for token) against GitHub's OAuth
  App endpoints. Verified against the real endpoints directly.
- KeychainTokenStore stores the resulting token in the app's own
  Keychain item (not synced to iCloud Keychain), no shared entitlement
  needed since nothing else reads it.
- AuthStore drives the sign-in state machine (signedOut /
  awaitingAuthorization / signedIn) and a new SignInView replaces the
  old "missing token" error state with an actual sign-in UI.
- SecurityEventStore now reads the token from Keychain instead of the
  GITHUB_TOKEN environment variable, which is fully retired.
- Scope requested is security_events, the narrowest available for
  classic OAuth Apps (no read-only variant exists at this level, unlike
  fine-grained PATs). Private-repo Dependabot alerts may need broader
  repo scope — to be confirmed with real-world testing.
</content>
</entry>
<entry>
<title>Add persistence, multi-repo watch list, and background polling</title>
<updated>2026-07-17T21:41:52+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T21:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=2f72d3d0736a6fac306d4e5d9406cb33b08bc2a0'/>
<id>urn:sha1:2f72d3d0736a6fac306d4e5d9406cb33b08bc2a0</id>
<content type='text'>
Closes #1-#5 (milestones 0.2.0, 0.3.0).

- Flat JSON persistence (PersistedState/PersistenceStore) in Application
  Support, chosen over SwiftData since the dataset is small and the
  existing model types are plain Codable value types passed across actor
  boundaries.
- Repo watch list, per-event seen-state, and last-fetch timestamps are
  now persisted instead of living only in memory.
- Configurable minimum severity filter, applied from a cached raw fetch
  so changing it doesn't require a network round-trip.
- Multi-repo support: SecurityEventStore now loops over a persisted watch
  list instead of one hardcoded repo, with an in-popover UI (gear button)
  to add/remove repos.
- Background polling every 15 minutes, layered on top of the existing
  refresh-on-open and manual refresh, so the feed stays fresh even while
  the popover is closed.
</content>
</entry>
<entry>
<title>Scaffold octosentry MVP: unified GitHub security alert feed</title>
<updated>2026-07-17T21:06:47+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-17T21:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/octosentry.git/commit/?id=d8862a9b78b0d6cf4e11cf537be7678794e08811'/>
<id>urn:sha1:d8862a9b78b0d6cf4e11cf537be7678794e08811</id>
<content type='text'>
MenuBarExtra popover aggregating Dependabot, code scanning, and secret
scanning alerts for a single repo into one severity-ranked stream. Swift 6
strict concurrency, zero third-party dependencies, PAT-via-env-var auth as
a dev-only shortcut ahead of the device authorization flow.
</content>
</entry>
</feed>
