From e857b78ca4c8afe616b794aeb090d40f4e348072 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sun, 22 Nov 2020 18:26:48 +0800 Subject: [PATCH] Bumped version to 5.10.0 update CHANGELOG --- .github/CONTRIBUTING.md | 2 +- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- SDWebImage.podspec | 2 +- WebImage/Info.plist | 4 ++-- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ce28bd03..0e5ea68a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -34,7 +34,7 @@ Doing this helps prioritize the most common problems and requests. When reporting issues, please include the following: -- The platform name and version (e.g. iOS 8.1) +- The platform name and version (e.g. iOS 10.0) - The library version - The integration method (e.g. CocoaPods/Carthage/manually) - The version of Xcode you're using diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0a253e..1677f894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [5.10.0 - iOS 9+/Xcode 11+, on Nov 22nd, 2020](https://github.com/rs/SDWebImage/releases/tag/5.10.0) +See [all tickets marked for the 5.10.0 release](https://github.com/SDWebImage/SDWebImage/milestone/82) + +### Project +- Bumped the min deployment target version to iOS 9, macOS 10.11. Bumped the min Xcode version to Xcode 11 #3130 +- This effect the downstream dependencies like [SDWebImageWebPCoder](https://github.com/SDWebImage/SDWebImageWebPCoder), you may update them to the latest version at the same time. + +### Features +#### Animated Image +- Add animation playback mode for SDAnimatedImageView/Player, including reverse, bounce and reversed bounce #3115 + +#### Custom Loader +- Added the options and context arg for Image Loader custom protocol, this can be used for advanced user to grab and check for context for current loading URL to process the logic #3129 + +#### Performance +- Replace all current dispatch_semaphore usage into the os_unfair_lock, use OSSpinLock for lower firmware #3128 + ## [5.9.5 - 5.9 Patch, on Nov 13th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.9.5) See [all tickets marked for the 5.9.5 release](https://github.com/SDWebImage/SDWebImage/milestone/81) diff --git a/README.md b/README.md index 75aac7d7..3417765b 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Podfile example: pod 'SDWebImage/MapKit' ``` -### Installation with Carthage (iOS 8+) +### Installation with Carthage [Carthage](https://github.com/Carthage/Carthage) is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 07efa25e..983d9090 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.9.5' + s.version = '5.10.0' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 2ec60747..ac819a1f 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.9.5 + 5.10.0 CFBundleSignature ???? CFBundleVersion - 5.9.5 + 5.10.0 NSPrincipalClass