Releases: longitachi/ZLPhotoBrowser
Releases · longitachi/ZLPhotoBrowser
4.4.0
Add
- Limit the maximum number of frames of GIF images to avoid crashes caused by loading too many frames of GIFs, and provide a series of blocks to support custom implementation of GIF image playback.
- Modify the UI effect of text input in the image editor.
- Support set the default camera position.
4.3.9
Add
- Support for customizing the item spacing, row spacing, and column count of the thumbnail view controller.
- Moves the camera configuration-related properties from ZLPhotoConfiguration to ZLCameraConfiguration.
- Update the UI style of camera interface.
- Support callback directly after taking picture.
- Increase the maximum zoom ratio of stickers.
4.3.8
4.3.7
Add
- Modify the parameter type of
selectImageBlock
and useZLResultModel
for callback. DeleteshouldAnialysisAsset
property. - Photo editor adapts to iPad.
- Arabic supported. @LastSoul
- Support redo in graffiti and mosaic tools.
- Support for modifying the tint color of the image editor icon.
Fix:
- Fix the bug of getting the wrong version of the video when editing the video.
4.3.6
Add
- Support custom alert style.
- Improve the experience of image editor.
4.3.5
Add
- Support custom alert style.
- Improve the experience of image editor.
4.3.4
Fix
- Fix a bug of the image editor.
4.3.3
Add
- Adjust loading progress hud style to make it prettier.
- Add wrapper for ZLPhotoBrowser compatible types.
- Support for requesting original images when
allowSelectOriginal = false
. - Update Localizable.strings for Japanese. #727 @TowaYamashita
4.3.2
Add
- Add Tolerance in Video Editing.
- Format code style.
Fix
- Fix some bugs when iOS14 album permissions are limited.
4.3.1 - 4.3.0 Patch
Add
- Remove deprecated properties.
- Moved some UI related properties to ZLPhotoUIConfiguration.
- Add ZLEnlargeButton class instead of extending UIControl to enlarge button click area.
- Add fade animation when taking photos.