diff --git a/tools/changelog/0.9.1.md b/tools/changelog/0.9.1.md index 7fe19d0e..b26a831c 100644 --- a/tools/changelog/0.9.1.md +++ b/tools/changelog/0.9.1.md @@ -2,7 +2,6 @@ ### Viewer -- Update the way we detect Safari browser in FORGE.Device - Fix default background configuration for the main container ### Scene @@ -17,7 +16,7 @@ - Don't update texture when the video is paused. - Don't render the background when a scene has no media. -- Unload scene background on scene exit. +- Unload scene background on scene unload. - Fix onBeforeRender and onAfterRender events on Hotspot3D objects. - Fix render routine when pipeline has no fx. @@ -28,7 +27,6 @@ ### Audio - - Redesign of the HTMLAudioElement loader to solve events never fired on Microsoft Edge. - Deactivation of the AudioContext suspend and resume methods for Safari browser compatibility @@ -36,7 +34,7 @@ - Video auto quality improvements when you use multiple video sources as quality levels. - Fix multiple quality issues on Microsoft browsers. -- Add `playslinline` attribute for HTMLVideoElement to display the video properly on iOS. +- Add `playslinline` attribute for HTMLVideoElement to display the video properly on iOS 10.x. - Video levels can now target a specific environement. Useful to prevent the use of a too high video resolution on Safari or Firefox. ### Media @@ -85,6 +83,7 @@ ### Misc +- Update the way we detect Safari browser in FORGE.Device - Remove unused classes CameraViewFinder.js, CameraViewFinderType.js, Debug.js. - Cubemap videos on cdn.forgejs.org for testing. - Array.prototype.keys polyfill for cubemap media type under Internet Explorer 11.