Releases: Zondax/zemu
Releases · Zondax/zemu
v0.33.1
v0.33.0
StartText was replaced by a Regex:
Fix navigate when test has MANY screens
Improve navigation methods: now you can navigate without taking/comparing the snapshots
- new methods navigate and navigateUntilText
- new flag: waitForScreenUpdate --> waits until the screen is changed / allow comparison when screen must not change
- new flag: startImgIndex --> set first image index. Useful to concatenate several navigations in the same test
v0.32.0
v0.31.0
Upgrade docker container
Merge pull request #147 from Zondax/docker bump docker image
Fix issue on waiting for text process
What's Changed
- Bump @zondax/ledger-substrate from 0.25.0 to 0.26.0 by @dependabot in #138
- Bump axios from 0.26.1 to 0.27.2 by @dependabot in #141
- Use includes instead of comparison for waitForText func by @emmanuelm41 in #145
Full Changelog: v0.29.0...v0.29.1
Improve start time
Merge pull request #137 from Zondax/startTime improve start time
start text is now case insensitive
startText
is case insensitivecaseSensitive
is false by default
Improve UI logging
Merge pull request #134 from Zondax/dev output per line
Improve logging
Merge pull request #133 from Zondax/dev stringify before output