diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b1bce820..2e4e85c9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,17 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.79 (February 3, 2026) + +- 🐦‍⬛ Fix regression in Flutter 3.38.7. readCurrentPatch returning null: shorebird#3488 +- 🐛 Fix: `--flutter-version=hash` stopped working. +- 🐛 Fix: stop unnecessary rebuild on every CLI invocation. +- 🍎 Improve error displayed for malformed plist files. +- 🍧 Allow adding flavors without resetting base app_id. +- ✨ Improve release selection UX with date display and truncation. +- 📝 Don't reformat AndroidManifest.xml when modifying it. +- ⚠️ Warn if `patch_verification` is in shorebird.yaml but `public-key-path` is not set. + ## 1.6.78 (January 26, 2026) - ⚙️ Fix: using FlutterEngineGroup could cause patches to fail. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index a5bd1d25..a22a847b 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.6.78'; +const packageVersion = '1.6.79'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 79928efb..33a6aeaf 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 1.6.78 +version: 1.6.79 repository: https://github.com/shorebirdtech/shorebird resolution: workspace