Skip to content

Releases: onevcat/APNGKit

2.1.1

15 Dec 01:10
2.1.1
Compare
Choose a tag to compare

Fix

  • An issue introduced in 2.1.0 that the background was not clear before rendering the next frame when dispose_op is previous. #118 @onevcat

2.1.0

09 Dec 14:18
2.1.0
Compare
Choose a tag to compare

Add

  • Expose the APNGFrame type and related properties in APNGImage to allow getting some basic information by frame. #117 @onevcat

Fix

  • An issue that wrong area is reverted when dispose_op is set to previous and the render area is not the full canvas. #117 @onevcat

2.0.2

17 Nov 01:20
2.0.2
Compare
Choose a tag to compare

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

2.0.1

02 Nov 06:47
2.0.1
Compare
Choose a tag to compare

Fix

  • Swift Package Manager now can resolve this package in Xcode. #112

2.0.0

02 Nov 01:16
2.0.0
Compare
Choose a tag to compare

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.

1.2.3

03 Oct 15:46
dcc79f3
Compare
Choose a tag to compare

Fix

  • A problem that the first frame is skipping when playing an APNG and the same frame is stopped at when finishing it. #109

1.2.2

30 Jul 05:24
Compare
Choose a tag to compare

Fix

  • Fix warnings on Swift 5.

1.2.1

08 Mar 11:40
df003ea
Compare
Choose a tag to compare

Fix

  • Reset frame content when starting the image view again from the stop state. #97

1.2.0

30 Aug 02:09
f8ca05f
Compare
Choose a tag to compare

Add

  • Support Swift Package Manager.

1.1.2

29 Aug 02:33
a0dd8e5
Compare
Choose a tag to compare

Fix

  • An overflow issue which may crash the app when receiving a malformed APNG file.