Pre Merge pull request !418 from zgf/3.x

This commit is contained in:
zgf 2024-11-01 08:39:48 +00:00 committed by Gitee
commit d8e4e3c7ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
## 3.2.0-rc.1
## 3.2.0-rc.2
- Added callback information for image loading
- Added the interface for obtaining the upper limit and size of the current cache and the number of images corresponding to the current cache
- HTTPS custom certificate verification
## 3.2.0-rc.1
- Change the queue from Stack to Queue
- ShowPixelMap callback PixelMap assigns value to Image component to synchronize

View File

@ -14,7 +14,7 @@
"main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module",
"version": "3.2.0-rc.1",
"version": "3.2.0-rc.2",
"dependencies": {
"@ohos/gpu_transform": "^1.0.2"
},