File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.14.3 - 5.14 Opt, on Dec 27th, 2022] ( https://github.com/rs/SDWebImage/releases/tag/5.14.3 )
2
+ See [ all tickets marked for the 5.14.3 release] ( https://github.com/SDWebImage/SDWebImage/milestone/106 )
3
+
4
+ ### Performance
5
+ - Added ioQueueAttributes to use concurrent or control QoS for image cache internal IO Queue #3460
6
+ - When frame timestamp not reached, we should prefetch frame in advance for image render #3452
7
+
8
+ ### Fixes
9
+ - Fix the iOS 15+ force-decode hack break Apple's HEIF and JPEG YUV420 optimization #3461
10
+ - The poster image should not trigger a frameChange callback #3459
11
+
1
12
## [ 5.14.2 - 5.14 Fix, on Nov 11th, 2022] ( https://github.com/rs/SDWebImage/releases/tag/5.14.2 )
2
13
See [ all tickets marked for the 5.14.2 release] ( https://github.com/SDWebImage/SDWebImage/milestone/105 )
3
14
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SDWebImage'
3
- s . version = '5.14.2 '
3
+ s . version = '5.14.3 '
4
4
5
5
s . osx . deployment_target = '10.11'
6
6
s . ios . deployment_target = '9.0'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5.14.2 </string >
18
+ <string >5.14.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >5.14.2 </string >
22
+ <string >5.14.3 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
You can’t perform that action at this time.
0 commit comments