Skip to content

Releases: simonw/shot-scraper

1.0

15 Oct 19:46

Choose a tag to compare

1.0

0.17

14 Oct 19:32
dc590e8

Choose a tag to compare

  • New shot-scraper multi -o option for specifying a subset of one or more output files to execute that are defined in the YAML. This is useful for testing a larger shots.yml file without re-taking every screenshot every time the command is run. #94

0.16

15 Sep 03:18
955bbc9

Choose a tag to compare

  • Fixed error message displayed when attempting to use --log-requests on a page that includes a redirect. #90
  • --log-requests output now includes a "status": 200 field indicating the HTTP status code returned by that response.

0.15.1

13 Sep 17:15
cf5e05b

Choose a tag to compare

  • Fix error message shown when --log-requests tries to log a request with an unknown response size. #89

0.15

12 Sep 20:57
b530e06

Choose a tag to compare

  • New --log-requests option for logging out newline-delimited JSON showing all requests made while rendering a page, including image and asset loads. #88
  • New shot-scraper pdf formatting options: --format, --width, --height, --scale and --print-background. Thanks, Eddie Chapman. #87
  • Removed -h shortcut for help - use --help instead. -h was clashing with the shorter version of --height. Thanks, Matthew Bafford. #84

0.14.3

02 Aug 23:41
c8686ff

Choose a tag to compare

0.14.2

28 Jul 18:32
2e9d09a

Choose a tag to compare

0.14.1

22 May 14:24
3039524

Choose a tag to compare

0.14

19 May 23:45

Choose a tag to compare

0.13

18 Apr 18:29

Choose a tag to compare

  • shot-scraper auth --devtools option for opening DevTools when authenticating with a site. #66
  • shot-scraper multi -n/--no-clobber option for skipping screenshots where the output image already exists on disk. #70