Skip to content

Commit

Permalink
release: v1.0.0-beta05
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Nov 3, 2023
1 parent c757a61 commit 1e37784
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e37784

Please sign in to comment.