更新说明:

1、 屏蔽了taskpool解码能力
2、 2.1.1正式版本发步

Signed-off-by: 明月清风 <qiufeihu1@h-partners.com>
This commit is contained in:
明月清风 2023-12-14 10:09:33 +08:00
parent 38d287abba
commit d10626af5e
5 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"bundleName": "com.openharmony.imageknife",
"vendor": "example",
"versionCode": 1000000,
"versionName": "2.1.2",
"versionName": "2.1.1",
"icon": "$media:app_icon",
"label": "$string:app_name",
"distributedNotificationEnabled": true

View File

@ -1,6 +1,6 @@
## 2.1.2
## 2.1.1
- 屏蔽了taskpool解码能力
- 支持2.1.1-rc.1 到 2.1.1-rc.5功能
- 2.1.1正式版本发步
## 2.1.1-rc.5
- .jpg .png .gif解码功能使用taskpool实现

View File

@ -4,7 +4,7 @@
"name": "entry",
"description": "example description",
"repository": {},
"version": "2.1.2",
"version": "2.1.1",
"dependencies": {
"@ohos/libraryimageknife": "file:../sharedlibrary",
"@ohos/disklrucache": "^2.0.2-rc.0",

View File

@ -14,7 +14,7 @@
"main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module",
"version": "2.1.2",
"version": "2.1.1",
"dependencies": {
"pako": "^2.1.0",
"@ohos/disklrucache": "^2.0.2-rc.0",

View File

@ -6,6 +6,6 @@
"name": "imageknife",
"description": "example description",
"repository": {},
"version": "2.1.2",
"version": "2.1.1",
"dependencies": {}
}