Skip to content

Commit 0f2d626

Browse files
chore: release (#12)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Minor Changes - 73e8d1e: - Beautiful terminal UI with `@clack/prompts` - animated spinners, progress counters, styled messages - Full-page screenshots by omitting selector (uses Playwright `fullPage: true`) - "Both" color scheme is now the default - captures light and dark variants automatically - Viewport variants - `viewports: ["desktop", "tablet", "mobile"]` per-screenshot for multi-size capture - `heroshot sync <pattern>` - filter screenshots by id, name, or filename - Retry flaky screenshots with exponential backoff - Exit CLI gracefully when browser window is closed manually - Save browser settings from toolbar UI to config - Dark mode background detection for padding mask Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73e8d1e commit 0f2d626

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/terminal-ui.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# heroshot
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 51587cb: - Beautiful terminal UI with `@clack/prompts` - animated spinners, progress counters, styled messages
8+
- Full-page screenshots by omitting selector (uses Playwright `fullPage: true`)
9+
- "Both" color scheme is now the default - captures light and dark variants automatically
10+
- Viewport variants - `viewports: ["desktop", "tablet", "mobile"]` per-screenshot for multi-size capture
11+
- `heroshot sync <pattern>` - filter screenshots by id, name, or filename
12+
- Retry flaky screenshots with exponential backoff
13+
- Exit CLI gracefully when browser window is closed manually
14+
- Save browser settings from toolbar UI to config
15+
- Dark mode background detection for padding mask
16+
317
## 0.1.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heroshot",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Define your screenshots once, update them forever with one command",
55
"type": "module",
66
"author": "Ondrej Machala",

0 commit comments

Comments
 (0)