Add
- Add
AnimatedImageView.purgeFrames(keepCurrentFrame:)and opt-inpurgeFramesOnBackgroundto reduce animated frame memory while app is backgrounded. #2482 #2445 @onevcat @Ceylo - Add
KFAnimatedImage.purgeFramesOnBackground(_:)to expose background frame purging in SwiftUI. #2484 @WZBbiao
Fix
- Fix missing completion callback when original cache reports cached but returns no image. #2481 #2472 @onevcat @hotngui
- Fix
AnimatedImageViewdeinit compatibility for older Swift 6 toolchains without isolated deinit support. #2485 @onevcat - Apply
retryStrategyinImagePrefetcherload path so retry options also work during prefetching. #2487 @TastyHeadphones - Fix non-Sendable
RetryDecisioncapture warning in ImagePrefetcher retry flow under Swift 6 concurrency checks. #2488 @onevcat