- Add `width` attribute to `<sympli>` tag. - Refactor a little.
1.0.13
- Set 2-minutes timeout instead of default 30-seconds when launching Chromium. - Use `page.waitForSelector()` instead of `page.waitForNavigation()`. - Use custom `sleep()` function for intentional delays.
1.0.12
- Capture the output of the Puppeter-based script and write it to STDOUT.
1.0.11
- Disable images downloading from design pages only, but not from login page.
1.0.10
- Check if the design page exists and the image URL is valid.
1.0.9
- Move the `while` loop from JavaScript code to Python code. - Add the `max_attempts` config option. - Require Foliant 1.0.8 because of using the `utils.output()` method.