Explorar el Código

Bumped version to 5.18.5

update CHANGELOG
DreamPiggy hace 2 años
padre
commit
1b9a2e902c
Se han modificado 3 ficheros con 18 adiciones y 3 borrados
  1. 15 0
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 15 - 0
CHANGELOG.md

@@ -1,3 +1,18 @@
+## [5.18.5 - iOS 17 Workaround, on Nov 16th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.5)
+See [all tickets marked for the 5.18.5 release](https://github.com/SDWebImage/SDWebImage/milestone/125)
+
+### Fixes
+- Introduce the hacky workaround for iOS 17/macOS 14 ImageIO indexed color png decode (Apple's bug) #3634
+- - This will use runtime detection (accurate and safe), and fix the wrong CGImageAlphaInfo when created from PNG using ImageIO decoder. Currently bug exists on iOS 17.0-17.2
+- - Please help to fire radar to Apple, let them fix this problem as soon as possible.
+- Fix the iOS 17 UIKit issue that UIImageView entering the background will reset CALayer's contents, which cause SDAnimatedImageView render issue (out-of-sync) #3636
+- Fix the sd_colorAtPoint/sd_colorsWithRect return wrong value on pre-multiplied CGImage #3637
+- - Previous version this may return the premultiplied color, which is wrong. Should always return the un-premultiplied color.
+
+### Tests
+- [Unit test] Use placehold.co to replace the down site via.placeholder.com #3639
+
+
 ## [5.18.4 - 5.18 Fix, on Oct 27th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.4)
 See [all tickets marked for the 5.18.4 release](https://github.com/SDWebImage/SDWebImage/milestone/124)
 

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.18.4'
+  s.version = '5.18.5'
 
   s.osx.deployment_target = '10.11'
   s.ios.deployment_target = '9.0'

+ 2 - 2
WebImage/Info.plist

@@ -15,11 +15,11 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>5.18.4</string>
+	<string>5.18.5</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.18.4</string>
+	<string>5.18.5</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>