Skip to content

Commit e13a586

Browse files
authored
chore: prepare for 1.6.79 release (#3508)
1 parent 1f73799 commit e13a586

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya
55
-->
66

7+
## 1.6.79 (February 3, 2026)
8+
9+
- 🐦‍⬛ Fix regression in Flutter 3.38.7. readCurrentPatch returning null: shorebird#3488
10+
- 🐛 Fix: `--flutter-version=hash` stopped working.
11+
- 🐛 Fix: stop unnecessary rebuild on every CLI invocation.
12+
- 🍎 Improve error displayed for malformed plist files.
13+
- 🍧 Allow adding flavors without resetting base app_id.
14+
- ✨ Improve release selection UX with date display and truncation.
15+
- 📝 Don't reformat AndroidManifest.xml when modifying it.
16+
- ⚠️ Warn if `patch_verification` is in shorebird.yaml but `public-key-path` is not set.
17+
718
## 1.6.78 (January 26, 2026)
819

920
- ⚙️ Fix: using FlutterEngineGroup could cause patches to fail.

packages/shorebird_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/shorebird_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shorebird_cli
22
description: Command-line tool to interact with Shorebird's services.
3-
version: 1.6.78
3+
version: 1.6.79
44
repository: https://github.com/shorebirdtech/shorebird
55
resolution: workspace
66

0 commit comments

Comments
 (0)