diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2a9021..69558fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [5.4.0 Extended Cache Metadata, on Dec 5th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.4.0) +See [all tickets marked for the 5.4.0 release](https://github.com/SDWebImage/SDWebImage/milestone/51) + +### Features + +#### Cache +- Allows advanced user to read/write extended metadata associated with image data from disk cache #2898 +- This metadata will be processed at the same time when store or query the image. The metadata should conforms to `NSCoding` for archive and unarchive. + +#### Manager +- Add `SDWebImageWaitStoreCache`, which wait for all the async disk cache written finished and then callback, useful for advanced user who want to touch the cache right in completion block #2900 + +### Fixes +- Using one global function to ensure we always sync all the UIImage category associated object status correctly inside our framework #2902 + ## [5.3 Patch, on Dec 3rd, 2019](https://github.com/rs/SDWebImage/releases/tag/5.3.3) See [all tickets marked for the 5.3.3 release](https://github.com/SDWebImage/SDWebImage/milestone/54) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 80187e75..6e7c4229 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.3.3' + s.version = '5.4.0' s.osx.deployment_target = '10.10' s.ios.deployment_target = '8.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 62181bd0..7c51b93f 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.3.3 + 5.4.0 CFBundleSignature ???? CFBundleVersion - 5.3.3 + 5.4.0 NSPrincipalClass