From 5818cf70fde7e9e07e24196d0d54350bc8526f26 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 11 May 2020 11:31:38 +0800 Subject: [PATCH] Bumped version to 5.8.0 update CHANGELOG --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ SDWebImage.podspec | 2 +- WebImage/Info.plist | 4 ++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 526b9827..361e6440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## [5.8.0 - Transform original cache and more, on May 11th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.8.0) +See [all tickets marked for the 5.8.0 release](https://github.com/SDWebImage/SDWebImage/milestone/69) + +### Features + +#### Transformer +- Add query original cache for transformed image without downloading #2992 +- This can be used to query the original image from cache then do transforming when transformed key cache miss, without any downloading happened. + +#### Animated Image +- Added autoplay control property to AnimatedImageView (autoPlayAnimatedImage) #3003 + +#### Manager +- Mark the black list formal error code, support remove the failed URL from black list #2997 +- Polish the error description between image decode failed and image size is 0 #3005 + +#### Downloader +- Add the convenient request/response modifier, which provide HTTP header directly #2990 + +#### View Category +- Added the convenient transition options for macOS user. Deprecate the old timingFunction, which can use System API to achieve #2985 +- Feature pass the set operation key into context option from upstream. Fix the potential retain cycle if user use custom manager #2986 + +#### Coder +- Feature: Encoding options supports embed thumbnail (works for JPEG/HEIF/AVIF) #2988 + +#### Project +- Support the SwiftPM Objective-C user to use `#improt ` #2987 + ## [5.7.4 - 5.7 Patch, on May 6th, 2020](https://github.com/SDWebImage/SDWebImage/releases/tag/5.7.4) See [all tickets marked for the 5.7.4 release](https://github.com/SDWebImage/SDWebImage/milestone/71) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 0c09dd1c..f2d24fb7 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.7.4' + s.version = '5.8.0' s.osx.deployment_target = '10.10' s.ios.deployment_target = '8.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index d880a0bf..e10a940b 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.7.4 + 5.8.0 CFBundleSignature ???? CFBundleVersion - 5.7.4 + 5.8.0 NSPrincipalClass