Skip to content

v0.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@AutomatedTester AutomatedTester released this 03 May 21:08
· 285 commits to master since this release

Added

  • Add command line flag for using e10s enabeld Firefox by @martionsideofthemoon
  • Allow providing custom profiels

Changed

  • Allow binding to an IPv6 address by @juangj
  • By default, connect to host-agnostic localhost by @juangj
  • Make GeckoContextParameters public
  • Update dependencies

Fixed

  • Squash rustc 1.6 warnings by using std::thread::sleep(dur: Duration)