Преглед на файлове

Bumped version to 5.20.1

update CHANGELOG
DreamPiggy преди 1 година
родител
ревизия
e7d3256c49
променени са 4 файла, в които са добавени 13 реда и са изтрити 4 реда
  1. 8 0
      CHANGELOG.md
  2. 2 1
      SDWebImage.json
  3. 1 1
      SDWebImage.podspec
  4. 2 2
      WebImage/Info.plist

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+## [5.20.1 - 5.20 Patch on Feb 20th, 2025]
+See [all tickets marked for the 5.20.1 release](https://github.com/SDWebImage/SDWebImage/milestone/141)
+
+### Fixes
+- (macOS) Fix SDAnimatedImagePlayer leaking SDDisplayLink instances and leaving CVDisplayLink threads running #3776
+- (macOS) Add autoreleasepool to DisplayLinkCallback to release objects #3779
+- Fix the issue that previous optimization for special case (multiple same URL in prefetcher list) breaks the queryCacheType option sematic #3788
+
 ## [5.20.0 - Animation Transformer with tint color, on Nov 1st, 2024](https://github.com/rs/SDWebImage/releases/tag/5.20.0)
 See [all tickets marked for the 5.20.0 release](https://github.com/SDWebImage/SDWebImage/milestone/139)
 

+ 2 - 1
SDWebImage.json

@@ -5,5 +5,6 @@
     "5.19.5": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.5/SDWebImage-dynamic.xcframework.zip",
     "5.19.6": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.6/SDWebImage-dynamic.xcframework.zip",
     "5.19.7": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.7/SDWebImage-dynamic.xcframework.zip",
-    "5.20.0": "https://github.com/SDWebImage/SDWebImage/releases/download/5.20.0/SDWebImage-dynamic.xcframework.zip"
+    "5.20.0": "https://github.com/SDWebImage/SDWebImage/releases/download/5.20.0/SDWebImage-dynamic.xcframework.zip",
+    "5.20.1": "https://github.com/SDWebImage/SDWebImage/releases/download/5.20.1/SDWebImage-dynamic.xcframework.zip"
 }

+ 1 - 1
SDWebImage.podspec

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