Releases: shorebirdtech/shorebird
Releases · shorebirdtech/shorebird
v0.0.6
What's Changed
- feat(shorebird_cli): Add
shorebird subscription cancel
command. by @bryanoltman in #284 - feat(shorebird_cli): add
shorebird cache clean
by @erikas-taroza in #239 - fix(shorebird_cli): pull shorebird flutter artifacts during install by @felangel in #293
- refactor(shorebird_cli): auth tests should use temporary directory by @felangel in #294
- feat(shorebird_cli):
shorebird login
verifies user by @felangel in #297 - chore(shorebird_cli): v0.0.6 by @felangel in #303
New Contributors
- @erikas-taroza made their first contribution in #239
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- fix(shorebird_cli): Print stderr output when flutter version check fails by @bryanoltman in #270
- fix(shorebird_cli): make android manifest and shorebird version validation more robust by @bryanoltman in #273
- ci(artifact_proxy): add dev deployment w/engine-patch by @felangel in #275
- feat(shorebird_code_push_protocol): Add email field to User by @bryanoltman in #276
- chore: Add an entry for zip_fix engine by @eseidel in #277
- chore(shorebird_cli): Remove user model by @bryanoltman in #280
- feat(artifact_proxy): add new shorebird engine revision by @felangel in #286
- chore(shorebird_cli): v0.0.5 by @felangel in #287
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat(shorebird_cli):
shorebird channels create
by @felangel in #212 - feat: Add simple
shorebird doctor
command that checks for updates by @bryanoltman in #213 - feat(updater): use
try_exists
instead ofexists
by @felangel in #218 - feat: Check that all AndroidManifest.xml files have the INTERNET permission by @bryanoltman in #219
- feat(shorebird_cli): use Google OAuth 2.0 by @felangel in #223
- feat(shorebird_cli): expose user by @felangel in #224
- feat: add
package:jwt
by @felangel in #225 - docs: add package:jwt to README by @felangel in #226
- fix(jwt): make
authTime
optional by @felangel in #227 - feat: Download Shorebird-vended Flutter, reroute flutter commands to that instance of Flutter by @bryanoltman in #229
- feat: Add doctor validator to ensure no issues exist with Flutter install by @bryanoltman in #230
- feat: Add basic
shorebird account
command by @bryanoltman in #231 - feat: add
artifact_proxy
server by @eseidel in #222 - ci(artifact_proxy): fix deploy workflow by @felangel in #232
- fix(artifact_proxy): pull dependencies by @felangel in #233
- ci: fix artifact deploy workflow paths by @felangel in #234
- refactor(artifact_proxy): use Dart config by @felangel in #241
- docs: Add a doc about our fork of flutter by @eseidel in #245
- feat(code_push_protocol): add
hasActiveSubscription
toUser
by @felangel in #246 - feat(artifact_proxy): support Flutter 3.7.10 by @felangel in #244
- feat: Set FLUTTER_STORAGE_BASE_URL when using Shorebird-vended Flutter, warn user when path flutter version does not match shorebird flutter version by @bryanoltman in #243
- docs: Update TRUSTED_TESTER.md after OAuth changes by @eseidel in #249
- fix(shorebird_cli): send idToken via Authorization header by @felangel in #250
- feat(shorebird_cli): upgrade to latest shorebird (3.7.10) by @felangel in #247
- fix: Fix mocking in ShorebirdProcess tests by @bryanoltman in #251
- fix(shorebird_cli): Make
shorebird release
logging clearer by @bryanoltman in #258 - chore: move example into updater by @felangel in #263
- fix(shorebird_cli): auth token refresh by @felangel in #262
- feat(shorebird_cli):
shorebird release
uploads artifacts for all arches by @felangel in #265 - chore(shorebird_cli): bump shorebird engine revision by @felangel in #267
- chore(shorebird_cli): Update ShorebirdCommand to accept a list of validators instead of a single ShorebirdFlutterValidator by @bryanoltman in #264
- fix(shorebird_cli): Validate android internet permission exists when running relevant commands by @bryanoltman in #266
- chore(artifact_proxy): add shorebirdtech/engine@7aa5c44764e to mappings by @eseidel in #268
- feat(shorebird_cli): shorebird patch uploads artifacts for all arches by @felangel in #269
- chore(shorebird_cli): v0.0.4 by @felangel in #271
New Contributors
- @bryanoltman made their first contribution in #213
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
v0.0.1
What's Changed
- feat(shorebird_cli):
shorebird init
creates app whenshorebird.yaml
exists by @felangel in #198 - feat(shorebird_cli):
shorebird --version
includes engine revisions by @felangel in #199 - fix(shorebird_cli): remove extra newline when prompting for release version by @felangel in #200
- feat(shorebird_cli):
shorebird channels list
by @felangel in #201 - feat(shorebird_cli): improve
shorebird apps list
display by @felangel in #202 - chore(updater): add context to base and patch files by @felangel in #203
- chore(shorebird_cli): adjust shorebird engine revision by @felangel in #204