All Versions
10
Latest Version
Avg Release Cycle
45 days
Latest Release
2486 days ago
Changelog History
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
andHVTLevelerLockedOrientationVertical
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.
- โ Added
-
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