1 days ago
ZLPhotoBrowser

4.5.2

Fix

  • Fix the bug in the image cropping interface where the image is not displayed correctly when zooming in and the crop ratio is not 0.
4 days ago
CryptoSwift

1.8.2

  • Enable VisionOS as supported platform for Xcode project and SwiftPM package
  • Tweak CocoaPods setup for privacy manifest
4 days ago
AlertKit
16 days ago
Alamofire

5.9.1

Released on 2024-03-30. All issues associated with this milestone can be found using this filter.

Updated

  • HTTPHeaders and HTTPHeader to be Sendable.
  • HTTPMethod to be Sendable.

Fixed

  • CocoaPods visionOS support by explicitly declaring it in podspec.
17 days ago
ZLPhotoBrowser

4.5.1

Add

  • Add xcprivacy file to the project.

Fix

  • Fix the bug causing a crash when continuously switching between front and rear cameras. #894
  • Fix the bug where the status bar in the album thumbnail interface sometimes does not display.
17 days ago
ZLPhotoBrowser

4.5.1

Add

  • Add xcprivacy file to the project.

Fix

  • Fix the bug causing a crash when continuously switching between front and rear cameras. #894
  • Fix the bug where the status bar in the album thumbnail interface sometimes does not display.
19 days ago
fmdb

The one for SQLCipher CocoaPods support.

This amazing release is to get SQLCipher support back into the CocoaPods release.

21 days ago
SDWebImage

5.19.1 - 5.9 Patch

See all tickets marked for the 5.19.1 release

Features

  • Allows the transformer to preserve the UIImage metadata like image format #3688
  • Add a protect when NSString passed into sd_setImageWithURL API (which should be NSURL instance) #3686 @aasdsjk

Performance

  • Replace NSFileManager.enumeratorAtPath with enumeratorAtURL for performance and RAM saving #3690 @ChengzhiHuang

Warnings

  • mark SDWebImageCacheKeyFilter default initializer unavailable & add missing default case of SDCallbackQueue sync/async function #3683 @adamwangxx