diff --git a/CHANGELOG.md b/CHANGELOG.md index b8068e8b5..678fbbc1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.0.0-beta05 + +zoom: + +* fix: Fixed a bug where the content did not change with the window due to a slight difference + between the user and the initial value when the user operated and returned to the starting state + and then adjusted the window size + +subsampling: + +* remove: Remove the size property of TileBitmap +* improve: Subsampling tiles are drawn on separate components +* improve: Reduce the frequency of TileManager due to containerSize changes +* new: The Desktop platform supports subsampling +* new: The Desktop platform supports exif orientation + ## 1.0.0-beta04 zoom: diff --git a/gradle.properties b/gradle.properties index 03eccb8be..3e8098e05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,8 @@ minSdk=16 minSdk21=21 compileSdk=34 targetSdk=28 -versionCode=7 -versionName=1.0.0-beta04 +versionCode=8 +versionName=1.0.0-beta05 # #------------------------------------------ publish config ----------------------------------------# GROUP=io.github.panpf.zoomimage