Pārlūkot izejas kodu

Bumped version to 5.19.5

update CHANGELOG
DreamPiggy 1 gadu atpakaļ
vecāks
revīzija
86e9185ef4
4 mainītis faili ar 19 papildinājumiem un 4 dzēšanām
  1. 14 0
      CHANGELOG.md
  2. 2 1
      SDWebImage.json
  3. 1 1
      SDWebImage.podspec
  4. 2 2
      WebImage/Info.plist

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+## [5.19.5 - Swift 6 Compatible, on Jul 24th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.5)
+See [all tickets marked for the 5.19.5 release](https://github.com/SDWebImage/SDWebImage/milestone/137)
+
+### Fixes
+- Fix our HEIC coder to encode timed image sequences instead of non-timed image gallery for HEIC encoding #3727
+- - If you have use case to encode static multi-frame HEIC image, use ImageIO directly. SDWebImage currenly always assume multi-frame image to be animated.
+
+### Project
+- Use the new macro from Swift compiler and SDK to mark the UIImage/UIImageView subclass matching what they designed to be #3731
+- - This solve the Xcode 16 Beta issue when trun on Swift 6 mode with strict concurrency.
+
+### Tests
+- Try to re-enable the HEIC encoding test and visionOS xctest #3728
+
 ## [5.19.4 - 5.19 Patch, on Jul 1st, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.4)
 See [all tickets marked for the 5.19.4 release](https://github.com/SDWebImage/SDWebImage/milestone/136)
 

+ 2 - 1
SDWebImage.json

@@ -1,5 +1,6 @@
 {
 	"5.19.2": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.2/SDWebImage-dynamic.xcframework.zip",
 	"5.19.3": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.3/SDWebImage-dynamic.xcframework.zip",
-    "5.19.4": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.4/SDWebImage-dynamic.xcframework.zip"
+    "5.19.4": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.4/SDWebImage-dynamic.xcframework.zip",
+    "5.19.5": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.5/SDWebImage-dynamic.xcframework.zip"
 }

+ 1 - 1
SDWebImage.podspec

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