Skip to content

Commit 83ab9d1

Browse files
author
caiyuwei
committed
docs: CHANGELOG.md updated
1 parent 6ec28d1 commit 83ab9d1

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,46 @@
1-
# SVGAPlayer-Android CHANGELOG (2020-01-13)
1+
# SVGAPlayer-Android CHANGELOG (2020-08-04)
22

3-
## [2.5.3](https://github.com/yyued/SVGAPlayer-Android/compare/2.5.2-beta...2.5.3) (2020-01-13)
43

4+
## [2.5.8](https://github.com/svga/SVGAPlayer-Android/compare/2.5.7...2.5.8) (2020-08-04)
5+
6+
### Features
7+
8+
* Add SVGALogger. ([6ec28d1](https://github.com/svga/SVGAPlayer-Android/commit/6ec28d1))
9+
10+
11+
## [2.5.7](https://github.com/svga/SVGAPlayer-Android/compare/2.5.6...2.5.7) (2020-07-21)
12+
13+
### Bug Fixes
14+
15+
* Fix the high failure rate of concurrent parsing of svga files. ([94a8616](https://github.com/svga/SVGAPlayer-Android/commit/94a8616))
16+
* Correct the use of the default kotlin_module will easily cause some compilation conflicts. ([c786376](https://github.com/svga/SVGAPlayer-Android/commit/c786376))
17+
* Correct zipper down path crossing problem. ([4a44db6](https://github.com/svga/SVGAPlayer-Android/commit/4a44db6))
18+
19+
20+
## [2.5.6](https://github.com/svga/SVGAPlayer-Android/compare/2.5.5...2.5.6) (2020-07-17)
21+
22+
### Bug Fixes
23+
24+
* Correct app crashes on API level below 21 caused by constructor. ([06d8ad4](https://github.com/svga/SVGAPlayer-Android/commit/06d8ad4))
25+
26+
27+
## [2.5.5](https://github.com/svga/SVGAPlayer-Android/compare/2.5.3...2.5.5) (2020-07-13)
28+
29+
### Bug Fixes
30+
31+
* Fix the problem that the audio file name is too short and the svga file analysis fails. ([71d2b87](https://github.com/svga/SVGAPlayer-Android/commit/71d2b87))
32+
* Fix the memory leak problem of SVGAImageView and SVGAParser. ([7378862](https://github.com/svga/SVGAPlayer-Android/commit/7378862))
33+
* Correct the memory release problem. ([dfc0edb](https://github.com/svga/SVGAPlayer-Android/commit/dfc0edb))
34+
35+
36+
## [2.5.3](https://github.com/yyued/SVGAPlayer-Android/compare/2.5.2-beta...2.5.3) (2020-01-13)
537

638
### Bug Fixes
39+
740
* Correct touch event. ([0133a0b](https://github.com/yyued/SVGAPlayer-Android/commit/0133a0b))
841
* Correct play audio. ([0133a0b](https://github.com/yyued/SVGAPlayer-Android/commit/0133a0b))
942
* Issue [#185](https://github.com/yyued/SVGAPlayer-Android/issues/185) drawTextOnBitmap 部分特殊文字会出现IndexOutOfBoundsException【必现】 ([1534cd2](https://github.com/yyued/SVGAPlayer-Android/commit/1534cd2))
1043

11-
1244
### Features
1345

1446
* Add shareParser. ([3a4d5b9](https://github.com/yyued/SVGAPlayer-Android/commit/3a4d5b9))

0 commit comments

Comments
 (0)