Skip to content

EXIFs, Skippable Gallery, Japanese support & more

Compare
Choose a tag to compare
@s4cha s4cha released this 29 May 16:11
· 493 commits to master since this release

Skippable Gallery

Gallery Selection is now skippable, courtesy of @shotat

config.library.skipSelectionsGallery = true

TargetSize for camera capture

libraryTargetImageSize becomes targetImageSize in order to limit the outut image size for both library & Capture, courtesy of @DamascenoRafael

config.targetImageSize = .cappedTo(size: 1024)

EXIFs

You can now access Exif Metadata thanks to @Romixery πŸ‘

photo.exifMeta

Japanese πŸ‡―πŸ‡΅

Adds Japanese language thanks to @shotat ! πŸ’ͺ

Namespaced Config

Config is now namespaced for a clearer usage.
config.videoRecordingTimeLimit becomes config.video.recordingTimeLimit

Fixes dismissal issue

Fixes a bug where Picker dismissal couldn't be animated: false
Let's remind that dismissal is the user's responsibility so don't forget to call dismiss in the didFinishPicking callback.
Thanks @WeDrinkInAssembly for spotting that πŸ‘€

Thanks a ton to the usual suspects who helped with the translation
@shotat, @DamascenoRafael, @hanikeddah, @tahaburak, @Anarchoschnitzel πŸ‘

Have fun!