Skip to content

Commit

Permalink
release: v1.1.0-alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Jul 23, 2024
1 parent a211f5d commit 3129b1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Translations: [简体中文](CHANGELOG_zh.md)

## new
## 1.1.0-alpha03

subsampling:

Expand All @@ -17,13 +17,13 @@ subsampling:

zoom:

* remove: Removed GestureType.NONE and ContinuousTransformType.NONE properties
* change: The pausedContinuousTransformType property name of SubsamplingState is changed to
pausedContinuousTransformTypes, and the pausedContinuousTransformTypeState property name of
SubsamplingEngine is changed to pausedContinuousTransformTypesState
* change: The disabledGestureType property name of ZoomableState is changed to disabledGestureTypes,
and the disabledGestureTypeState property name of ZoomableEngine is changed to
disabledGestureTypesState
* remove: Removed GestureType.NONE and ContinuousTransformType.NONE properties

## 1.1.0-alpha02

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

翻译:[English](CHANGELOG.md)

## new
## 1.1.0-alpha03

subsampling:

Expand All @@ -15,12 +15,12 @@ subsampling:

zoom:

* remove: 移除 GestureType.NONE 和 ContinuousTransformType.NONE 属性
* change: SubsamplingState 的 pausedContinuousTransformType 属性名称改为
pausedContinuousTransformTypes,SubsamplingEngine 的 pausedContinuousTransformTypeState 属性名称改为
pausedContinuousTransformTypesState
* change: ZoomableState 的 disabledGestureType 属性名称改为 disabledGestureTypes,ZoomableEngine 的
disabledGestureTypeState 属性名称改为 disabledGestureTypesState
* remove: 移除 GestureType.NONE 和 ContinuousTransformType.NONE 属性

## 1.1.0-alpha02

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ minSdk=21
targetSdk=28
compileSdk=34
versionCode=1102
versionName=1.1.0-alpha02
versionName=1.1.0-alpha03
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.zoomimage
Expand Down

0 comments on commit 3129b1c

Please sign in to comment.