All Versions
20
Latest Version
Avg Release Cycle
89 days
Latest Release
2081 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