Highlights
This patch release includes fixes for the following bugs:
- #3845 - [BUG] ffmpeg dependency check fails on Linux
- #3846 - [BUG] ffmpeg dependency check breaks on Linux even if screencast is not used
- #3848 - [BUG] TypeError: domain.enter is not a function/ Browser.close() Promise does not resolve when "domain" package is used
- #3872 - [REGRESSION]: Calling
browserType.launchServer
stopped working in 1.4.0
Browser Versions
- Chromium 86.0.4238.0
- Mozilla Firefox 80.0b8
- WebKit 14.0
Issues Closed (4)
#3845 - [BUG] ffmpeg dependency check fails on Linux
#3846 - [BUG] ffmpeg dependency check breaks on Linux even if screencast is not used
#3848 - [BUG] TypeError: domain.enter is not a function/ Browser.close() Promise does not resolve when "domain" package is used
#3872 - [REGRESSION]: Calling browserType.launchServer
stopped working in 1.4.0
Commits (6)
e79eada - chore: mark v1.4.1
2df3972 - fix(screencast): repeat previous frame instead of current (#3890) (#3904)
bf97758 - cherrypick(release-1.4): stop relying on ubuntu stock ffmpeg (#3894)
8bc84ff - cherrypick(release-1.4): check for ffmpeg only when starting screencast (#3893)
8795d46 - cherrypick(release-1.4): do not throw when 'port' option is present (#3881)
64947f1 - cherrypick(release-1.4): fix compatibility to the domain module (#3878)