Commit Graph

804 Commits

Author SHA1 Message Date
Eric Seidel ce00f4f65c docs: roll version and update release notes (#1720)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-02-08 21:09:54 -08:00
dependabot[bot] 7904429c7b chore(deps): bump the shorebird_cli-deps group in /packages/shorebird_cli with 4 updates (#1715) 2024-02-07 18:31:38 -06:00
Eric Seidel c3911cd055 fix: run git remote prune origin before updating (#1717)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-02-08 00:29:56 +00:00
Eric Seidel d5675efbe9 chore: roll version number (#1713) 2024-02-08 00:09:24 +00:00
Felix Angelov 2b616c7ac2 fix(shorebird_cli): shorebird release ios warns on unknown shorebird flutter versions (#1712) 2024-02-07 17:53:49 -06:00
Eric Seidel 8989e29ce4 chore: update package meta 2024-02-07 15:51:11 -08:00
Bryan Oltman 106621b55a fix(shorebird_cli): fix export-method parsing in release ios command (#1710) 2024-02-07 11:47:13 -05:00
Eric Seidel 0a63a3c797 fix: download.shorebird.dev symbol downloads not working (#1707)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-02-06 18:37:07 +00:00
Bryan Oltman cd3fa0c89e chore(shorebird_cli): version 0.25.1 2024-02-05 17:57:11 -05:00
Bryan Oltman fe17fa24f1 chore(shorebird_cli): draft 0.25.0 (#1692)
Co-authored-by: Eric Seidel <eric@shorebird.dev>
2024-02-01 18:07:57 -05:00
Bryan Oltman 5c3d27ade8 feat(shorebird_cli): link iOS framework patches (#1691) 2024-02-01 17:38:47 -05:00
Felix Angelov 8439b3f82b chore(shorebird_cli): adjust ios flutter version validator output (#1690) 2024-02-01 15:46:45 -06:00
Eric Seidel e491c922ba fix: Don't support releasing to known-bad versions of Flutter (#1688)
Co-authored-by: Bryan Oltman <bryan@shorebird.dev>
2024-02-01 15:32:53 -06:00
Bryan Oltman 8813a6ee41 fix(shorebird_cli): provide exportOptionsPlist to all ipa build commands (#1683) 2024-02-01 13:31:30 -05:00
Felix Angelov f4bb9133c5 chore(shorebird_cli)!: remove alpha suffix from ios commands (#1680) 2024-02-01 10:56:56 -06:00
Eric Seidel 0a6e2ac198 fix: update iOS warning to say "beta" and only show on patching. (#1679) 2024-01-31 23:22:26 +00:00
Eric Seidel 00e09688a3 chore: release notes for 0.24.0 (#1674) 2024-01-31 00:23:11 +00:00
Felix Angelov 6c987b9a7b feat(shorebird_cli): when using -v, include all process output (#1675) 2024-01-31 00:21:31 +00:00
Eric Seidel ea5d6204ec chore: add script to upgrade all packages and run it (#1673) 2024-01-31 00:10:39 +00:00
Bryan Oltman 1fde89a0e8 chore(shorebird_cli): draft hotfix 0.23.1 (#1669) 2024-01-25 11:04:18 -05:00
Bryan Oltman 35010108a3 fix(shorebird_cli): use help to determine whether dump_blobs is available (#1667) 2024-01-25 10:43:00 -05:00
Eric Seidel f8feffe7b4 chore: release notes and version bump for 0.23.0 (#1662)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-01-23 14:54:44 -08:00
Bryan Oltman 0ade3977aa chore(shorebird_cli): draft release 0.22.1 (#1660)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-01-23 14:05:27 -05:00
Bryan Oltman 183f25572f fix(shorebird_cli): don't access aotTools if useLinker is false (#1659) 2024-01-23 04:22:42 +00:00
Bryan Oltman 19a327b0c4 fix(shorebird_cli): look after -- separator for target and flavor (#1656) 2024-01-22 11:22:05 -05:00
Eric Seidel 586db45e79 chore: bump version for 0.22.0 2024-01-18 12:57:29 -08:00
Bryan Oltman fcc6e634f9 fix(shorebird_cli): fix hangs in patch command output (#1647) 2024-01-18 15:48:08 -05:00
Bryan Oltman f91b0f2569 fix(shorebird_cli): handle renamed Runner (#1649) 2024-01-18 15:41:16 -05:00
Eric Seidel 726dbe1066 fix: old aot_tools binaries do not work (#1645)
We were missing a bunch of tests which are now added.

Also fixed us to correctly fallback to an executable when
the .dill file is not present for a given flutter revision.
2024-01-17 19:47:31 +00:00
Bryan Oltman 162c0d70ad feat(shorebird_cli): Use diffs for iOS patching (#1629) 2024-01-16 20:50:40 +00:00
Felix Angelov 3dc3a18864 fix(shorebird_cli): add required --output to AotTools.link (#1641) 2024-01-16 13:22:23 -06:00
Felix Angelov c9bf52b897 fix(shorebird_cli): which.exe line terminator on windows (#1628) 2024-01-12 11:38:40 -06:00
Bryan Oltman ca04ac63d6 chore(shorebird_cli): only set aab channel if it is different (#1618) 2024-01-05 13:46:02 -05:00
Bryan Oltman b67045f590 refactor(shorebird_cli): rename process.dart to shorebird_process.dart (#1617) 2024-01-04 18:07:56 -05:00
Bryan Oltman 4897564cf0 refactor(shorebird_cli): throw error if incomplete engine config args are provided (#1616)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-01-04 22:59:15 +00:00
Bryan Oltman a958f3f62c fix(shorebird_cli): use temp file when setting preview channel (#1615) 2024-01-04 15:52:34 -05:00
Bryan Oltman cf0a8ccd31 chore: draft release 0.21.1 (#1614) 2024-01-03 12:59:37 -05:00
Bryan Oltman 8b252d3f77 chore: track pubspec.lock files (#1613) 2024-01-03 17:59:27 +00:00
Bryan Oltman bcb2c57d26 fix(shorebird_cli): don't copy directory before zipping (#1612) 2024-01-03 17:26:19 +00:00
Bryan Oltman 86cba525f8 chore(shorebird_cli): draft 0.21.0 release (#1608)
Co-authored-by: Eric Seidel <eric@shorebird.dev>
2024-01-02 17:49:02 -05:00
Bryan Oltman 049ac46824 fix(shorebird_cli): use aot-tools.dill for linking if available (#1596) 2024-01-02 15:48:20 -05:00
Eric Seidel 09f21c83e5 feat: Release 0.20.0 (#1593) 2023-12-20 13:27:07 -08:00
Felix Angelov ffada0d3e1 chore(shorebird_cli): v0.19.1 (#1590) 2023-12-20 12:09:23 -06:00
Felix Angelov dc58987198 fix(shorebird_cli): use linker when using local engine (#1587) 2023-12-19 22:49:31 +00:00
Bryan Oltman ce1e33598d fix(shorebird_cli): properly determine android studio path on Windows (#1582) 2023-12-19 12:25:38 -05:00
Bryan Oltman 7d4882020e fix(shorebird_cli): preview should only use available platforms (#1585) 2023-12-19 12:21:39 -05:00
Eric Seidel 931ff7e7ad feat: enable linker by default (#1576)
Co-authored-by: Bryan Oltman <bryan@shorebird.dev>
2023-12-19 12:18:00 -05:00
Bryan Oltman 21e016785b fix(shorebird_cli): Improve JDK lookup and handle empty JAVA_HOME (#1581) 2023-12-19 12:17:49 -05:00
Bryan Oltman 537445494c fix tests 2023-12-18 15:57:35 -05:00
Bryan Oltman eda1bf4dfd fix(shorebird_cli): print correct device id for iOS preview 2023-12-18 15:48:45 -05:00