From 05fba24a39db360903084ea55de85e18baff5e22 Mon Sep 17 00:00:00 2001 From: panpf Date: Fri, 29 Sep 2023 02:07:23 +0800 Subject: [PATCH] release: v1.0.0-beta03 --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 621a41dec..62f19ef15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.0.0-beta03 + +zoom: + +* fix: Fixed a bug where the calculateUserOffsetBounds function could return the wrong bounds when + zooming to a full screen, causing a crash +* fix: Fixed a bug where GlideZoomAsyncImage would load bitmaps larger than the view, causing a + crash +* improve: Upgrade GlideImage 1.0.0-beta01 +* improve: NoClipImage rename to NoClipContentImage + ## 1.0.0-beta02 zoom: diff --git a/gradle.properties b/gradle.properties index 78df39642..377348ae6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,8 @@ minSdk=16 minSdk21=21 compileSdk=34 targetSdk=28 -versionCode=5 -versionName=1.0.0-beta02 +versionCode=6 +versionName=1.0.0-beta03 # #------------------------------------------ publish config ----------------------------------------# GROUP=io.github.panpf.zoomimage