Skip to content

3.1.1 - Kingfisher likes more

Compare
Choose a tag to compare
@onevcat onevcat released this 28 Sep 05:04
· 1839 commits to master since this release

Fix

  • An issue which prevents using multiple image processors at the same time. Now you can use different ImageProcessor at the same time for an image, while keeping high performance since only one downloading process would be fired. #460
  • A crash when processing some images with built-in ResizingImageProcessor and OverlayImageProcessor while the input images not having a standard format. #440, #461
  • ImageCache could accept a path extension as key now. #456