v0.2.0
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-ratioand--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.navigatePageToURLto allow for custom navigation