Releases: eWert-Online/OSnap
Releases · eWert-Online/OSnap
v1.1.2
Features:
- Docker: Publish a "latest" tag
Bugfixes:
- Fix generation of diff image, if the base-image and new image had different heights
- Docker: Always publish to the "next" tag
v1.1.1
Features:
- Add cleanup command to remove unused base images
Bugfixes:
- Fix release build for windows
v1.0.0
The first official release of OSnap! 🎉🎉🎉
Some noteworthy features:
- ignore regions
- actions (click, wait, type, ...)
- filtering with "skip" and "only"
- preinstalled Docker Containers
- and many more...
Thanks to @dmtrKovalenko again, for his work on odiff
v1.0.0-beta.1
Features:
- Add ignore regions
v1.0.0-alpha.5
Features:
- Read images from string instead of the filesystem, which results in a faster runtime inside of docker containers
Bugfixes:
- Fix diff mask generation
- Make sure the browser process shuts down after failed run
v1.0.0-alpha.4
Bugfixes:
- Fix generation of diff-image
v1.0.0-alpha+3
Features:
- Add
node-lts
Docker-Container
Bugfixes:
- Build statically linked package to be able to install on alpine linux
v1.0.0-alpha.2
Features:
- Add
--config
cli option to change the location of the global config file - Test if urls are reachable and fail if one of them isn't
Bugfixes:
- Remove dependency on gmp (fixes installation on machines without libgmp installed globally)
v1.0.0-alpha+1
Known issues:
- When a test url is not reachable, the test waits forever