All Versions
66
Latest Version
Avg Release Cycle
53 days
Latest Release
2712 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.24.12 Changes
- Brought back mediaDevices wrapper for gUM for Firefox >= 38 fixing #263 and #264.
-
v0.24.11 Changes
- Stop waiting on video early if first video track is enabled but muted.
- Use sh shebang instead of bash to be less Linux specific (#244).
- Updated deps to no longer user code.google.com.
- Fix wrong type for syscall.Setrlimit on FreeBSD (#244) Values are uint64 on Unix but FreeBSD uses int64 for legacy reasons.
- Updated WebRTC adapter to 0.2.10
- Added support to prefer VP9 video codec (works with Chrome >= 48) as experimental setting.
- Only prefer VP9 when experiments are actually enabled.
- Removed local getUserMedia conversion code and use the one provided by the adapter, fixing screen sharing for Chrome >= 49.
- Firefox 44 has fixed gUM permission indicator, so limiting workaround to 43 and lower.
- Restrict VP9 experiment to Chrome >= 48.
-
v0.24.10 Changes
- Avoid to break when there is no mediaDevices.
- Added compatibility fix for Chrome 38 which stopped working when called from Chrome 46+ (Munge remote offer UDP/TLS/RTP/SAVPF to RTP/SAVPF).
- Only stop user media automatically, when all tracks have ended.
- Stop waiting on video early if first video track is enabled but muted.
-
v0.24.9 Changes
- Added support for Firefox 43 API changes.
- Use mediaDevices API to enumarate input devices to avoid deprecation warning in Chrome.
- Linking from the chat no longer sends the referrer to targets by using a referrer policy.
- Chat input is now auto focused to increase usability and to reduce number of clicks required.
- The room chat is now automatically activated when no other chat session is available and a room is joined.
- The Makefile now supports $(DESTDIR).
- Limit autoprefixer version to avoid build problems with newer version.
- Code style changes to fix latedef jshint warnings. Make jshint now runs without error with latest jshint.
- Added travis to test Go 1.5 compatibility.
- ODF and PDF presentations now have a white background to avoid issues with files with have no background on their own.
-
v0.24.8 Changes
- Avoid to scale up screen sharing when sharing not full screen.
-
v0.24.7 Changes
- Fixed a problem where Chrome did not apply screen sharing constraints correctly and screen sharing was using a low resolution.
- Fixed a problem where sounds used as interval could not be disabled.
- Added window.showCiphers helper for testing WebRTC stats API.
-
v0.24.6 Changes
- Make travis run 'make test'.
- Disable notifications on Android Chrome (see https://code.google.com/p/chromium/issues/detail?id=481856).
-
v0.24.5 Changes
- Updated ua-parser to 0.7.9.
- Fixed errors in unit tests.
- Added Apache HTTPD example configuration.
- Fixed a problem where Firefox did not release media permissions.
- More use of track API instead of stream API.
- SignalingState changes are now triggered as event.
- Fixed a problem where Firefox did not start the call when media permission was denied.
- Fixed a problem where streams could not be started when they were disabled when call was started and server has renegotiation disabled.
- Fixed a problem where the renegotiation shrine was ignored.
-
v0.24.4 Changes
- Updated German translations.
- Fixed invalid experimental constraints.
- Avoid to handle the main room as global room.
-
v0.24.3 Changes
- Removed deprecated API to fix Chromium 47 compatibility.
- Improved UI usability for smaller devices.
- Increased the width of buddy list and chat.
- Cleaned up sized, borders and default colors.
- Cleaned up chat ui.
- Chat animations no longer comnsume GPU power.
- Chat icons are now shown in their proper color again.
- Chat arrows are displayed properly again.
- Updated WebRTC adapter to latest version (fixing Chromium 45).
- Fixed CSP example for Chromium 45 and later.
- Added GPM Godebs file to track Golang dependencies.
- Fixed a problem where screen sharing streams were not cleaned up.
- Added support for custom type dialogs.