Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

72 lines (39 loc) · 1.49 KB

Changelog

The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.

1.5.0

  • Adds support for Swift Package Manager [#166]

1.4.9

  • 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

  • The crop box starts to swap its dimensions depending on portrait or landscape sized images. [#152]

1.4.6

  • Fixes issues with files missing imports. [#149]
  • Adds Crop & Rotate capabilities to the editor. [#150]

Unreleased

Breaking Changes

None.

New Features

None.

Bug Fixes

None.

Internal Changes

  • Add this changelog file. [#148]