From 449e8f8f10377f620db8ad22ea81208eecf6325f Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 6 Feb 2026 22:38:09 +0800 Subject: [PATCH] Bumped version to 5.21.6 update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ SDWebImage.json | 3 ++- SDWebImage.podspec | 2 +- WebImage/Info.plist | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a0d713..5d9cd175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.21.6 - 5.21 Patch on Feb 6th 2026] +See [all tickets marked for the 5.21.6 release](https://github.com/SDWebImage/SDWebImage/milestone/148) + +### Fixes +- Fix the issue that thumbnail decoding will store the fulll image data into thumbnail key, which effect next time query from disk #3866 + +### Changes +- Image cache query API for disk type, no longer write back image to memory cache automatically. Call `storeImageToMemory` if you need. +- Added support to encode APNG instead of GIF, when no animated image format provided #3867 + ## [5.21.5 - 5.21 Patch on Dec 3rd 2025] See [all tickets marked for the 5.21.5 release](https://github.com/SDWebImage/SDWebImage/milestone/147) diff --git a/SDWebImage.json b/SDWebImage.json index 27f29232..5cb044a3 100644 --- a/SDWebImage.json +++ b/SDWebImage.json @@ -12,5 +12,6 @@ "5.21.2": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.2/SDWebImage-dynamic.xcframework.zip", "5.21.3": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.3/SDWebImage-dynamic.xcframework.zip", "5.21.4": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.4/SDWebImage-dynamic.xcframework.zip", - "5.21.5": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.5/SDWebImage-dynamic.xcframework.zip" + "5.21.5": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.5/SDWebImage-dynamic.xcframework.zip", + "5.21.6": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.6/SDWebImage-dynamic.xcframework.zip" } diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 7f088a74..9b36ee49 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.21.5' + s.version = '5.21.6' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index e30d51dd..0a5cae54 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.21.5 + 5.21.6 CFBundleSignature ???? CFBundleVersion - 5.21.5 + 5.21.6 NSPrincipalClass