Skip to content

Releases: shabooboo006/CodeRelay

CodeRelay 0.1.0-alpha.6

03 Apr 01:54

Choose a tag to compare

Pre-release

Developer ID signed and notarized alpha.6 release.

This pre-release fixes a startup crash in packaged builds on other macOS machines. The root cause was SwiftPM resource bundle lookup resolving to the wrong path inside the handcrafted .app wrapper, which could trap before the setup window appeared.

Included in this release:

  • explicit packaged-app resource bundle resolution for localization loading
  • regression tests covering packaged app and SwiftPM runtime layouts
  • release script guardrails to fail fast if the SwiftPM resource bundle is missing from Contents/Resources

Assets:

  • CodeRelay-0.1.0-alpha.6-macOS.zip: stapled notarized app bundle in zip form
  • CodeRelay-0.1.0-alpha.6.dmg: Developer ID signed + stapled notarized disk image

SHA-256:

  • CodeRelay-0.1.0-alpha.6-macOS.zip: d7a7b9660cf4635e32fa740134cc5c2aeb2921684cd40091f48f9092752b1537
  • CodeRelay-0.1.0-alpha.6.dmg: e9d14e6f37c763c3e36cf45a50ad9603e1aa9d28b03b3b04b9b0f399bf7dd592

CodeRelay 0.1.0-alpha.5

03 Apr 01:10

Choose a tag to compare

Pre-release

Developer ID signed and notarized alpha.5 release.

Assets:

  • CodeRelay-0.1.0-alpha.5-macOS.zip: stapled notarized app bundle in zip form
  • CodeRelay-0.1.0-alpha.5.dmg: Developer ID signed + stapled notarized disk image

Release automation now keeps Apple signing identities in the local keychain and notarization credentials in a local notarytool keychain profile. No Apple private keys, API key files, or exported certificates are stored in this repository or attached to this release.

v0.1.0-alpha.4

02 Apr 10:23

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

CodeRelay v0.1.0-alpha.4 focuses on usability and stability for the current menu-bar companion phase.

Highlights:

  • redesigned the management window into a cleaner, grouped macOS settings-style layout
  • redesigned the menu bar popup with a clearer summary card and warning presentation
  • added active-account background refresh, low-usage warning preferences, and local notification support
  • changed the default warning threshold to 5%
  • fixed the startup crash caused by recursive sizing in hosted menu views

Assets:

  • CodeRelay-0.1.0-alpha.4-macOS.zip
  • CodeRelay-0.1.0-alpha.4.pkg
  • CodeRelay-0.1.0-alpha.4.dmg

CodeRelay v0.1.0-alpha.3

02 Apr 08:35

Choose a tag to compare

Pre-release

CodeRelay v0.1.0-alpha.3

This alpha turns CodeRelay into a usable menu bar companion while keeping live account switching itself out of scope.

Included in this alpha

  • menu bar accessory shell after first-run setup, with dedicated setup and management windows
  • status item menu that shows active/live account status, usage freshness, and quick actions to refresh or switch the locally selected active account
  • English and Simplified Chinese copy for the current app surface and updated bilingual README
  • codex login PATH resolution from the login shell so packaged launches can still find the CLI in non-default shell environments
  • release packaging defaults bumped to 0.1.0-alpha.3 / build 3

Verification

  • swift test passes locally: 49 tests green
  • zsh ./scripts/package_macos_release.sh passes locally and produces .app, .zip, .pkg, and .dmg
  • packaged app bundle verified to contain LSUIElement=1, Icon.icns, and English + Simplified Chinese localization bundles

Downloads

  • CodeRelay-0.1.0-alpha.3.dmg — primary macOS installer image
  • CodeRelay-0.1.0-alpha.3-macOS.zip — direct app bundle archive

SHA-256

  • CodeRelay-0.1.0-alpha.3-macOS.zip: c88f70da40e33e56359a7831911b33c0d449f7f08d3c01c255e5df7b30953244
  • CodeRelay-0.1.0-alpha.3.dmg: 8e29fe43a4e511da14c113161b0978fc78cb121c2dcfa968a6cbce1c10b7f71c

Notes

  • This build is unsigned / ad-hoc signed because no local Developer ID signing identity was used during packaging.
  • Live ~/.codex switching, automatic warnings, and session continuity are still not implemented, so this remains an alpha prerelease.

CodeRelay v0.1.0-alpha.2

02 Apr 06:15

Choose a tag to compare

Pre-release

CodeRelay v0.1.0-alpha.2

This alpha release adds a real app icon and bilingual account management UI for the current macOS app surface.

Included in this alpha

  • bundled CodeRelay app icon in the packaged macOS app and release artifacts
  • Simplified Chinese as the default in-app language
  • in-app language switch to English from the accounts view
  • localized account actions, empty states, monitoring labels, and success/error messages
  • release packaging updated to carry SwiftPM localization bundles and generate Icon.icns from the committed icon set

Verification

  • swift test passes locally: 44 tests green
  • zsh ./scripts/package_macos_release.sh passes locally and produces .app, .zip, .pkg, and .dmg
  • release assets uploaded here: .dmg and .zip

Downloads

  • CodeRelay-0.1.0-alpha.2.dmg — primary macOS installer image
  • CodeRelay-0.1.0-alpha.2-macOS.zip — direct app bundle archive

Notes

  • This build is unsigned / ad-hoc signed because no local Developer ID signing identity was available during packaging.
  • Some low-level upstream reason strings may still appear in English when surfaced as raw diagnostic details.

CodeRelay v0.1.0-alpha.1

01 Apr 17:55

Choose a tag to compare

Pre-release

CodeRelay v0.1.0-alpha.1

This is the first downloadable alpha build of CodeRelay.

Included in this alpha

  • Phase 1 managed account foundation
  • Add, list, set-active, re-authenticate, and remove managed Codex accounts
  • Switch-support visibility for managed accounts
  • macOS release packaging for .app, .dmg, and .zip

Verification

  • swift build passes on Xcode 26.4 / Swift 6.3
  • swift test passes locally: 18 tests green
  • Real managed-account login UAT is still pending, so this release is intentionally marked as a prerelease

Downloads

  • CodeRelay-0.1.0-alpha.1.dmg — primary macOS installer image
  • CodeRelay-0.1.0-alpha.1-macOS.zip — direct app bundle archive

Notes

  • This build is unsigned / ad-hoc signed because no local Developer ID signing identity was available during packaging.
  • macOS may show the usual Gatekeeper warning for unsigned developer builds.