mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-03-25 09:05:52 +00:00
3.2 KiB
3.2 KiB
CHANGELOG
Master
Version 4.0.0
- Fixes an issue when Record button isn't getting correct callbacks
- Fixes an when didFinishRecordingVideo wouldn't get a callback
- Using allowAutoRotate=false prevents layer from rotating.
Version 3.0.0
- Swift 4.2 support
Version 2.6.0
- Fixed issue with crashing during video recording
- Using storyboard subviews should no longer require calling
bringSubvviewToFront - Changed demo project to use autolayout
- Reverted Swift4 changes to new branch
Version 2.4.0
- Added support for no-audio video recording
- Added
audioEnabledproperty - Added support for Auto Rotate view
- Added
allowAutoRotateproperty - Added support for modifying the Preview Layer's Video Gravity
- Added
videoGravityproperty - Changed
sessionto public - Changed
panGestureandpinchGestureto public
Version 2.3.0
- Added support to vertically swipt to zoom
- Added
swipeToZoomproperty - Added support for inverting zoom directions for swipeToZoom
- Added
swipeToZoomInvertedproperty
Version 2.2.2
- Fixed issue with landscape orientation
- Fixed issue with SwiftyCam crashing by multiple double-tap camera switching
Version 2.2.1
- Added Carthage support
Version 2.2.0
- Added support for landsacpe device orientations
- Added maximum zoom level property
Version 2.1.0
- Added ability to change default camera orientation
- Added
defaultCameraproperty - Minor bug fixes
Version 2.0.0
- Changed
SwiftyCamViewControllerdelegate function naming - Changed
kMaximumVideoDurationproperty tomaximumVideoDuration - Changed
endVideoRecording()tostopVideoRecording - Fixed issue with front flash not starting before video recording
- Removed ability to disable prompting to app settings if permissions are not approved
- Updated demo application
- Minor bug fixes
Version 1.5.1
- Minor bug fixes
- Enhancemenents to demo project
Version 1.5.0
- Added support for front-facing camera tap to adjust exposure
- Added support for double tap gesture to switch cameras
- Added doubleTapCameraSwitch property
- Updated demo application with tap animation
Version 1.4.0
- Added support for background audio during video capture
- Added allowBackgroundAudio property
- Fixed issue where delegate calls where occuring off the main thread
- Demo application has new, polished look to show off new features
- Minor bug fixed
- Updated README
Version 1.3.1
- Minor bug fixes
Version 1.3.0
- Added support for front facing flash
- Added support for front facing Retina Flash (on supported models)
- Added support for front facing torch mode for video capture
Version 1.2.3
- Added support for Swift Package Manager
Version 1.2.2
- Added support for low light boost in supported models
- Minor bug fixes
- Updated documentation
Version 1.2.1
- Minor bug fixes
- Updated Documentation
Version 1.2.0
- Enabling flash is now a boolean property rather than a function
- Flash for photos only flashes when photo is taken.
- Flash for videos enables the torch when video begins recording and disables flash when video finishes
- Fixed issue where SwiftyCamDidChangeZoomLevel(zoomLevel:) would be called from pinch gestures from front camera
- Minor bug fixes and enhancements