All Versions
23
Latest Version
Avg Release Cycle
83 days
Latest Release
1076 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.1 Changes
May 08, 2022๐ Fix
- Wrong canvas parameter when the image header set to "true color". Now an image with non-alpha channel should be also read correctly. #125 @onevcat
-
v2.2.0 Changes
March 12, 2022โ Add
- ๐ Support for setting a single
APNGImage
to multipleAPNGImageView
s. It lifts off the limitation in previous versions that anAPNGImage
can only be set to oneAPNGImageView
. Now, it is free to be used in different image views and the image view controls the animation playing. #124 @onevcat
- ๐ Support for setting a single
-
v2.1.2 Changes
March 05, 2022๐ Fix
- An issue that when the frame contains
APNG_DISPOSE_OP_PREVIOUS
orAPNG_DISPOSE_OP_BACKGROUND
, the output buffer does not reset in some cases. #122 @onevcat
- An issue that when the frame contains
-
v2.1.1 Changes
December 15, 2021๐ Fix
- An issue introduced in 2.1.0 that the background was not clear before rendering the next frame when
dispose_op
isprevious
. #118 @onevcat
- An issue introduced in 2.1.0 that the background was not clear before rendering the next frame when
-
v2.1.0 Changes
December 09, 2021 -
v2.0.2 Changes
November 17, 2021๐ Fix
- An issue that the PNG decoder would fail to render frames when there are image shared chunks between
acTL
and the first actual image frame. #114 @onevcat
- An issue that the PNG decoder would fail to render frames when there are image shared chunks between
-
v2.0.1 Changes
November 02, 2021๐ Fix
- ๐ฆ Swift Package Manager now can resolve this package in Xcode. #112
-
v2.0.0 Changes
November 01, 2021๐ Version 2.0.0. This is not a compatible version compared to version 1.x. All code is rewritten from scratch so you may need also check the README to do a re-implement.
-
v1.2.2 Changes
July 30, 2020๐ Fix
- ๐ Fix warnings on Swift 5.
-
v1.2.1 Changes
March 08, 2020๐ Fix
- Reset frame content when starting the image view again from the stop state. #97