Pre Merge pull request !421 from Madi/3.x

This commit is contained in:
Madi 2024-11-06 08:21:22 +00:00 committed by Gitee
commit 4e056a4933
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 3.2.0-rc.3
- The image cannot be displayed when decoding a single image more memory than the maximum value of the memory cache
## 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

View File

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