Skip to content

Commit

Permalink
Merge pull request #161 from tumblr/bump-1.4.9
Browse files Browse the repository at this point in the history
Upgrade Kanvas to 1.4.9
  • Loading branch information
Deco354 authored Jun 7, 2023
2 parents 940ec08 + 5a1f973 commit b6fa7b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ _None._
-->

## Unreleased
## 1.4.9

- Added new delegate methods to track appearing and disappearing of camera, preview, and editor screens. [#156]
- Force any video to encode as a gif when taken with the gif camera [#159]

## 1.4.8

- Replace `DispatchQueue.global` with Swift concurrency to reduce Thread Explosion [#153]
- Fix streched image after taking a shot in GIF mode issue [#155]
- Add new delegate methods to track appearing and disappearing of camera, preview, and editor screens. [#156]

## 1.4.7

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- iOSSnapshotTestCase/Core (8.0.0)
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Kanvas (1.4.8):
- Kanvas (1.4.9):
- CropViewController

DEPENDENCIES:
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
CropViewController: 58fb440f30dac788b129d2a1f24cffdcb102669c
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kanvas: c4983081eccd9ac190799989a54a57fd08bd0092
Kanvas: cc027f8058de881a4ae2b5aa5f05037b6d054d08

PODFILE CHECKSUM: 7f87a0c75f7e07c253792681a758e25d03b1f121

Expand Down
2 changes: 1 addition & 1 deletion Kanvas.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |spec|
spec.name = 'Kanvas'
spec.version = '1.4.8'
spec.version = '1.4.9'
spec.summary = 'A custom camera built for iOS.'
spec.homepage = 'https://github.com/tumblr/kanvas-ios'
spec.license = 'MPLv2'
Expand Down

0 comments on commit b6fa7b1

Please sign in to comment.