Skip to content

Commit

Permalink
Apply scheduled running result
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2024
1 parent de46a52 commit 0e2e15d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Outputs/SDWebImage.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,18 @@
"url" : "https://github.com/SDWebImage/SDWebImage/releases/tag/5.19.4",
"version" : "5.19.4"
},
{
"body" : "See [all tickets marked for the 5.20.0 release](https://github.com/SDWebImage/SDWebImage/milestone/139)\r\n\r\n### Features\r\n#### Animation Transformer\r\n- SDAniamtedImageView now supports to apply transformer (post-processing of frame), with the SDAnimatedImage. #3761\r\n- You can apply transform like blurs, tint, CIFilters on animation frames.\r\n- - Detailed behavior: Transform is applied just after the frame been decoded, on the global decode queue.\r\n- - Detailed behavior: The transformed image replace the original decoded one, and re-use the design of `maxBufferSize` on SDAnimatedImageView\r\n\r\n#### Disk Cache\r\n- Supports LRU eviction on disk cache, change the default expire type to accessDate instead of modificationDate #3759\r\n- - In previous versions, the disk cache does not actually supports LRU (The NSFileManager read API does not update the `accessDate`), this version fix this issue and change the default behavior to use `accessDate`\r\n\r\n#### Tint Color\r\n- Add blend mode to UIImage+Transform tint color API, default blend mode changed to sourceIn #3749\r\n- - In previous versions, the blend mode use `sourceAtop` and does not match UIKit's `tintColor` naming. We now use `sourceIn` to match it.\r\n- - Due to this changes, the `SDWebImageTintTransformer` defaults to use `sourceIn` blend mode as well. You can use transformer to tint SDAnimatedImageView as well\r\n\r\n### Fixes\r\n- Fix sd_imageFormat sometimes returns undefined on static image #3760",
"createdAt" : "2024-11-01T20:15:34+09:00",
"fetchedFromAPIAt" : "2024-11-02T10:06:58+09:00",
"id" : "RE_kwDOAATIS84K6aLt",
"owner" : "SDWebImage",
"publishedAt" : "2024-11-01T20:16:34+09:00",
"repository" : "SDWebImage",
"title" : "5.20.0 - Animation Transformer with tint color",
"url" : "https://github.com/SDWebImage/SDWebImage/releases/tag/5.20.0",
"version" : "5.20.0"
},
{
"body" : "See [all tickets marked for the 5.19.5 release](https://github.com/SDWebImage/SDWebImage/milestone/138)\r\n\r\n### Performance\r\n- Use the better way to detect lazy/non-lazy CGImage. Only do force decoding for lazy image (avoid thumbnail image been decoded twice) #3736\r\n\r\n### Fixes\r\n- Remove the unused code for iOS 10 polyfill #3735\r\n",
"createdAt" : "2024-08-07T16:52:07+09:00",
Expand Down

0 comments on commit 0e2e15d

Please sign in to comment.