mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-03-25 09:05:52 +00:00
Updated CHANGELOG and README
This commit is contained in:
parent
da8f7ba858
commit
c2952e7833
2 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,14 @@
|
|||
# CHANGELOG
|
||||
|
||||
## Version 2.0.0
|
||||
- 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
|
||||
|
||||
## Version 1.5.1
|
||||
- Minor bug fixes
|
||||
- Enhancemenents to demo project
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftyCam'
|
||||
s.version = '1.5.1'
|
||||
s.version = '2.0.0'
|
||||
s.summary = 'A Simple, Snapchat inspired camera Framework written in Swift'
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue