chore: prepare for release 1.6.96
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde
|
||||
-->
|
||||
|
||||
## 1.6.96 (April 30, 2026)
|
||||
|
||||
- 🐦 Support for Flutter 3.41.9
|
||||
- Fixes a potential integer overflow when handling some animated PNG files
|
||||
- ✨ Non-interactive mode hardening (`--no-input` flag, non-TTY detection)
|
||||
- Prompts fail fast with per-site hints instead of blocking on stdin
|
||||
- Spinners replaced with static `Starting / Done` lines; ANSI escapes suppressed
|
||||
- Parse-time errors now emit JSON envelopes under `--json`
|
||||
|
||||
## 1.6.95 (April 29, 2026)
|
||||
|
||||
- 🩺 Doctor: allow `FLUTTER_TARGET` override (commonly customized for flavor-specific entry points) and downgrade other `FLUTTER_*` build setting overrides from error to warning
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '1.6.95';
|
||||
const packageVersion = '1.6.96';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: shorebird_cli
|
||||
description: Command-line tool to interact with Shorebird's services.
|
||||
version: 1.6.95
|
||||
version: 1.6.96
|
||||
repository: https://github.com/shorebirdtech/shorebird
|
||||
resolution: workspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user