Skip to content

v0.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 May 20:27
· 111 commits to main since this release
90395af

gplay v0.1.0-alpha.1

Install:

brew install PollyGlot/tap/gplay
# or
curl -fsSL https://raw.githubusercontent.com/PollyGlot/google-play-cli/main/install.sh | sh

What's Changed

  • feat(auth): foundation login + status with file-backed keystore (#7) by @PollyGlot in #13
  • feat(auth): resolver precedence (flag/env/active) (#9) by @PollyGlot in #14
  • feat(auth): doctor non-API checks (#11) by @PollyGlot in #15
  • feat(auth): keystore OS-native + 0600 fallback (#8) by @PollyGlot in #16
  • feat(auth): doctor per-package round-trip + select() in doctor (#12) by @PollyGlot in #17
  • feat(auth): lifecycle — logout, list, login --activate=false (#10) by @PollyGlot in #18
  • feat(apps): gplay init + cascading config foundation by @PollyGlot in #25
  • feat(output): TTY-aware defaults + markdown format dispatcher by @PollyGlot in #30
  • chore: bump Go toolchain to 1.25 to clear stdlib vulns by @PollyGlot in #31
  • refactor(arch): kernel + Coder + ctx/FS + transport seam + collapses by @PollyGlot in #40
  • refactor(keystore): thread ctx through Backend interface by @PollyGlot in #41
  • docs: prep v0.1.0-alpha.1 — honest Quick start + initial CHANGELOG by @PollyGlot in #42

New Contributors

Full Changelog: v0.0.0...v0.1.0-alpha.1