Feature:
- Add callback for completion of file merge.
Fix:
- Wait 20ms before starting first capture to avoid first empty shot.
Fix:
- Better file sorting after glob.
Fix:
- Remove extra HEAD request.
Fix:
- Abort with error code when capture directory is empty.
Fix:
- Throw early error if remote URL does not respond with a 200 HTTP code.
Fix:
- Throw early errors before merging too few images to help debugging.
Change:
- Accept local path to 3D model with
--path
.
Fixes:
- Better example path for
--image
on the command line. - Higher definition.
Breaking changes:
- Drop support for setting the base path for image captures with
--path
. Instead, creates a temporary directory and cleans it up automatically. - Require the
--image
option.
Fixes:
- Double the quality of screenshots by adding a zoomFactor.
- Debug prints a line for each capture.
- Replace local example STL by remote URL.
Fix:
- More wait time between captures, to help against blank images.
Breaking changes:
- Rename
--debug-wait
option in favor of--server
. - Final image filenames use an index (0, 1, 2, …) instead of a rotation (000, 060, 120, …).
Changes:
- Add an
--image
option to generate a composition image. - Extract craster to its own exported module.
Fixes:
- Remove multiple dependencies (pug, body-parser, debug, …).
- Update node dependency.
- Wait 100ms before starting captures, to fix blank first image.
First changelog entry.