Skip to content

Releases: Genymobile/genymotion-device-web-player

Release v3.2.2

27 Mar 14:55
Compare
Choose a tag to compare
Release 3.2.2

Release v3.2.1

21 Mar 08:15
Compare
Choose a tag to compare

What's Changed

  • [PLAYER-2] bind keypress envent on root div instead of window object #64
  • [PLAYER-7] fix issue when destroy a not fully initialized player #66

Full Changelog: v3.2.0...v3.2.1

Release v3.2.0

21 Feb 08:13
Compare
Choose a tag to compare

What's Changed

  • adding a widget to manage fingerprint request by @jparez in #47

Full Changelog: v3.1.0...v3.2.0

Release v3.1.0

26 Jan 15:41
Compare
Choose a tag to compare

What's Changed

  • Simplify click outside overlay detection by @pgivel in #50
  • Improve Device Renderer destruction by @pgivel in #48
  • Centralized handlers by @pgivel in #55

Full Changelog: v3.0.5...v3.1.0

Release v3.0.5

10 Jan 15:24
Compare
Choose a tag to compare

What's Changed

  • bugfix: improve disconnect process regarding MediaManager by @pgivel in #46

Full Changelog: v3.0.4...v3.0.5

Release v3.0.4

05 Dec 10:35
Compare
Choose a tag to compare

What's Changed

  • Media manager: Add return values in order to fail loudly by @pgivel in #44

Full Changelog: v3.0.3...v3.0.4

Release v3.0.3

31 Oct 13:43
Compare
Choose a tag to compare

What's Changed

  • fix: stereo sound support for Chrome & Safari by @Previsou in #42
  • Refactor camera & mic features into MediaManager by @pgivel in #40

New Contributors

Full Changelog: v3.0.2...v3.0.3

Release v3.0.2

25 Sep 07:34
Compare
Choose a tag to compare
Release 3.0.2

Release v3.0.1

05 Jul 14:55
Compare
Choose a tag to compare
Release v3.0.1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0...v3.0.1

Release v3.0.0

02 Jun 12:40
Compare
Choose a tag to compare
Release v3.0.0 Pre-release
Pre-release

What's Changed

  • This v3.0.0 version aims to generify a lot of the terminology, and make most classes inheritable, for potential users who may need to override behaviours.
  • It also contains bug fixes:
  • for mouse wheel event to make it more consistent across browsers & os (and work under Firefox);
  • for Chrome based browser to get stereo audio sound;
  • First steps for gamepad support, with a GamepadManager class which standardises events, and add an experimental Gamepad widget which simply lists connected gamepads for now.

New Contributors

Full Changelog: v2.1.3...v3.0.0