All Versions
10
Latest Version
2.7
Avg Release Cycle
45 days
Latest Release
2348 days ago

Changelog History

  • v2.7 Changes

    November 19, 2017
    • ๐Ÿ›  Fixed a bug regarding the initial configuration of photo mod
  • v2.6 Changes

    November 19, 2017

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed an issue regarding capturing HDR full resolution photos.
    • โšก๏ธ Updated sample projects.
  • v2.5 Changes

    November 18, 2017

    ๐Ÿ”„ 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.
  • v2.4 Changes

    July 09, 2017

    ๐Ÿ”„ 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.
  • v2.3 Changes

    January 16, 2017

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed the bitcode iTunes connect issue by adding a custom run script phase (Take a look at the updated Installation Guide)
  • v2.2 Changes

    January 08, 2017

    ๐Ÿ”„ Changelog

    • โž• Added bitcode support for Horizon SDK
    • ๐Ÿ“š Updated installation documentation to include Carthage instructions
  • v2.1 Changes

    December 28, 2016
    • โšก๏ธ 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
  • v2.0

    November 29, 2016
  • v1.8 Changes

    October 19, 2016

    ๐Ÿ”„ 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.
  • v1.7.2 Changes

    October 11, 2016

    ๐Ÿ”„ Changelog

    • Minor SDK improvements