Skip to content

Releases: letssuhail/quickpatch-cli

v1.6.110

26 May 04:00

Choose a tag to compare

Release v1.6.110: ship public-Flutter clone fix; sync version string

Bumps version to 1.6.110 (version.dart was stale at 1.6.105). Ships the
fork-URL fix (clone build-time Flutter from public flutter/flutter) to the
published binaries.

v1.6.106

25 May 05:55

Choose a tag to compare

Release v1.6.106: platform-aware QUICKPATCH_HOSTED_URL error message

v1.6.105

25 May 05:22

Choose a tag to compare

Rename jwt/dex to quickpatch_jwt/quickpatch_dex and publish all packa…

v1.0.8

25 May 04:45

Choose a tag to compare

  • 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

24 May 14:36

Choose a tag to compare

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

24 May 13:27

Choose a tag to compare

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

24 May 13:13

Choose a tag to compare

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

24 May 09:51

Choose a tag to compare

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

24 May 09:44

Choose a tag to compare

  • quickpatch init now auto-writes base_url (from QUICKPATCH_HOSTED_URL) so on-device updates hit your self-hosted server
  • Engine config (shorebird.yaml) auto-generated from quickpatch.yaml and bundled; synced on every build
  • Storage URL auto-derived from QUICKPATCH_HOSTED_URLQUICKPATCH_STORAGE_BASE_URL no longer required
  • Fix: quickpatch init crashed on a pubspec with an empty assets: key
  • QUICKPATCH_ROOT env override for the install root

v1.0.2

24 May 04:29

Choose a tag to compare

Storage URL auto-derived from QUICKPATCH_HOSTED_URL — no need to set QUICKPATCH_STORAGE_BASE_URL separately