Skip to content

Releases: nytimes/ios-360-videos

NYT360Video 1.1.2

16 Jan 19:57
d9d522a
Compare
Choose a tag to compare

use correct starting angle for initial user pan check (#62)

NYT360Video 1.1.1

20 Jul 20:39
Compare
Choose a tag to compare
  • More accurately size the scene (#53)
  • Fixes a crash when deallocating a NYT360ViewController (#55)
  • Fixes an issue with the reported value of the compass (#59)

NYT360Video 1.1.0

22 Mar 15:50
Compare
Choose a tag to compare
  • Point camera toward correct video center to start (#49)

NYT360Video 1.0.0

04 Nov 21:18
Compare
Choose a tag to compare

Initial public release. 🎉

  • Optimize iOS version check in NYT360PlayerScene.

0.6.2

12 Sep 21:15
Compare
Choose a tag to compare
  • Silences irrelevant debug log when targeting the simulator.

0.6.1

31 Aug 19:59
Compare
Choose a tag to compare
  • Fixes a potential race condition with a weakly-captured reference to self.
  • Improves compass angle calculations, and simplifies API usage of same.
  • Fixed a bug that caused audio to continue in the background on iOS 9 under certain conditions.

0.6.0

25 Aug 21:43
Compare
Choose a tag to compare
  • Fix bugs related to compass angle calculations.
  • Fix bugs affecting basic playback control on iOS 10.
  • Add delegate methods needed to track usage in the newsreader.
  • Split allowed panning axes option into separate device motion / pan gesture options.
  • Style and formatting cleanup.

0.5.3

22 Aug 14:58
Compare
Choose a tag to compare
  • Fixed an issue that caused spurious playback to begin whenever the host application became active.
  • Fixed an issue that caused the 360 scene kit view to be visible outside the bounds of the containing view controller's view.

0.5.2

18 Aug 19:13
Compare
Choose a tag to compare
  • Fixed an out-of-date reference to an ivar that has since been renamed.

0.5.1

17 Aug 21:46
Compare
Choose a tag to compare
  • Improved yFov calculation.