All Versions
129
Latest Version
Avg Release Cycle
33 days
Latest Release
389 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.12.4 Changes
March 08, 2022๐ See all tickets marked for the 5.12.4 release
๐ Fixes
- ๐ Fix imageView blinks with option
SDImageCacheQueryDiskDataSync
#3327 - โช Workaround the iOS 15+ Force Decode may return black image because of CoreGraphics #3332
- ๐ Fix imageView blinks with option
-
v5.12.3 Changes
January 27, 2022๐ See all tickets marked for the 5.12.3 release
๐ Fixes
- ๐ Fix #3320 decodedAndScaledDownImageWithImage does not render the image completely #3321 Thanks @ty0x2333
-
v5.12.2 Changes
December 31, 2021๐ See all tickets marked for the 5.12.2 release
๐ Fixes
- Eliminates accumulated floating point errors. #3312
- Don't copy image data for incremental decoding. #3304
-
v5.12.1 Changes
October 15, 2021๐ See all tickets marked for the 5.12.1 release
๐ Fixes
- ๐ Fix ProMotion display issues #3280
- โ Add tvos check when use targetTimestamp in displaylink #3286
- ๐ Revert "Fix image source release in iOS 15" in 5.12.0 #3281
โ Warnings
- โ Since UTI is an standard, we can use it directly to avoid warning on iOS 15
โ Tests
- ๐ Fix test error #3283
- ๐ง Port travis configuration to github actions #3285
-
v5.12.0 Changes
September 30, 2021๐ See all tickets marked for the 5.12.0 release
๐ Features
Cache
- ๐ Do a extra memory cache sync when weak cache feature enabled && Change the default value for shouldUseWeakMemoryCache to NO #3239
- ๐ Fix imageFromCacheForKey with options and context behavior, matching the async version one. #3238
Downloader
- ๐ Feature: allow user to custom acceptable status code and content type #3227
- ๐ Change the default delegate method to allows optional cert in SSL verify, matches URLSession's behavior #3241
Animated Image
- โ Added sd_imageFrameCount convenient API for UIAinmatedImage/NSBitmapImageRep #3243
- ๐ Make SDAnimatedImageRep confirms to correct copy semantic #3258
๐ Fixes
- ๐ Fix image source release in iOS 15 #3276
- ๐ Fix wrong memory cost in _UIAnimatedImage #3237
- ๐ Fix pixel ratio thumbnail calculation #3277
- Fix the warning, enable APPLICATION_EXTENSION_API_ONLY for all framework target #3236
-
v5.11.1 Changes
April 23, 2021๐ See all tickets marked for the 5.11.1 release
๐ Changes
- ๐ Change the .originalStoreCaheType and .originalQueryCacheType into .disk, Now we will store the full image data into disk and re-query the full image data by default #3219
- ๐ Change the willTerminate auto clean cache logic into sync version #3210
๐ Fixes
- ๐ Fix the bug that when querying original cache miss, the download process will be skipped. This is not designed behavior #3221
- ๐ Ensure the invalid URLSeesion will receive the cancel callback and does not trigger the any exception from framework #3205
๐ Documentation
- ๐ Fix spelling error in SDWebImageDownloaderOperation #3220
-
v5.11.0 Changes
April 01, 2021๐ See all tickets marked for the 5.11.0 release
๐ Features
Transformer
- โ Added the new context option SDWebImageContextOriginalImageCache, which control the cache instance used for original full size image query/write when using transformer #3184
๐ Performance
- ๐ Increase progressive decoding performance by using the progressive decoder's result instead of re-decoding the full image data #3182
- Avoid the strong retain during download decoding, this can make the download operation fast to destroy and reduce memory peak, especially in progressive decoding #3183
๐ Fixes
- Don't encode/decode image when app will terminated #3149
-
v5.10.4 Changes
February 02, 2021๐ See all tickets marked for the 5.10.4 release
๐ Performance
- Don't unnecessarily copy image data in the Download Operation #3167
-
v5.10.3 Changes
January 24, 2021๐ See all tickets marked for the 5.10.3 release
๐ Fixes
- ๐ Fixed the store cache type was specified to
SDImageCacheTypeDisk
that pictures shouldn't cache to memory. #3157
- ๐ Fixed the store cache type was specified to
-
v5.10.2 Changes
December 29, 2020๐ See all tickets marked for the 5.10.2 release
๐ Fixes
- ๐ Fix the case that we setFinished=YES before NSOperation started. This may cause exception from Foundation #3146