From 578e544cbd6e94fece4cbc45581ffd3f854add74 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Thu, 24 Sep 2026 00:27:32 +0900 Subject: [PATCH] chore(release): 0.2.1 Co-Authored-By: Claude Opus 5.5 (1M context) --- CHANGELOG.md | 7 +++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ccff8..16c048d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.2.1 + +The layout of a screen while its on-screen keyboard is up. + +* `shutter shot --keyboard ` (experimental) lays every preview out as a device does while its on-screen keyboard is up: the view reports a bottom inset of that many logical pixels (`MediaQuery.viewInsets`) from the first frame. A `Scaffold`, or any layout reading the inset, makes room for the keyboard; the keyboard itself is not drawn. There is no default height. +* `shot` prints the height, `manifest.json` records it, and `diff` prints both runs' when they differ. It is not part of shot ids. + ## 0.2.0 States that come from a gesture or typing, and what opens above a preview. diff --git a/lib/src/version.dart b/lib/src/version.dart index 0a9ef8e..acd386f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.2.0'; +const packageVersion = '0.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 28c2714..e5b4b19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: shutter description: >- Renders a Flutter project's widget previews to PNG, reusing the ones it already has, and diffs two runs pixel by pixel into before and after images of a change. -version: 0.2.0 +version: 0.2.1 repository: https://github.com/koji-1009/shutter issue_tracker: https://github.com/koji-1009/shutter/issues topics: