All Versions
20
Latest Version
Avg Release Cycle
89 days
Latest Release
1823 days ago

Changelog History
Page 2

  • v2.0.0 Changes

    • ๐Ÿ”„ Changed SwiftyCamViewController delegate function naming
    • ๐Ÿ”„ Changed kMaximumVideoDuration property to maximumVideoDuration
    • ๐Ÿ”„ Changed endVideoRecording() to stopVideoRecording
    • ๐Ÿ›  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
  • v1.5.1 Changes

    • ๐Ÿ›  Minor bug fixes
    • โœจ Enhancemenents to demo project
  • v1.5.0 Changes

    • โž• 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
  • v1.4.0 Changes

    • โž• 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
  • v1.3.1 Changes

    • ๐Ÿ›  Minor bug fixes
  • v1.3.0 Changes

    • โž• 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
  • v1.2.3 Changes

    • โž• Added support for Swift Package Manager
  • v1.2.2 Changes

    • โž• Added support for low light boost in supported models
    • ๐Ÿ›  Minor bug fixes
    • ๐Ÿ“š Updated documentation
  • v1.2.1 Changes

    • ๐Ÿ›  Minor bug fixes
    • ๐Ÿ“š Updated Documentation
  • v1.2.0 Changes

    • 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