Changelog
macOS
0.4.0
December 6, 2018
NOTE: Breaking changes due to change in data channels adds clipboard data channel and cursor image data channel.
Added
- Clipboard events - can copy string to driver and auto open URLs
- Cursor images get sent to the navigator for a more immersive experience
- Adds highlight click animation to the navigator window
- Adds full keyboard controls implementation (can turn hotkeys on/off or keyboard completely on/off)
Changed
- Adjusted webrtc source to increase kbps and max framerate when is_screencast settings is true
- Cursor should go to a pointing hand when selecting the highlight click cursor mode
Fixed
- Framerate control slider fixed
- Bug with mouse event taps not properly disabling between calls
macOS
0.3.0
December 2, 2018
NOTE: Breaking changes due to change in data channels (adds clipboard data channel)
Added
- Clipboard events - can copy string to driver and auto open URLs
- Logstash Logz.io logging so we can track data about the sessions
Changed
- Stop using the screencast setting in WebRTC
Fixed
- Framerate control slider fixed
macOS
0.2.2
November 30, 2018
NOTE: Breaking changes due to change in data channels.
Fixed
- ”Share Icon” popover should be hidden after calling someone
- Mouse offsets should be correct now
- Fixes the cursors staying visible when switching applications on the navigator side
Refactors
- Internals of keyboard event system
macOS
0.2.1
November 29, 2018
Changed
- Added Resolution and Framerate configuration in Preferences
- Added screenhero like mouse control
- Uses a new smaller toolbar
Fixed
- DesktopScreenCapturer enforces max resolution and framerate
- Driver-side OnlineUsers UI correctly reflects when a call has been accepted
macOS
0.2.0
November 26, 2018
NOTE: Breaking change! Will not work with versions previous due to decrease in data channels.
Changed
- Window for debugging navigator toolbar without having to be in a call.
- Internals for how data channels work.
Fixed
- Ringtone when receiving a call should now work
- Basic audio working again
- Gets rid of delay on command tab/space hijacking
- Removes transparent window above nav window when hanging up
macOS
0.1.1
November 17, 2018
Added
- Support for cmd + tab/space when navigating
macOS
0.1.0
November 14, 2018
Changed
- First release using 100% native approach instead of the WebRTC SDK