Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
DreamPiggy
7 years ago
Commit
5062a7653e3233ff1195ce899e4304fd9efae6df
1 parent
c6bb3971
Bumped version to 4.4.0
update CHANGELOG
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
3 deletions
CHANGELOG.md
SDWebImage.podspec
WebImage/Info.plist
CHANGELOG.md
View file @
5062a76
## [4.4.0 - watchOS View Category, on May 31st, 2018](https://github.com/rs/SDWebImage/releases/tag/4.4.0)
See
[
all tickets marked for the 4.4.0 release
](
https://github.com/rs/SDWebImage/milestone/25
)
#### Features
-
View Category
-
Add the support for watchOS to use View Category method (
`sd_setImageWithURL:`
) on WKInterfaceImage #2343
-
Add optimalFrameCacheSize && predrawingEnabled options for FLAnimatedImage #2323
-
Cache
-
Add
`SDImageCacheScaleDownLargeImages`
to allow cache to scale down large images if need #2281 #2273
#### Improvements
-
View Category
-
Add
`UIViewAnimationOptionAllowUserInteraction`
as default options for convenient image transition #2315
-
Manager
-
Replace
`@synchronized`
with dispatch_semaphore_t in SDWebImageManager #2340
#### Performances
-
Coder
-
Remove the extra calculation of image orientation for ImageIO coder #2313
-
Remove the duplicated process to force decode (draw on bitmap context) in Image/IO's progressive decoding #2314
-
Common
-
Minor optimize for dispatch_queue_async_safe #2329
#### Fixes
-
Coder
-
Fix that force decode not works for alpha-channel images #2272 #2297
-
Fix WebP Encoding only works for RGBA8888 CGImage but not other color mode #2318
-
Fix the thread-safe issue for coders manager #2274 #2249 #1484
-
Fix the wrong declaration of NSArray generics #2260
#### Docs
-
Fix function storeImageDataToDisk description #2301
## [4.3.3 - Cache Serializer, on Mar 12th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.3)
See
[
all tickets marked for the 4.3.3 release
](
https://github.com/rs/SDWebImage/milestone/24
)
...
...
@@ -631,3 +664,5 @@ For consistency, added async methods in `SDWebImageManager` `cachedImageExistsFo
## [1.0.0 on Dec 31st, 2009](https://github.com/rs/SDWebImage/releases/tag/1.0.0)
## [1.0 on Dec 31st, 2009](https://github.com/rs/SDWebImage/releases/tag/1.0)
...
...
SDWebImage.podspec
View file @
5062a76
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SDWebImage'
s
.
version
=
'4.
3.3
'
s
.
version
=
'4.
4.0
'
s
.
osx
.
deployment_target
=
'10.9'
s
.
ios
.
deployment_target
=
'7.0'
...
...
WebImage/Info.plist
View file @
5062a76
...
...
@@ -15,11 +15,11 @@
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.
3.3
</string>
<string>
4.
4.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
4.
3.3
</string>
<string>
4.
4.0
</string>
<key>
NSPrincipalClass
</key>
<string></string>
</dict>
...
...
Please
register
or
login
to post a comment