AnyImageKit Versions Save

A toolbox for pick/edit/capture photo or video. Written in Swift.

0.17.1

4 months ago

更新说明

Resolved

  • Picker
    • Fixed an issue that preferredOutputPath dose not work. #187
    • Fixed an issue that memory leak when scrolling the picker. #188

Full Changelog: https://github.com/AnyImageKit/AnyImageKit/compare/0.17.0...0.17.1

0.17.0

6 months ago

更新说明

New Features

  • Editor
    • Added a new configuration clipRange to set the range for video clipping.

Resolved

  • General
    • Fixed some warnings and typos.
  • Picker
    • Fixed an issue that callbacks were occasionally not triggered. (#182)
  • Editor
    • Fixed an issue that images with orientation information in their EXIF data were not correctly handled.
    • Fixed a crash that could occur when dragging the progress bar during video editing.

What's Changed

New Contributors

Full Changelog: https://github.com/AnyImageKit/AnyImageKit/compare/0.16.0...0.17.0

0.16.0

1 year ago

更新说明

New Features

  • Picker
    • Keep selected resources when switching albums.
    • Split the preview function into "Album Preview" and "Selected Resource Preview".(#167)
    • Added a new configuration clearSelectionAfterSwitchingAlbum to keep OR delete selected resources when switching albums.

Resolved

  • Picker
    • Crash that UI API not call on main thread.

0.14.6

1 year ago

Fix

  • Set SPM target platforms v13

0.14.5

1 year ago

New Features

  • Use Xcode 13.4.1/Xcode 14.0 beta2
  • Set framework minimum deployment target to 13.0

Resolved

  • Picker
    • Fix the issue that sort by adding time instead of creation time

0.14.4

2 years ago

Resolved

  • Picker
    • Fix can not add more photos when limit permission mode.(#144)

0.14.3

2 years ago

更新说明

Resolved

  • Picker

    • Fix the issue that disable rule is not checked when selecting photos after taking photos.(#134)
    • Fix asset collection view will be offset when contentInsetAdjustmentBehavior is modified globally.
  • Editor

    • Fix the issue that image will be wrong after crop when tool option only has crop option.(#133)

0.14.2

2 years ago

更新说明

Resolved

  • Picker
    • Fix when using Xcode 13.2+, main thread will be stuck for 15 seconds when requesting to register photo library observer before authorization.(#130)
    • Fix shared albums cannot be select in picker, add a new option .shared for PickerAlbumOption.(#129) (#131)

0.14.0

2 years ago

更新说明

New Features

  • Editor
    • Added rotationDirection enumeration. Can rotate the image when cropping. (#100)
    • Added textFont UIFont value. Can customize font of input text.
    • Added isTextSelected boolean value. Set default style of input text.
    • Added calculateTextLastLineMask boolean value. Calculate the width of the last line of the input text to show mask layer.
    • Added input text border.
    • Added the shadow of input text.

Improved

  • All modules
    • Theme can customize color, icon, text, label and button. (#104)
    • Data track added more events, supported page and events can be find HERE.
  • Picker
    • AssetDisableCheckRule support more complex scene. (#96)
  • Editor
    • Improved the response area of input text.

Resolved

  • Picker
    • Try to fix that quick click on done button will trigger the delegate several times. (#110)
    • Fixed GIF/Live Photo will show edit button.
    • Before iOS 14, Picker used the wrong index when selecting asset after take photos in desc sort mode.
  • Editor
    • Crush when cropping video. (#111)
    • In the specified crop option, the crop rect may not move.
    • The UITextView may scroll when enter input text.

Other

  • Added API Tests to compare API between different versions.

0.13.4

2 years ago

New Features

  • Use Xcode 13.0 and Kingfisher 7.0.0
  • Set framework minimum deployment target to 12.0