tag:github.com,2008:https://github.com/AndroidPoet/playconsole-cli/releases Tags from playconsole-cli 2026-03-07T08:44:42Z tag:github.com,2008:Repository/1163169661/v0.5.1 2026-03-07T08:47:35Z v0.5.1 <p>Make magic setup fully idempotent</p> <p>Pre-check API enabled state and service account existence before <br />creating them. Re-running gpc setup --auto now skips completed <br />steps instantly instead of making redundant API calls.</p> github-actions tag:github.com,2008:Repository/1163169661/v0.5.0 2026-03-07T08:41:41Z v0.5.0 <p>Add magic setup: gpc setup --auto</p> <p>Automates Google Play API setup via gcloud CLI: <br />- Auto-installs gcloud if missing (Homebrew on macOS, curl on Linux) <br />- Auto-launches gcloud auth login if not authenticated <br />- Creates service account and downloads credentials <br />- Smart handoff for the one manual step (Play Console access grant) <br />- Configures CLI profile automatically</p> <p>Also updates README Quick Start to lead with one-command setup.</p> github-actions tag:github.com,2008:Repository/1163169661/v0.4.1 2026-03-04T19:28:21Z v0.4.1 <p>Add Agent Skills section to README</p> <p>Link to playconsole-cli-skills repo with install command and examples.</p> <p><span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/AndroidPoet/playconsole-cli/issues/2">#2</a></p> github-actions tag:github.com,2008:Repository/1163169661/v0.4.0 2026-02-25T06:57:58Z v0.4.0 <p>v0.4.0 — 11 new command groups, 80+ subcommands</p> <p>Highlights: <br />• Shell completions (bash/zsh/fish/powershell) <br />• Doctor command for setup validation <br />• Project config with .gpc.yaml and auto-discovery <br />• Subscription offers management (7 subcommands) <br />• Deobfuscation file uploads (ProGuard + native symbols) <br />• Orders &amp; refunds <br />• External transactions (alternative billing) <br />• App recovery actions for production incidents <br />• Device tier configurations <br />• Country availability targeting <br />• Draft vs live diff <br />• CSV and YAML output formats <br />• 7 new Android Vitals metrics</p> github-actions tag:github.com,2008:Repository/1163169661/v0.3.0 2026-02-21T08:36:53Z v0.3.0 github-actions tag:github.com,2008:Repository/1163169661/v0.2.0 2026-02-21T07:46:13Z v0.2.0 <p>Add CI/CD workflows and improve distribution</p> <p>- Add release.yml: automated releases via GoReleaser on tag push <br />- Add ci.yml: build, test, lint on PRs with GoReleaser validation <br />- Auto-publish releases (no draft), add install footer to releases <br />- Create gpc symlink in Homebrew formula and install script <br />- Ignore built binaries in .gitignore</p> github-actions tag:github.com,2008:Repository/1163169661/v0.1.0 2026-02-16T07:31:14Z v0.1.0: Add interactive setup wizard and API enablement flow <p>Add interactive setup wizard and API enablement flow</p> <p>- Add `gpc setup` command for guided first-time setup <br />- Add API enablement detection with interactive prompts <br />- Security: filepath.Clean() for path traversal prevention <br />- Security: .json extension validation for credentials</p> AndroidPoet