Explorar el Código

Bumped version to 5.15.6

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

+ 13 - 0
CHANGELOG.md

@@ -1,3 +1,16 @@
+## [5.15.6 - Fix watchOS, on Apr 23rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.5)
+See [all tickets marked for the 5.15.6 release](https://github.com/SDWebImage/SDWebImage/milestone/114)
+
+### Performance
+- Small improvements to SDDiskCache write perf #3517
+- - Note this slightly change the bahavior when you manual grab the `SDImageCache.diskCachePath` and remove it without creating new directory, next disk cache write operation will fail, before the restart of App.
+
+### Fixes
+- Revert the SDDisplayLink for watchOS, fix the animated image duration bug #3520 #3511
+
+### Warnings
+- Fix the warning of C function with no param #3519
+
 ## [5.15.5 - Fix, on Mar 3rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.5)
 See [all tickets marked for the 5.15.5 release](https://github.com/SDWebImage/SDWebImage/milestone/113)
 

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.15.5'
+  s.version = '5.15.6'
 
   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.15.5</string>
+	<string>5.15.6</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.15.5</string>
+	<string>5.15.6</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>