Skip to content

Releases: ZAAI-com/C5h

1.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 11:22
d6aab36

1.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 18:07
7dd0eaa
Merge pull request #9 from ZAAI-com/C/V1.2

V1.2: calendar window readability, usage-check controls, helper restart

1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:52
Separate the Debug app bundle so dev can run beside production

The Debug and Release builds were identical in identity (bundle id
com.zaai.c5h, name C5h, same icon), so a locally built dev app and the
installed production app collided on Launch Services identity and helper
log files. Give the Debug build its own identity while deliberately
keeping the shared data directory so dev sees real production data:

- Debug PRODUCT_BUNDLE_IDENTIFIER com.zaai.c5h.debug and PRODUCT_NAME
  "C5h Dev" (produces C5h Dev.app); CFBundleDisplayName now follows
  $(PRODUCT_NAME). Release identity is untouched.
- New AppIcon-Dev.icon (orange "DEV" band), selected in Debug only.
- Build-aware helper log filenames so the dev subprocess helper writes
  com.zaai.c5h.debug.helper.*.log instead of sharing prod's log files;
  the production LaunchAgent label is unchanged.
- New Toolkit/Conductor/install-dev.sh builds and installs C5h Dev.app
  into /Applications alongside the production app.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 07:43
0e022dd
Authenticate brew audit GitHub calls to avoid rate-limit failure

brew audit --cask --online makes unauthenticated GitHub API calls,
capped at 60/hour per IP, which shared runner IPs routinely exhaust, so
S3 failed with "API rate limit exceeded". Pass the existing GITHUB_TOKEN
via HOMEBREW_GITHUB_API_TOKEN on the lint step to use the authenticated
limit.