Skip to content

Releases: longitachi/ZLPhotoBrowser

4.4.0

29 Mar 03:00
Compare
Choose a tag to compare

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

17 Feb 09:00
Compare
Choose a tag to compare

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

13 Dec 04:11
Compare
Choose a tag to compare

Add

  • Support direct callback after selecting thumbnail.
  • Add horizontal adjust slider.

Fix:

  • Fix the bug of wrong size when merging videos. #788
  • Hide redo button when filtering or color adjusting.

4.3.7

28 Sep 09:52
Compare
Choose a tag to compare

Add

  • Modify the parameter type of selectImageBlock and use ZLResultModel for callback. Delete shouldAnialysisAsset 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

06 Sep 07:51
Compare
Choose a tag to compare

Add

  • Support custom alert style.
  • Improve the experience of image editor.

4.3.5

07 Jul 09:49
Compare
Choose a tag to compare

Add

  • Support custom alert style.
  • Improve the experience of image editor.

4.3.4

28 Jun 06:38
Compare
Choose a tag to compare

Fix

  • Fix a bug of the image editor.

4.3.3

21 Jun 12:35
Compare
Choose a tag to compare

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

25 May 03:20
Compare
Choose a tag to compare

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

28 Apr 06:56
Compare
Choose a tag to compare

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.