Skip to content

7.12.0 - Lucky Seven

Latest
Compare
Choose a tag to compare
@onevcat onevcat released this 10 Jun 13:31
· 188 commits to master since this release
7.12.0

Add

  • Mark the removeSizeExceededValues method in DiskStorage as public. Now it is possible to call this method to trigger a cleanup of the disk cache manually. #2214 @nickruddeni
  • A new PHPickerResultImageDataProvider for loading and caching images from PHPickerResult. #2233 @nuomi1
  • An option of reducePriorityOnDisappear for SwiftUI. It sets a lower priority for the image download task when the view disappears, and restore it when re-appears. #2211 @Aelx-Vaiman

Fix

  • Some improvements for documentation grammar and typos. #2236 @FlyingCaiChong
  • Use .process for the PrivacyInfo.xcprivacy in SPM to follow the practice suggested by Apple. #2243 @BorysKhl @onevcat
  • An issue that the file extension was not correctly retrieved for calculating hash file name when autoExtAfterHashedFileName is set to true. #2250 @freezy7