Releases: letssuhail/quickpatch-cli
v1.6.110
v1.6.106
Release v1.6.106: platform-aware QUICKPATCH_HOSTED_URL error message
v1.6.105
Rename jwt/dex to quickpatch_jwt/quickpatch_dex and publish all packa…
v1.0.8
- Fix upgrade command (removed broken git-based update)
- Add Google OAuth login support via API key flow
- quickpatch login now prompts for API key from console
v1.0.7
Cleanup release: removed legacy environment-variable fallbacks and the duplicate entry file; added a project README. Multi-platform binaries (windows-x64, linux-x64, macos-arm64, macos-x64) built by CI.
v1.0.6 — Windows, Linux & Intel-Mac binaries
Adds prebuilt binaries for all platforms (windows-x64, linux-x64, macos-arm64, macos-x64), built automatically by CI. Windows users can now install via PowerShell: irm https://raw.githubusercontent.com/letssuhail/quickpatch/main/install.ps1 | iex
v1.0.5
init now auto-adds shorebird.yaml to .gitignore so it never lands in your committed repo — you only ever commit quickpatch.yaml. (shorebird.yaml is the engine config the prebuilt Flutter engine reads at the assets root; it's generated locally and bundled at build time.)
v1.0.4
Fix: no longer shows a 'Failed to get quickpatch version' error during init/doctor on binary installs (the version self-check requires a git checkout, which binary installs aren't — now skipped silently).
v1.0.3
quickpatch initnow auto-writesbase_url(fromQUICKPATCH_HOSTED_URL) so on-device updates hit your self-hosted server- Engine config (
shorebird.yaml) auto-generated fromquickpatch.yamland bundled; synced on every build - Storage URL auto-derived from
QUICKPATCH_HOSTED_URL—QUICKPATCH_STORAGE_BASE_URLno longer required - Fix:
quickpatch initcrashed on a pubspec with an emptyassets:key QUICKPATCH_ROOTenv override for the install root
v1.0.2
Storage URL auto-derived from QUICKPATCH_HOSTED_URL — no need to set QUICKPATCH_STORAGE_BASE_URL separately