Skip to content

Fix native beta packaging and draft release publishing - #586

Merged
parsakhaz merged 2 commits into
mainfrom
fix/ios-beta-branding
Sep 5, 2026
Merged

Fix native beta packaging and draft release publishing#586
parsakhaz merged 2 commits into
mainfrom
fix/ios-beta-branding

Conversation

@parsakhaz

@parsakhaz parsakhaz commented Sep 5, 2026

Copy link
Copy Markdown
Member

Native voice dictation exposed recording without the required iOS microphone purpose string or Android permissions. Add those declarations and use Pane’s existing launcher artwork for both native clients. The signed iOS beta now carries the permission description and production push entitlements.

Release publishing also queried the REST tag endpoint for a draft, which returns 404. Resolve drafts through gh release view before publishing, preserving manually written release notes. This reproduces the v2.4.98 failure and prevents future releases from stopping at the draft stage.

Validation:

  • pnpm lint and pnpm typecheck passed.
  • Signed iOS Release archive and App Store Connect export passed under the Dcouple team; deep/strict code signature verification passed.
  • bash scripts/test-publish-github-release.sh passed, including draft lookup, manual notes preservation, published-release behavior, and failed lookup without mutation.
  • Plist and Android manifest parsed; both icons exactly match existing opaque 1024px Pane artwork.
  • Android Debug APK build passed with 215 tasks using an isolated, checksum-verified API 36 platform and the installed Android Studio JDK/build tools. Physical-device microphone allow/deny and APNs/FCM delivery remain manual checks before wider beta distribution.

Follow-up to #584. The v2.4.99 tag remains unchanged. Its draft was recovered with the corrected script after all platform jobs passed; the rerun completed successfully, including checksums, npm, PyPI, and website notification.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T00:37:12.195248Z 675d8ff PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@parsakhaz
parsakhaz merged commit c75a9f0 into main Sep 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant