Skip to content

v0.2.0

Compare
Choose a tag to compare
@tungs tungs released this 25 Jan 08:24

Version 0.2.0 removes the time handling code from timesnap and puts it into a separate package timeweb.

It also adds issue and pull request templates.

Command Line

  • Additional viewport options using the format optionKey=value, for instance --viewport="800,600,deviceScaleRatio=2"
  • Using launch arguments --force-device-scale-ratio and --device-scale-ratio (e.g. --launch-arguments="--force-device-scale-ratio=2") should now work, though it's advisable to just use deviceScaleRatio with the viewport above (see #40).

Node.js

  • Adds config.navigatePageToURL to allow for custom navigation