Skip to content

Commit 41f5aef

Browse files
chore: release (#14)
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 - 2b61aa8: Add one-shot CLI mode for direct URL screenshots without config file - Capture screenshots directly from URL: `npx heroshot <url> -o output.png` - Support for element selection with `--selector` - Viewport presets: `--mobile`, `--tablet`, `--desktop` - Color scheme control: `--light`, `--dark`, or both by default - Retina support with `--retina` flag - Padding, dimensions, and quality options Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b3cc2bc commit 41f5aef

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.changeset/oneshot-cli.md

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

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 751339d: Add one-shot CLI mode for direct URL screenshots without config file
8+
- Capture screenshots directly from URL: `npx heroshot <url> -o output.png`
9+
- Support for element selection with `--selector`
10+
- Viewport presets: `--mobile`, `--tablet`, `--desktop`
11+
- Color scheme control: `--light`, `--dark`, or both by default
12+
- Retina support with `--retina` flag
13+
- Padding, dimensions, and quality options
14+
315
## 0.2.0
416

517
### 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.2.0",
3+
"version": "0.3.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)