Skip to content

Releases: HorizonCamera/HorizonSDK-iOS

Horizon SDK 2.8

15 Aug 14:01
Compare
Choose a tag to compare
  • Uses a .xcframework wrapper instead of a .framework that can
    support the same architecture (e.g. arm64) on different platforms (e.g.
    simulator vs iphoneos).
  • Updates sample projects to use the .xcframework instead.

Horizon SDK 2.7

19 Nov 15:07
Compare
Choose a tag to compare
  • Fixed a bug regarding the initial configuration of photo mod

Horizon SDK 2.6

19 Nov 14:41
Compare
Choose a tag to compare

Changelog

  • Fixed an issue regarding capturing HDR full resolution photos.
  • Updated sample projects.

Horizon SDK 2.5

18 Nov 15:29
Compare
Choose a tag to compare

Changelog

  • Fixed main thread accessing bug
  • Added new methods that allow developers to set a specific AVCaptureDevice object as an active device instead of just specifying the resolution. That gives developers the ability to pass the new devices (e.g. telephoto, wide, dual lens) of the iPhone Plus and iPhone X device models to the SDK.
  • Introduced a new method for setting the outputMovieSize called -(BOOL)setOutputMovieSize:error: that reports whether the set has been successful or not.
  • Updated documentation.
  • Various bug fixes and performance optimizations.

Horizon SDK 2.4

09 Jul 11:25
Compare
Choose a tag to compare

Changelog

  • Added HVTLevelerLockedOrientationHorizontal and HVTLevelerLockedOrientationVertical enums to always lock the leveler in the horizontal or the vertical orientation respectively regardless of the orientation of the device.
  • Added a minor fix regarding internal checks of applied CIFilters.
  • Updated Sample Projects: Video saving is now using the Photos framework instead of the older and deprecated Assets Library.
  • Updated documentation.

Horizon SDK 2.3

16 Jan 13:06
Compare
Choose a tag to compare

Changelog

  • Fixed the bitcode iTunes connect issue by adding a custom run script phase (Take a look at the updated Installation Guide)

Horizon SDK 2.2

08 Jan 14:25
Compare
Choose a tag to compare

Changelog

  • Added bitcode support for Horizon SDK
  • Updated installation documentation to include Carthage instructions

Horizon SDK 2.1

28 Dec 14:48
Compare
Choose a tag to compare
  • Updated Horizon framework to be built as a dynamic instead of a static library
  • Horizon SDK is now Carthage ready (you can find the Carthage-ready framework as an attachment to that release)
  • Updated documentation to reflect the framework changes

Horizon SDK 2.0

29 Nov 11:26
Compare
Choose a tag to compare
Horizon SDK 2.0

Horizon SDK 1.8

19 Oct 13:11
Compare
Choose a tag to compare

Changelog

  • Added extra method in HVTSDK to activate the SDK with extra parameter, like the scale filter frequency (look at HVTScaleFilterFrequencySettingsKey in HVTVars.h)
  • Added cropRegionTintColor property in HVTView that controls the tint color of the dark area of the crop region.