Skip to content

Releases: iliasaz/oci-session-bar

0.0.7

Choose a tag to compare

@github-actions github-actions released this 16 Aug 21:46
fa848bf
Offer Sign In next to Refresh Session while a session is live

0.0.6

Choose a tag to compare

@github-actions github-actions released this 04 Aug 00:04
458918e
Merge pull request #9 from iliasaz/claude/sparkle-auto-update-issue-8

Add automatic updates with Sparkle

0.0.5

Choose a tag to compare

@iliasaz iliasaz released this 02 Aug 02:19
adb83dd

What's new

Later randomized refresh. When Randomize refresh time is on, each refresh is now scheduled at a random point between 75% and 95% of the token's life, rather than between its half-life and five minutes before expiry.

0.0.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:09
48a0114

What's new

Optional event log. A new setting — Log refresh and auth events (off by default) — records every session refresh and sign-in to a log file in your temp folder, and shows the path so you can tail it. Each entry has the event time, the token's old and new expiry, the outcome, and the reason a refresh was declined or failed. Turning it on creates the file right away.

Randomized refresh timing. A new setting — Randomize refresh time — schedules each refresh at a random point between the token's half-life and five minutes before it expires, instead of the fixed threshold.

0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 03:20
1125809
Merge pull request #2 from iliasaz/show-app-version-in-menu

Show the release version in the menu

0.0.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:22
33507d7
Add an app icon

Ten macOS renditions in an AppIcon asset catalog, downscaled from a 2048px render of the design master. ASSETCATALOG_COMPILER_APPICON_NAME was already set and had been pointing at nothing.

0.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 18:22
3a3d25a

Initial release. OCISessionBar is a menu bar utility that shows how long your current OCI session token has left, refreshes it before it lapses, and falls back to the browser sign-in flow only when it has to. Signed and notarized; requires macOS 26 or later.