From c51ba84499268ea3020e6aee9e229c0f56b9d924 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sun, 4 Jun 2023 14:19:24 +0800 Subject: [PATCH] Bumped version to 5.16.0 update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ SDWebImage.podspec | 2 +- WebImage/Info.plist | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fcf2d3..5f20b998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [5.16.0 - Limit Bytes && Frame Pool, on Jun 4th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.16.0) +See [all tickets marked for the 5.16.0 release](https://github.com/SDWebImage/SDWebImage/milestone/116) + +### Features +#### Animated Image +- Performance: Introduce frame pool for SDAnimatedImage playback. Solve when multiple image view references the same URL image cause un-wanted decode which waste RAM/CPU #3524 +- - Note this currently does not expose the frame pool API. Fire issue if you're facing issues about this change. + +#### Decoder +- Introduce the automatically calculation of thumbnail (include animated/static image) using SDImageCoderDecodeScaleDownLimitBytes #3537 +- - This calculation of the UIKit-based animated image frame count as well (only `UIAnimatedImage`, not `SDAnimatedImage`, because `SDAnimatedImage` manage frames dynamically). Fire issue if you're facing issues about this change. +- - The `.scaleDownLargeImages` implementation has switched to use this instead of `.thumbnailPixelSize` (5.5.0 - 5.16.0) +- - Note this introduce new API and need Coder Plugin update (like WebP/AVIF) + +### Documentations +- Update some comments to allows SwiftDocC generate better page #3547 + ## [5.15.8 - Fix macOS Crash, on May 15th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.8) See [all tickets marked for the 5.15.8 release](https://github.com/SDWebImage/SDWebImage/milestone/117) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 245c9045..3f569e71 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.15.8' + s.version = '5.16.0' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 73884f60..ea6eccb9 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.15.8 + 5.16.0 CFBundleSignature ???? CFBundleVersion - 5.15.8 + 5.16.0 NSPrincipalClass